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.
- Host: GitHub
- URL: https://github.com/compcode1/nmap-automation
- Owner: Compcode1
- License: gpl-3.0
- Created: 2025-03-08T22:22:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T00:50:45.000Z (11 months ago)
- Last Synced: 2025-06-10T23:03:42.392Z (7 months ago)
- Topics: automation, cybersecurity, nmap, python, scripts, timing-analysis
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.