Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 320 Bytes

File metadata and controls

19 lines (15 loc) · 320 Bytes

OSCP-Tool-Kit

try the awesome script , you always thanks to me ...

git clone https://github.com/0xmrsecurity/OSCP/
cd OSCP

Add to your local $PATH

# Edit zsh profile
nano ~/.zshrc

# Add this line at the end:
export PATH="$PATH:/home/kali/OSCP" 

# Reload zsh profile
source ~/.zshrc