This project is written in relation to hacking and security. As you know, before hacking somewhere, you need to get useful information about it.
In this project, if you want to hack a website, these codes can provide you with useful information.
put, this code is written raw and you can use the information obtained from it in other codes,
the information that is provided to you includes all the web paths, all active subdomains and their ips and ports Pages will be opened and titled,
as well as a photo of the desired website that is saved in the files/gowitness path,
displaying information about website building technologies and whois information.
To use, you need to run
pip install -r requirements.txt
command You have to install the prerequisites of the program
Then all you have to do is run the main file with the url argument as the desired site, such as
python main.py --url google.com
But be careful to enter the address without subdomain and protocol, enjoy!
note : for image from website you should have google-chrome on your system.