Skip to content

sammwyy/PenPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PenPy

A toolkit for pentesting in python
Donate to the project in Paypal, in Ko-fi or in Patreon

🔰 Index

🔍 Gathering

🦄 HTTP Lookup

This script makes an HTTP request and downloads the headers to check if the connection is secure.
httplookup.py

🐱 IP Lookup

This script makes use of an api to resolve the data of an IP such as coordinates, hostname and geolocation.
iplookup.py

🐗 Nmap Port Scanner

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

🐘 Recon

This script runs HTTP Lookup and IP Lookup.
recon.py

🐨 Subdomain Fuzzer

This script uses a Dictionary to discover subdomains.
subdomains.p