Skip to content

Commit

Permalink
1223
Browse files Browse the repository at this point in the history
  • Loading branch information
CountablyInfinite committed Sep 15, 2020
1 parent 35a5231 commit 5c79718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ The following collection is a wild (but structured) selection of commands, snipp

### Initial fast TCP scan

```shell
nmap -v -sS -sV -Pn --top-ports 1000 -oA first_10.10.10.181 10.10.10.181
```bash
nmap -v -sS -sV -Pn --top-ports 1000 -oA initial_scan_192.168.0.1 192.168.0.1
```

0 comments on commit 5c79718

Please sign in to comment.