LionSec / xerosploit

Efficient and advanced man in the middle framework
GNU General Public License v3.0
2.02k stars 651 forks source link

Traceback (most recent call last): #243

Open santoshdawre opened 3 years ago

santoshdawre commented 3 years ago

Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 981, in main cmd0() File "/opt/xerosploit/xerosploit.py", line 866, in cmd0 cmd_0 = raw_input("\033[1;36m\033[4mXero\033[0m\033[1;36m ➮ \033[1;m").strip() NameError: name 'raw_input' is not defined

That the error i got

Originally posted by @Ralphacan in https://github.com/LionSec/xerosploit/issues/77#issuecomment-555948979

ifexx commented 3 years ago

Same

PPbutter commented 3 years ago

all you have to do is change raw_input() to input()

reason: _rawinput() is just defined as a variable and is not defined, vs input() is function to take user input through the terminal.

btw here the dropbox ╔══════════════════════════════╗ ║ -MAKE SURE YOU INSTALL THE REQUIRED DEPENDENCIES -║ ╚══════════════════════════════╝