DirectoryImporter icon indicating copy to clipboard operation
DirectoryImporter copied to clipboard

[Bug] Verbose Gobuster Output Parsing Error

Open sfunkernw opened this issue 5 years ago • 0 comments

Thank you very much for this Extender.

The Extender version from the BAppStore does throw the error "unknown protocol: found" if you attempt to import a Gobuster output file that was generated using the -v argument of Gobuster:

gobuster dir -u https://example.com -w wordlist.txt -l --wildcard -t 5 -k -e -v -o out.txt
...
Found: https://example.com/     (Status: 200) [Size: 0]
Found: https://example.com/foobar     (Status: 404) [Size: 300]

sfunkernw avatar Jan 07 '21 12:01 sfunkernw