This is a collection of small projects in python to help combine in to other projects
CpeLookUp_Xml.py
Cpelookup is fairly simple once you have completed a banner grabbing for an nmap scan you can search the cpe on cpelookup which combines data from https://nvd.nist.gov/ and Searchsploit
For example we are looking up cpe:/a:lighttpd:lighttpd:1.4.2
- It will show how many CVE and Exploits
- Source code of the exploits with description, name, date and author
Different port scanning setups
- TCP_Port_Scanning_1.py
- TCP_Port_Scanning_2.py
- TCP_Port_Scanning_3.py
- TCP_Port_Scanning_4.py
- TCP_Port_Scanning_5.py
Accessing nmap in different ways
- Subprocess_Nmap_Scan.py
- Python_Nmap.py
- Read_Xml_Nmap.py
- GoogleGrab.py
- SimpleWikiDownload.py
- MultiWikiDownload.py
- Json_Reader.py
- Web_Server_1.py
- Web_Server_2.py
- TCP_Client.py
- TCP_Multi_Server.py
- Ping_Latency.py
- Network_Interfaces.py
- Multi_Thread_Que_1.py
- Multi_Thread_Que_2.py
- Multi_Thread_Que_3.py
- Multi_Thread_Que_4.py
- Python_VLC.py
- Find_Drives_Windows.py