I'm having issues when I'm typing ./install.sh
root@kali:~/AutoSploit# ./install.sh
/ || | || | / \ / /| | | / | || |
| o || | || || ( _ | o ) | | || | | |
| || | ||| ||| O |_ || /| |__ | O || | || ||
| _ || : | | | | |/ \ || | | || || | | |
| | || | | | | |\ || | | || || | | |
||| _,| || _/ _||| |_| _/|____| ||
Hit:1 https://brave-browser-apt-release.s3.brave.com stable InRelease
Hit:2 http://repository.spotify.com stable InRelease
Hit:4 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:3 http://ftp.harukasan.org/kali kali-rolling InRelease
Hit:5 http://ftp.harukasan.org/kali kali-last-snapshot InRelease
Hit:6 http://ftp.harukasan.org/kali kali-experimental InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python3-pip
E: Package 'python-pip' has no installation candidate ./install.sh: line 15: pip2: command not found
Installation Complete
AND WHEN I RUN ./autoslpoit.py it shows this error
root@kali:~/AutoSploit# ./autosploit.py
./autosploit.py: line 1: from: command not found
./autosploit.py: line 2: from: command not found
./autosploit.py: line 8: syntax error near unexpected token except' ./autosploit.py: line 8: except KeyboardInterrupt:'
WHAT TO PLEASE HELP
The Error is from Python reaching end of its life not an issue from his script
https://itsfoss.com/install-pip-ubuntu/
edit sh script on line 15 to pip instead of pip2