diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-06-28 14:41:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-06-28 14:41:33 +0200 |
| commit | eae1a046c21fcb4962caa962d50bb45ff1c807d6 (patch) | |
| tree | 358888fae6300c9f462697a348bb2ac3fca7e5cc /README.md | |
| parent | 068c3b5b30dff0ea65f9b542991a43f62f647028 (diff) | |
Add searchsploit setup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -94,12 +94,20 @@ sudo ln -sf ~/.rc/etc/ssh/sshd_config /etc/ssh/sshd_config sudo systemctl enable ssh # Setup extra PenTools +## SecLists git clone https://github.com/danielmiessler/SecLists.git ~/SecLists sudo mv ~/SecLists /usr/share/ + +## Arsenal 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 + +## searchsploit +sudo git clone https://github.com/offensive-security/exploitdb.git /opt/exploitdb +sudo ln -sf /opt/exploitdb/searchsploit /usr/local/bin/searchsploit +cp -n /opt/exploitdb/.searchsploit_rc ~/ ``` ## Languages |
