Home

Awesome

Codacy Badge ###This has been only tested on the newest Kali Linux Distro

#LHF: Low Hanging Fruit a recon tool for penetration testing

#To install dependencies:

./Install.sh

#To start:

./LHF.py

[+]  Checking permissions
[-]  Rockyou wordlist is missing trying to decompress...
[+]  Rockyou wordlist is decompressed!
[-]  Please enter the ip to scan (example 192.168.0.1 or target.com)  : <target ip/url here>

##A "results" folder will be created after inputting the target ip. This folder can be found in the LHF directory.

Example:

cd /opt/LHF/results

##Highly, reccomended you clone this into your /opt folder in Kali until I fix the code...unless you feel like changing the code around to whatever directory you have it in. This is low priority at the moment.

The results output includes nmap files...arachni files...pretty much every fucking file from every scan the tools does can be found in this folder.

###This tool is meant to be "modular" i.e. you can add a new tool in the Modules folder and then add it into the LHF.py file and it will be included in the scan.

####This tool will only scan a single IP at a time for the moment. I did this for testing purposes and because I am lazy.

####FYI, it will look like it's not doing anything but it actually is...I have nothing in place such as a progress bar. Output will stream as tasks are ran/completed.

#To Do:

#New (08/22/2016):

Keep reporting issues they help. Thanks to everyone who has downloaded this.