diff options
| -rw-r--r-- | .bashrc | 1 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -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' @@ -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 |
