Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raw input #146

Closed
spctr01 opened this issue Sep 7, 2018 · 10 comments
Closed

Raw input #146

spctr01 opened this issue Sep 7, 2018 · 10 comments

Comments

@spctr01
Copy link

spctr01 commented Sep 7, 2018

When I run xerosplot it shoes error raw input not defined

@baymax1908
Copy link

I have same issue

@amar3142
Copy link

you are using python3, use only 'python install.py'

@azamet90
Copy link

you are using python3, use only 'python install.py'

if i use python i use already python 3 but if i use python2 it is installing but after i run the tool i get this error:
sudo xerosploit

██╗ ██╗███████╗██████╗ ██████╗ ███████╗██████╗ ██╗ ██████╗ ██╗████████╗
╚██╗██╔╝██╔════╝██╔══██╗██╔═══██╗██╔════╝██╔══██╗██║ ██╔═══██╗██║╚══██╔══╝
╚███╔╝ █████╗ ██████╔╝██║ ██║███████╗██████╔╝██║ ██║ ██║██║ ██║
██╔██╗ ██╔══╝ ██╔══██╗██║ ██║╚════██║██╔═══╝ ██║ ██║ ██║██║ ██║
██╔╝ ██╗███████╗██║ ██║╚██████╔╝███████║██║ ███████╗╚██████╔╝██║ ██║
╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝

[+]═══════════[ Author : @lionsec1 -|/- Website: www.neodrix.com ]═══════════[+]

                  [ Powered by Bettercap and Nmap ]

┌═════════════════════════════════════════════════════════════════════════════┐
█ █
█ Your Network Configuration █
█ █
└═════════════════════════════════════════════════════════════════════════════┘

╒═══════════════╤═══════════════════╤══════════════╤═════════╤════════════╕
│ IP Address │ MAC Address │ Gateway │ Iface │ Hostname │
╞═══════════════╪═══════════════════╪══════════════╪═════════╪════════════╡
├───────────────┼───────────────────┼──────────────┼─────────┼────────────┤
│ 192.168.43.39 │ 0C:DD:24:2A:FF:76 │ 192.168.43.1 │ wlan0 │ localhost │
╘═══════════════╧═══════════════════╧══════════════╧═════════╧════════════╛

╔═════════════╦════════════════════════════════════════════════════════════════════╗
║ ║ XeroSploit is a penetration testing toolkit whose goal is to ║
║ Information ║ perform man in the middle attacks for testing purposes. ║
║ ║ It brings various modules that allow to realise efficient attacks. ║
║ ║ This tool is Powered by Bettercap and Nmap. ║
╚═════════════╩════════════════════════════════════════════════════════════════════╝

[+] Please type 'help' to view commands.

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

@spctr01 spctr01 closed this as completed Apr 3, 2020
@amar3142
Copy link

in python3 the syntax of 'raw_input' is replaced by 'input' only.. so You can use python2 to run the file or you can edit xerosploit.py file and replace all 'raw_input' to 'input'.

@pscharan
Copy link

how can i edit the file

@pscharan
Copy link

its not taking edit.

@curseblood123
Copy link

image

@curseblood123
Copy link

why i cant edit that

@americanitunes101
Copy link

why i cant edit that

Use
nano xerosploit.py
not xerosploit nano...

@ikibilgin
Copy link

Traceback (most recent call last):
File "xerosploit.py", line 26, in
from terminaltables import DoubleTable
ImportError: No module named terminaltables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants