Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qrxnz authored Oct 30, 2024
1 parent ed6b442 commit eafe666
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ sudo nmap -sCV -T4 --min-rate 10000 {IP} -v -oA tcp_default
```sh
sudo nmap -sUCV -T4 --min-rate 10000 {IP} -v -oA udp_default
```
- slient
```sh
sudo nmap -sS -Pn -T1 --scan-delay 500ms --max-retries 1 --max-scan-delay 1000ms -f -p- {IP}
```

<!-- TOC --><a name="sliver"></a>
### sliver

Expand Down

0 comments on commit eafe666

Please sign in to comment.