mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-08-27 18:30:24 +02:00
Update README.md
typo
This commit is contained in:
@@ -247,7 +247,7 @@ $ touch -r /etc/shadow /etc/passwd
|
||||
|
||||
**19. Alert on new TCP connections**
|
||||
|
||||
Make a noise (BING) when anyone tries to SSH into our system (could be an admin!).
|
||||
Make a *bing*-noise (ascii BEL) when anyone tries to SSH to/from our system (could be an admin!).
|
||||
|
||||
```
|
||||
# tcpdump -nlq "tcp[13] == 2 and dst port 22" | while read x; do echo "${x}"; echo -en \\a; done
|
||||
|
||||
Reference in New Issue
Block a user