A tool to streamline preliminary reconnaissance for CTF challenges.
Note: nmap must be installed on your system.
sudo pip install -r requirements.txtsudo python3 ctfer.py- Root privileges (
sudo) are required for advancednmapfeatures. - Warning: Always review packages before using
pipwith elevated privileges.
- URL: Enter the domain directly with the scheme (e.g.,
https://example.com). - IP Address: Use standard format (
X.X.X.X). - Port Range: Specify in the format
start-end(e.g.,1-3333). No default range. - Nmap Command: Enter your preferred options without quotes (e.g.,
-n -sS).
Note: nmap must be installed
gcc -o ctfer ctfer.csudo ./ctfer- URL: Enter without a scheme.
- IP Address: Use standard format (
X.X.X.X). - Port Range: Specify in the format
start-end(e.g.,1-3333). - Nmap Command: Enter options without quotes (e.g.,
-n -sS).