Generated docs from job=generate-docs branch=master [ci skip]

This commit is contained in:
Atomic Red Team doc generator
2024-11-15 20:21:04 +00:00
parent c6094b439c
commit 2933afff6a
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -19960,7 +19960,7 @@ defense-evasion:
else export HISTIGNORE='ls*:rm*:ssh*'; echo \"\\$HISTIGNORE = $HISTIGNORE\";
fi\nhistory -c \nls -la $HISTFILE\nls -la ~/.bash_logout\nif [ $(history
|wc -l) -eq 1 ]; then echo \"ls commands are not in history\"; fi\nunset
HISTIGNORE\n\nif ((${#HISTIGNORE[@]})); then echo \"\\$HISTIGNORE = $HISTIGNORE\";
HISTIGNORE\nif ((${#HISTIGNORE[@]})); then echo \"\\$HISTIGNORE = $HISTIGNORE\";
else export HISTIGNORE='*'; echo \"\\$HISTIGNORE = $HISTIGNORE\"; fi\nhistory
-c \nwhoami\ngroups\nif [ $(history |wc -l) -eq 0 ]; then echo \"History
cache is empty\"; fi\n"
+1 -1
View File
@@ -11424,7 +11424,7 @@ defense-evasion:
else export HISTIGNORE='ls*:rm*:ssh*'; echo \"\\$HISTIGNORE = $HISTIGNORE\";
fi\nhistory -c \nls -la $HISTFILE\nls -la ~/.bash_logout\nif [ $(history
|wc -l) -eq 1 ]; then echo \"ls commands are not in history\"; fi\nunset
HISTIGNORE\n\nif ((${#HISTIGNORE[@]})); then echo \"\\$HISTIGNORE = $HISTIGNORE\";
HISTIGNORE\nif ((${#HISTIGNORE[@]})); then echo \"\\$HISTIGNORE = $HISTIGNORE\";
else export HISTIGNORE='*'; echo \"\\$HISTIGNORE = $HISTIGNORE\"; fi\nhistory
-c \nwhoami\ngroups\nif [ $(history |wc -l) -eq 0 ]; then echo \"History
cache is empty\"; fi\n"
-1
View File
@@ -402,7 +402,6 @@ ls -la $HISTFILE
ls -la ~/.bash_logout
if [ $(history |wc -l) -eq 1 ]; then echo "ls commands are not in history"; fi
unset HISTIGNORE
if ((${#HISTIGNORE[@]})); then echo "\$HISTIGNORE = $HISTIGNORE"; else export HISTIGNORE='*'; echo "\$HISTIGNORE = $HISTIGNORE"; fi
history -c
whoami