Marcin Bury
Marcin Bury
@pradeeshkurianfrancis This part of the issue template: ``` Python Version: ( python3 --version ) Python Environment: ( python3 -m pip freeze ) ``` means that you are supposed to provide...
There is not. Not sure what kind results you would like to exploit from exploitation framework? Like autopwn scanning?
I cannot reproduce this. I downloaded fresh kali linux 2020.2 and installed routersploit without issues. ``` sudo apt-get install python3-pip git clone https://github.com/threat9/routersploit cd routersploit python3 -m pip install -r...
Can you download rom-0 file manually (its http://device.ip/rom-0) and send it here? There is decompressing issue, but I don't have that file so I cannot reproduce this bug.
It looks like you have some issues with internet connection: ``` Collecting future (from -r /tmp/requirements.txt (line 1)) Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed...
Hi, yeah, this is something that is on our todo list. When we started routersploit project we were afraid that people will start scanning internet on mass scale and just...
The reason why a lot of CVE are missing is because of the fact that a lot of these vulnerabilities do not get CVE assigned.
Is it post-auth command injection?
Try to install `libffi-dev`
Thanks for the contribution! Could you please separate this PR to multiple PRs so we can analyze all exploits separately?