Skip to content

Python Script to Help Automate Reconnaissance with Nmap and Metasploit for Pentests

Notifications You must be signed in to change notification settings

Collected5353/pentest_nmap_metasploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

pentest_nmap_metaspoit

This script uses the subprocess module to run three popular penetration testing tools: Nmap, Nessus, and Metasploit. It first scans for open ports and services using Nmap, then runs Nessus to scan for vulnerabilities. Finally, it uses Metasploit to exploit known vulnerabilities. Of course, this is just a basic example, and a real-world penetration test would require more customization and manual intervention.

About

Python Script to Help Automate Reconnaissance with Nmap and Metasploit for Pentests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages