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.44k stars 825 forks source link

discover.sh: Fix theHarvester execution #100

Closed ghost closed 7 years ago

ghost commented 7 years ago

Python script at /usr/share/theharvester/theHarvester.py is not executable by default. (There is an upstream bug for this.) Modified to call python interpreter via environment and pass script location as a parameter.

leebaird commented 7 years ago

I would rather that u open a ticket with the Kali Linux dev's, and have the root of the issue fixed there.