mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-21 23:36:48 +02:00
Update README.md
This commit is contained in:
@@ -152,7 +152,7 @@ hide nohup sleep 1234 &>/dev/null & # Starts and hides 'sleep 1234' as a backgr
|
||||
<a id="hide-a-connection"></a>
|
||||
**1.v. Hide a Network Connection**
|
||||
|
||||
The trick is to hijack `netstat` and use grep to filter out our connection. This example filters any connection on port 31337 _or_ ip 1.2.3.4.
|
||||
The trick is to hijack `netstat` and use grep to filter out our connection. This example filters any connection on port 31337 _or_ ip 1.2.3.4. The same should be done for `ss` (a netstat alternative).
|
||||
|
||||
**Method 1 - Hijacking with bash-function from ~/.bashrc**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user