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

it doesn't work when i execute xerosploit in my terminal #325

Open
tinihazuni opened this issue Sep 28, 2022 · 1 comment
Open

it doesn't work when i execute xerosploit in my terminal #325

tinihazuni opened this issue Sep 28, 2022 · 1 comment

Comments

@tinihazuni
Copy link

Gem files will remain installed in /var/lib/gems/3.0.0/gems/pcaprub-0.13.1 for inspection.
Results logged to /var/lib/gems/3.0.0/extensions/x86_64-linux/3.0.0/pcaprub-0.13.1/gem_make.out
Xerosploit has been sucessfuly instaled. Execute 'xerosploit' in your terminal.

┌──(teeny㉿tiniwini)-[~/xerosploit]
└─$ xerosploit
xerosploit: command not found

@yoitsankey
Copy link

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

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

2 participants