LionSec / xerosploit

Efficient and advanced man in the middle framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install error

kyujin100715 opened this issue · comments

commented

Traceback (most recent call last):
File "/home/rooot/xerosploit/install.py", line 65, in
main()
File "/home/rooot/xerosploit/install.py", line 45, in main
system0 = raw_input(">>> ")
NameError: name 'raw_input' is not defined

open install.py with nano, then change the line 45 "system0 = raw_input..." to "system0 = input..."
Also you should edit xerosploit.py all the lines with raw_input to input