1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

17 Zeilen
548 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Anmap - Automatic nmap Scanner
´´´
usage: anmap.py [-h] [-u U] [-v] HOST
This script automates nmap scans by quickly scanning all TCP ports first and
executing a thorough scan on all ports found open afterwards. Additionally it
scans a given number of most used UDP ports.
positional arguments:
HOST The hosts to scan (Same notations as in nmap possible)
optional arguments:
-h, --help show this help message and exit
-u U The number of UDP ports to scan (Default 1000)
-v This enables verbose output
´´´