threat9 / routersploit

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

error in modules filepath #175

Closed miad2401 closed 7 years ago

miad2401 commented 7 years ago

when trying to use any modules, i get an error about the file path, even though the files are in the correct places. After further investigation i saw the way it was trying to access the filepaths, it looks for 'routersploit/modules/exploits/' when it should be 'routersploit\modules\exploits\' as that is the way filepaths are defined on windows(the OS im using)

0BuRner commented 7 years ago

Can you provide the exact error you got and the steps to reproduce this issue ? I'm using Windows too and don't have the error you describe.

miad2401 commented 7 years ago

routersploit.zip here is the log

toxydose commented 7 years ago

can it be a python environment misconfiguration? Have you tried try to do: cd routersploit pip install -r requirements.txt ?

miad2401 commented 7 years ago

I got al the requirements installed, and if i manually type in the module it works, its just that this method of finding the module doesnt work for me.

On Feb 18, 2017 10:55 AM, "Abdallah Bridges" notifications@github.com wrote:

can it be a python environement missconfiguration? Have you tried try to do: pip install -r requirements.txt

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/reverse-shell/routersploit/issues/175#issuecomment-280854255, or mute the thread https://github.com/notifications/unsubscribe-auth/AP7DKQltdEe1vnrJs6r5OjNV1PP3jMNjks5rdxSEgaJpZM4MCBRN .

lucyoa commented 7 years ago

Im closing this issue. We cannot reproduce this error it seems like your python environment is misconfigured. Moreover, we do not officially support windows environment.

ghost commented 5 years ago

hey im also getting same error not able to find module