summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 318957c..43b5f8f 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,10 @@ sudo ufw allow from 192.168.0.0/24 to any port 22
```bash
git clone https://github.com/danielmiessler/SecLists.git ~/SecLists
sudo mv ~/SecLists /usr/share/
+git clone https://github.com/Orange-Cyberdefense/arsenal.git ~/arsenal
+sudo mv ~/arsenal /usr/share/
+cd /usr/share/arsenal/
+python3 -m pip install -r requirements.txt
```
## Languages