mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-07-11 05:03:42 +02:00
Update README.md
This commit is contained in:
@@ -432,7 +432,7 @@ tcpdump -n "tcp[tcpflags] == tcp-syn"
|
||||
tcpdump -nlq "tcp[13] == 2 and dst port 22" | while read x; do echo "${x}"; echo -en \\a; done
|
||||
|
||||
## Ascii output (for all large packets. Change to >40 if no TCP options are used).
|
||||
tcpdump -s 2048 -nAq 'tcp and (ip[2:2] > 60)'
|
||||
tcpdump -s0 -nAq 'tcp and (ip[2:2] > 60)'
|
||||
```
|
||||
|
||||
<a id="tunnel"></a>
|
||||
|
||||
Reference in New Issue
Block a user