-
-
Notifications
You must be signed in to change notification settings - Fork 90
Port Scanner
Simone Margaritelli edited this page Dec 18, 2024
·
2 revisions
TCP and UDP port scanner with http banner grabbing capabilities.
Name | Description |
---|---|
--port-scanner-ports <PORT_SCANNER_PORTS> |
Range or comma separated values of integer port numbers to scan [default: 1-65535 ] |
--port-scanner-no-banners |
Do not attempt banner grabbing |
--port-scanner-no-tcp |
Do not perform TCP scan |
--port-scanner-no-udp |
Do not perform UDP scan |
--port-scanner-banner-timeout <PORT_SCANNER_BANNER_TIMEOUT> |
Timeout in seconds for banner grabbing [default: 1000 ] |
--port-scanner-http <PORT_SCANNER_HTTP> |
Comma separated list of ports for HTTP grabbing [default: "80, 8080, 8081, 8888" ] |
--port-scanner-https <PORT_SCANNER_HTTPS> |
Comma separated list of ports for HTTPS grabbing [default: "443, 8443" ] |
--port-scanner-http-headers <PORT_SCANNER_HTTP_HEADERS> |
Comma separated list lowercase header names for HTTP/HTTPS grabbing [default: "server, x-powered-by, location" ] |
Scan all TCP and UDP ports with a 300ms timeout:
legba port.scanner \
--target something.com \
--timeout 300
Scan a custom range of ports with a 300ms timeout:
legba port.scanner \
--target something.com \
--port-scanner-ports '80-10000' \
--timeout 300
Scan a custom list of ports with a 300ms timeout:
legba port.scanner \
--target something.com \
--port-scanner-ports '21, 22, 80, 443, 8080' \
--timeout 300
- Installation and Building
- Usage & Main Options
- REST API
- Recipes
- Plugins
- AMQP (ActiveMQ, RabbitMQ, Qpid, JORAM and Solace)
- DNS
- FTP
- HTTP
- IMAP
- Kerberos
- LDAP
- MongoDB
- MQTT
- Microsoft SQL
- MySQL
- Oracle
- Port Scanner
- PostgreSQL
- POP3
- RDP
- Redis
- Samba
- ScyllaDB / Cassandra
- SSH / SFTP
- SMTP
- SOCKS5
- STOMP (ActiveMQ, RabbitMQ, HornetQ and OpenMQ)
- Telnet
- VNC
- Custom Binary