An open API service indexing awesome lists of open source software.

https://github.com/compcode1/nmap-automation

This project automates Nmap scans at scheduled intervals to analyze network activity over time.
https://github.com/compcode1/nmap-automation

automation cybersecurity nmap python scripts timing-analysis

Last synced: 7 months ago
JSON representation

This project automates Nmap scans at scheduled intervals to analyze network activity over time.

Awesome Lists containing this project

README

          

Project Goal: Automate Nmap scans and compare results over time.
Key Features:
Runs scans every 15 minutes for an hour.
Logs scan results into .txt files.
Compares scans and detects network changes.
Saves findings in nmap_scan_changes.log.

This project successfully automated Nmap scanning and tracked network changes over time.
Results were logged and compared automatically, making it easy to detect anomalies.