You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`tcp` subcomand is just a shorthand for `tcp syn` subcommand unless `--flags` option is passed, see below.
198
198
199
+
### VPN interfaces
200
+
201
+
`sx` supports scanning with virtual network interfaces (wireguard, openvpn, etc.) and in this case it is **not** necessary to use the arp cache, since these interfaces require raw IP packets instead of Ethernet frames as input. For instance, scanning an IP address on a vpn network:
202
+
203
+
```
204
+
sx tcp 10.1.27.1 -p 80 --json
205
+
```
206
+
199
207
### TCP FIN scan
200
208
201
209
Most network scanners try to interpret results of the scan. For instance they say "this port is closed" instead of "I received a RST". Sometimes they are right. Sometimes not. It's easier for beginners, but when you know what you're doing, you keep on trying to deduce what really happened from the program's interpretation, especially for more advanced scan techniques.
0 commit comments