aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.55k stars 2.08k forks source link

Add HTTP: // in front of scanned sites #195

Open 0x0325 opened 4 years ago

0x0325 commented 4 years ago

Hello, I love your script. But I have a small problem when I found subdomains and that the script puts them directly in a .txt, there is no http:// in front of the sites. And I would like to know if we could do something

ix-56h commented 4 years ago

Not really useful. If you don't use the script as module you can add a prefix with any editor. With vim, you can do something like : :%s/^/http:\/\//g