mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-02-12 13:22:48 +00:00
eval to clear ps
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
|
||||
# Some ideas by slav and from virt-what
|
||||
|
||||
# Stop bash -c "$(curl .. ws)" to show up badly in process list
|
||||
[ -z "$NOEVAL" ] && [ -n "$BASH_EXECUTION_STRING" ] && {
|
||||
c="$BASH_EXECUTION_STRING" NOEVAL=1 exec bash -c 'eval "$c"'
|
||||
}
|
||||
|
||||
: <<-'COMMENT'
|
||||
|
||||
# Extracting all domain names from all log files and displaying them with
|
||||
|
||||
Reference in New Issue
Block a user