LionSec / xerosploit

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

NameError: name 'raw_input' is not defined #297

Open pawscanthack opened 2 years ago

pawscanthack commented 2 years ago

Doesn't install on updated Kali Linux: Traceback (most recent call last): File "/root/xerosploit/install.py", line 65, in main() File "/root/xerosploit/install.py", line 45, in main system0 = raw_input(">>> ") NameError: name 'raw_input' is not defined

yoitsankey commented 2 years ago

Step1 . Open install.py and xerosploit.py respectively in a text editor. Step 2. Then Go to Find and Replace. Step 3. Now, Enter "raw_input" in Find section of find and replace tool (without quotations ). Step 4. and then Enter "input" in Replace section of find and replace tool (without quotations). Step 5. Now replace all the occurences with above value. Step 6. save the file and exit. Step 7. Now run the install.py with python3 install it. Step 8. after installation run xerosploit.py with python3 in order to get it working. Step 9. (optional) If you want to directly run xerosploit from the terminal instead of using python3 everytime with xerosploit.py, Go to /opt/xersploit, and now find and replace all the occurences of raw_input with input as explained above.

BOOM!!! Congratulations You get it working

pawscanthack commented 2 years ago

I will try this, thanks for your assistance😎


From: Ankit Raj @.> Sent: Friday, April 22, 2022 9:54 PM To: LionSec/xerosploit @.> Cc: ScottThomas Davis @.>; Author @.> Subject: Re: [LionSec/xerosploit] NameError: name 'raw_input' is not defined (Issue #297)

You don't often get email from @.*** Learn why this is importanthttp://aka.ms/LearnAboutSenderIdentification

CAUTION: This email originated from outside Bellevue College. Do not click links or open attachments unless you validate the sender and know the content is safe. If you are unsure, contact the Service Desk at x4357 (425-564-4357) or email @.***

Step1 . Open install.py and xerosploit.py respectively in a text editor. Step 2. Then Go to Find and Replace. Step 3. Now, Enter "raw_input" in Find section of find and replace tool (without quotations ). Step 4. and then Enter "input" in Replace section of find and replace tool (without quotations). Step 5. Now replace all the occurences with above value. Step 6. save the file and exit. Step 7. Now run the install.py with python3 install it. Step 8. after installation run xerosploit.py with python3 in order to get it working. Step 9. (optional) If you want to directly run xerosploit from the terminal instead of using python3 everytime with xerosploit.py, Go to /opt/xersploit, and now find and replace all the occurences of raw_input with input as explained above.

BOOM!!! Congratulations You get it working

— Reply to this email directly, view it on GitHubhttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FLionSec%2Fxerosploit%2Fissues%2F297%23issuecomment-1107361541&data=05%7C01%7Cscottthomas.davis%40bellevuecollege.edu%7C1333d6a71308497b674608da24e55508%7Cf94c251c1347422eb3ea8ac56befd6cb%7C0%7C0%7C637862864646768897%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=oXcESKA6CBeq%2BLR92dMLT%2F%2F7x6wzp79TeIfGaZTVTAw%3D&reserved=0, or unsubscribehttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAWSIKRX2JCZNL3K73TSMU4LVGN673ANCNFSM5TZEIKHA&data=05%7C01%7Cscottthomas.davis%40bellevuecollege.edu%7C1333d6a71308497b674608da24e55508%7Cf94c251c1347422eb3ea8ac56befd6cb%7C0%7C0%7C637862864646768897%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=KmXNOxlPDZlDIXlo5L9P8Zg%2B53EDAPhwVVYcdm%2F%2FFFQ%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

apambalik1337 commented 2 years ago

Step1 . Open install.py and xerosploit.py respectively in a text editor. Step 2. Then Go to Find and Replace. Step 3. Now, Enter "raw_input" in Find section of find and replace tool (without quotations ). Step 4. and then Enter "input" in Replace section of find and replace tool (without quotations). Step 5. Now replace all the occurences with above value. Step 6. save the file and exit. Step 7. Now run the install.py with python3 install it. Step 8. after installation run xerosploit.py with python3 in order to get it working. Step 9. (optional) If you want to directly run xerosploit from the terminal instead of using python3 everytime with xerosploit.py, Go to /opt/xersploit, and now find and replace all the occurences of raw_input with input as explained above.

BOOM!!! Congratulations You get it working

Working! Thankyou hero

kishwordulal commented 2 years ago

please can you help me in fixing this error i am geting error time to time

yoitsankey commented 2 years ago

Just follow the steps mentioned above.