From eae1a046c21fcb4962caa962d50bb45ff1c807d6 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 28 Jun 2021 14:41:33 +0200 Subject: Add searchsploit setup --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cf9f6c3..45c74bf 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3