From ebd4391235bed856346757c3dfce8621094846f5 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 25 Jun 2021 13:35:36 +0200 Subject: Update parrot arsenal setup --- .bashrc | 1 + README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.bashrc b/.bashrc index 814aff2..546b9c5 100644 --- a/.bashrc +++ b/.bashrc @@ -134,3 +134,4 @@ fi export GPG_TTY=$(tty) unset SSH_AGENT_PID export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) +alias a='/usr/share/arsenal/run' 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 -- cgit v1.2.3