threat9 / routersploit

Exploitation Framework for Embedded Devices
Other
12.1k stars 2.31k forks source link

ISSUE WITH AUTOPWN #779

Closed alvin-tosh closed 11 months ago

alvin-tosh commented 2 years ago

! ANY INCOMPLETE REPORT WILL BE CLOSED RIGHT AWAY !

Steps to Reproduce (for bugs)

  1. Scan the target
  2. search and select autopwn
  3. run autopwn against target
  4. Error! :worried:

Your Environment

Current Behavior

Expected Behavior

The module should run and attempt to pwn a router(my router) or show if any vulnerabilities can be exploited by the module

It should Not throw an error.

lucyoa commented 1 year ago

Try:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./rsf.py
novalfauzan0 commented 1 year ago

Try:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./rsf.py

can you explain why this step work? (it worked for me)

m-tabarik commented 1 year ago

Try:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
./rsf.py

Worked for me too. Can you please explain a bit what was the problem?

AkechiShiro commented 1 year ago

@alvin-tosh you have not provided any command output/information needed in order to understand what is wrong with your environment, so it's hard to know what is wrong.

Mind this line at the top of the issue :

! ANY INCOMPLETE REPORT WILL BE CLOSED RIGHT AWAY !

As well as, the commands in `command -m argument argument2` are to be run and their output must be pasted in the issue to help anyone fix your issue, especially python 3 -m pip3 freeze, that would show if any package such as crypto or any related crypto package is missing, that would explain your issue.

Your Environment

  • RouterSploit Version used: 3.4.0
  • Operating System and version: Kali Linux (Virtualbox)
  • Python Version: ( python3 --3.10 )
  • Python Environment: ( python3 -m pip3 freeze )
s-b-repo commented 11 months ago

https://github.com/threat9/routersploit/issues/808

s-b-repo commented 11 months ago

808

try this

alvin-tosh commented 11 months ago

Thank you

s-b-repo commented 11 months ago

Thank you

no problem

adyzbyte commented 5 months ago

For me this worked:

pip uninstall crypto
pip uninstall pycryptodome
pip install pycryptodome