https://github.com/t94j0/ctfnmap
An easy way to manage nmap scans during a CTF
https://github.com/t94j0/ctfnmap
capture-the-flag memes nmap scanner security
Last synced: 3 months ago
JSON representation
An easy way to manage nmap scans during a CTF
- Host: GitHub
- URL: https://github.com/t94j0/ctfnmap
- Owner: t94j0
- Created: 2017-04-27T17:36:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T22:50:31.000Z (over 8 years ago)
- Last Synced: 2025-07-01T22:03:49.131Z (3 months ago)
- Topics: capture-the-flag, memes, nmap, scanner, security
- Language: Go
- Size: 12.7 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CTFNmapScanner
An easy way to manage nmap scans during a CTF### Warning: There is command injection, so don't run this as root on an xinetd broadcasting to the world...
There is a CTFHost server located at ` http://ctfhosts.maxh.io/` that can be used for free
# TODO
* ~~Save scans locally, so you don't have to rescan~~
* Show diffs when rescanning
* ~~Make server for teams to use the same scans~~# Usage:
|Command Name/Usage | Use |
|--------------------|-----------------------------------|
|scan [ip [ip2...]] | Scan IPs |
| show | Show hosts scanned |
| list [ip] | List ports for the specified IP |
| help | Lists commands that can be used |
| get [project name] | Gets a scan from http source |
| set [project name] | Sets data for other people to use |