System Utility , Scanner and OSINT tool.
Developed by GhoulBond (c) 2022
- System Information
- System Architecture Information.
- Processor's Information.
- Virtual Memory (RAM) Information.
- Disk Storage Information.
- Network Requests Information.
- Battery Information.
- IP and MAC address
- All Public and Local IP Addresses as well as MAC Address.
- Wifi password's
- All wifi passwords saved in your PC.
- Email's from target website
- Scrape out all emails from a website.
- Port Scanner
- Scan all the ports from a given Website as well as IP-Address.
- Also, can scan Multiple Targets.
- Can Deep Scan Ports as well time to scan each port is adjustable.
- Get Scan result in 2 formats :-
- Command line.
- File format.
- Phone Number details
- Gives basic information like :-
- Network Operator.
- Country.
- Time Zone.
- Gives basic information like :-
- Target Geo-Location
- Gives Approx. Physical Location of the provided public IP-Address.
- Internet Speed Test
- Check's for the best Server for the Speed.
- Check's Downloading Speed (Mbit/s).
- Check's Uploading Speed (Mbit/s). _ Check's for the ping (ms).
- Username check
- Check's for the target Username on Different sites.
- If found any, provides with the link.
Firstly, Python should be installed on your system. To install Python download from https://www.python.org/downloads/
pip install -r requirements.txt
pip3 install -r requirements.txt
After Installation just run this command :-
python main.py
python3 main.py
Firstly, Docker should be installed on your system. To install Docker download from https://www.docker.com/
After Installation just run the below mentioned commands :-
docker build -t ghoulbond .
docker run -it --name ghoulbond ghoulbond
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.