Skip to content

Commit 35ecc82

Browse files
authored
Update syn.md
1 parent bead737 commit 35ecc82

File tree

1 file changed

+5
-1
lines changed
  • documentation/modules/auxiliary/scanner/portscan

1 file changed

+5
-1
lines changed

documentation/modules/auxiliary/scanner/portscan/syn.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Description
22

3-
This module will attempt to initiate a three-way handshake with every
3+
This module will attempt to initiate a three-way handshake with every
44
on the victim machine. It is done by sending a SYN packet and if victim replies with a SYN/ACK packet that means the port is open. Then the attacker sends a RST packet as a result
55

66
## Vulnerable Application
@@ -10,18 +10,22 @@ on the victim machine. It is done by sending a SYN packet and if victim replies
1010
## Options
1111

1212
**PORTS**
13+
1314
This is the list of ports to test for TCP Scan on each host.
1415
Formats like `1-3`, `1,2,3`, `1,2-3`, etc. are all supported.Default
1516
options is to scan `1-10000` ports.
1617

1718
**TIMEOUT**
19+
1820
Maximum time (seconds) to wait for a response. The default value is 500.
1921

2022
**ConnectTimeout**
23+
2124
This options states the maximum number of seconds to establish a tcp
2225
connection. Default value if 10.
2326

2427
**VERBOSE**
28+
2529
Gives detailed message about the scan of all the ports. It also shows the
2630
ports that were closed.
2731

0 commit comments

Comments
 (0)