Skip to content

Commit a54ef94

Browse files
committed
style fixes
1 parent 0fac36c commit a54ef94

File tree

1 file changed

+6
-2
lines changed
  • documentation/modules/auxiliary/scanner/portscan

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,31 @@
99
## Options
1010

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

1617
**ConnectTimeout**
18+
1719
This options states the maximum number of seconds to establish a tcp
1820
connection. Default value if `10`.
1921

2022
**VERBOSE**
23+
2124
Gives detailed message about the scan of all the ports. It also shows the
2225
ports that were closed.
2326

2427
## Verification Steps
28+
2529
1. Do: ```use auxiliary/scanner/portscan/tcp```
2630
2. Do: ```set RHOSTS [IP]```
2731
3. Do: ```set PORTS [PORTS]```
2832
4. Do: ```run```
2933

3034
## Scenarios
31-
Example run against
32-
### Metaspliotable 2
35+
36+
### Metaspliotable 2
3337

3438
```
3539
msf > use auxiliary/scanner/portscan/tcp

0 commit comments

Comments
 (0)