leebaird / discover

Custom bash scripts used to automate various penetration testing tasks including recon, scanning, enumeration, and malicious payload creation using Metasploit. For use with Kali Linux.
MIT License
3.41k stars 819 forks source link

Improving goofile.py and adding clickable link output #123

Closed arthurakay closed 5 years ago

arthurakay commented 5 years ago

Related to issue #117

Prior to this change, goofile.py would return a maximum of 100 files, though the output could contain lots of duplicate filenames (due to bad parsing).

The improvements included in the PR are twofold:

L1ghtn1ng commented 5 years ago

@arthurakay Thanks for this :+1: