diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-06-25 13:35:36 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-06-25 13:35:36 +0200 |
| commit | ebd4391235bed856346757c3dfce8621094846f5 (patch) | |
| tree | 6e510f0c4d44208d1865e9dcfd3768e5cae44a4e /README.md | |
| parent | 3f154e934675925f3a0e7fe28e8036d1fb2e6e97 (diff) | |
Update parrot arsenal setup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
