mirror of
https://github.com/bettercap/bettercap.git
synced 2024-11-03 04:00:07 -08:00
Page:
syn.scan
Pages
Caplets
Changing the Prompt
Compilation on Android
Compilation on Linux and macOS
Compilation on Windows
Cross Compilation ( ARM example )
Home
Interactive Mode
Known Issues
Using with Docker
any.proxy
api.rest
arp.spoof
ble
caplets.update
dhcp6.spoof
dns.spoof
events.stream
gps
hid
http.modules
http.proxy
http.server
https.proxy
https.server
mac.changer
mysql.server
net.probe
net.recon
net.sniff
packet.proxy
syn.scan
tcp.modules
tcp.proxy
ticker
update.check
wifi
wol
3
syn.scan
evilsocket edited this page 2019-01-18 15:58:25 +01:00
A module to perform SYN port scanning, as open ports are discovered the tcp-ports
meta field of the endpoints will be filled ( it will be shown in the new.show
view ).
Commands
command | description |
---|---|
syn.scan IP-RANGE START-PORT END-PORT? |
Perform a syn port scanning against an IP address within the provided ports range. |
syn.scan stop |
Stop the current syn scanning session. |
syn.scan.progress |
Print progress of the current syn scanning session. |
Parameters
parameter | default | description |
---|---|---|
syn.scan.show-progress-every |
1 |
Period in seconds for the scanning progress reporting. |
Examples
Scan a single ip for ports 1
to 1000
:
> syn.scan 192.168.1.3 1 1000
Scan several addresses for port 22
:
> syn.scan 192.168.1.1-50 22
Scan the entire subnet for ports 1
to 10000
:
> syn.scan 192.168.1.0/24 1 10000
- Known Issues
- Using with Docker
- Compilation
- Interactive Mode and Command Line Arguments
- Changing the Prompt
- Caplets
Modules
- Core
- HID on 2.4Ghz (mousejacking)
- Bluetooth Low Energy
- 802.11
- Ethernet and IP
- Servers
- Rogue Servers
- Utils