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

This commit is contained in:
Atomic Red Team doc generator
2025-03-06 01:13:48 +00:00
parent 422153bd8e
commit 75e5f98972
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12114,7 +12114,7 @@ defense-evasion:
iptables NOT installed *****\n"; exit 1; fi
'
get_prereq_command: 'echo ""
get_prereq_command: 'sudo apt-get install iptables
'
executor:
+1 -1
View File
@@ -6950,7 +6950,7 @@ defense-evasion:
iptables NOT installed *****\n"; exit 1; fi
'
get_prereq_command: 'echo ""
get_prereq_command: 'sudo apt-get install iptables
'
executor:
+1 -1
View File
@@ -826,7 +826,7 @@ if [ ! -x "$(command -v iptables)" ]; then echo -e "\n***** iptables NOT install
```
##### Get Prereq Commands:
```sh
echo ""
sudo apt-get install iptables
```