Run the Setup script to automate the steps below.
git clone https://github.com/Ahaupt3/OSCP-Prep && cd OSCP-Prep/Setup && sudo ./Setup.sh
- Optional: See this Repo for my normal *NIX box setup - Nix-Setup
- Modified nmapAutomator
sudo curl https://raw.githubusercontent.com/Ahaupt3/OSCP-Prep/main/Scripts/1-Recon/nmapAutomator.sh -o /usr/local/bin/nmapAutomator && sudo chmod +x /usr/local/bin/nmapAutomator
- AutoRecon
sudo python3 -m pip install git+https://github.com/Tib3rius/AutoRecon.git
- Kickoffscans
sudo curl https://raw.githubusercontent.com/Ahaupt3/OSCP-Prep/main/Scripts/1-Recon/kickoffscans.sh -o /usr/local/bin/kickoffscans && sudo chmod +x /usr/local/bin/kickoffscans
- Evil-WinRM
sudo gem install evil-winrm
- ffuf
sudo apt install -y golang
go get -u github.com/ffuf/ffuf
- ProxyChains4
sudo apt install -y proxychains4
- Append to RC file:
export PATH=$PATH:$HOME/Tools/Reconnoitre # Reconnoitre export PATH="${PATH}":/usr/share/doc/python3-impacket/examples/ # Impacket export PATH="${PATH}":~/go/bin # Go binaries - ffuf
- /usr/share/seclists
- /usr/share/wordlists
- /usr/share/doc/python3-impacket/examples