mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-24 16:35:00 +02:00
Update README.md
This commit is contained in:
@@ -155,7 +155,8 @@ Use [zapper](https://github.com/hackerschoice/zapper):
|
||||
./zapper -a klog nmap -T0 10.0.0.1/24
|
||||
# Same but started as a daemon:
|
||||
(./zapper -a klog nmap -T0 10.0.0.1/24 &>nmap.log &)
|
||||
# Start a tmux and hide tmux and all further processes as some kernel process:
|
||||
# Replace the existing shell with tmux (with 'exec').
|
||||
# Then start and hide tmux and all further processes - as some kernel process:
|
||||
exec ./zapper -f -a'[kworker/1:0-rcu_gp]' tmux
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user