A toolkit for pentesting in python
Donate to the project in Paypal, in Ko-fi or in Patreon
This script makes an HTTP request and downloads the headers to check if the connection is secure.
httplookup.py
This script makes use of an api to resolve the data of an IP such as coordinates, hostname and geolocation.
iplookup.py
This script makes use of the NMAP tool to scan ports in a multi-threaded way. It is also able to show the service and version that the port is running.
nmapportscanner.py
This script runs HTTP Lookup and IP Lookup.
recon.py
This script uses a Dictionary to discover subdomains.
subdomains.p