AutoSploit icon indicating copy to clipboard operation
AutoSploit copied to clipboard

I'm having issues when I'm typing ./install.sh

Open FrankensteinEvil0069 opened this issue 4 years ago • 2 comments

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

FrankensteinEvil0069 avatar Jan 20 '21 10:01 FrankensteinEvil0069

The Error is from Python reaching end of its life not an issue from his script

https://itsfoss.com/install-pip-ubuntu/

ghost avatar Mar 22 '21 13:03 ghost

edit sh script on line 15 to pip instead of pip2

D4rkF4iry avatar Oct 03 '21 08:10 D4rkF4iry