AutoSploit
AutoSploit copied to clipboard
docker , cd: no such file or directory
PROBLEM---
┌──(kali)-[~/tools] └─$ cd Autosploit/Docker cd: no such file or directory: Autosploit/Docker
CHANGE FROM - Docker
git clone https://github.com/NullArray/AutoSploit.git cd Autosploit/Docker
FIX
TO - Docker
git clone https://github.com/NullArray/AutoSploit.git cd Autosploit/Docker --- FIX