Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilabs/rexploit
RExploit (Router Exploitation) is a tool that search exploits for any router SOHO. It is written on Python and QT.
https://github.com/danilabs/rexploit
Last synced: 21 days ago
JSON representation
RExploit (Router Exploitation) is a tool that search exploits for any router SOHO. It is written on Python and QT.
- Host: GitHub
- URL: https://github.com/danilabs/rexploit
- Owner: danilabs
- License: gpl-3.0
- Created: 2016-02-19T17:16:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T18:47:54.000Z (over 8 years ago)
- Last Synced: 2024-08-05T17:41:42.235Z (4 months ago)
- Language: Python
- Homepage:
- Size: 29.4 MB
- Stars: 25
- Watchers: 5
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - danilabs/rexploit - RExploit (Router Exploitation) is a tool that search exploits for any router SOHO. It is written on Python and QT. (Python)
README
#RExploit
RExploit (Router Exploitation) is a tool that searches vulnerabilities on any router SOHO.
Also it includes a scan ports using python-nmap.#Requisites
You have to install some depends, but it is easy.To install them for Debian and Ubuntu Linux based server systems type the following apt-get command.
`sudo apt-get install python-dev, python-all-dev, python-qt4, python-pip, nmap`
#How to use it?
Firstly, clone or download this repository.
Secondly, unpacked it and execute `python rexploit/main.py`.##Install requirements from PIP
This tool requires the library **python-nmap** , **requests** and **fpdf**.
Installing requirements is just as simple as :pip install python-nmap
pip install requests
pip install fpdf#Testing:
Testing on:
* Ubuntu 15.10 LTS
* Ubuntu 16.04 LTS#License
Copyright(C) 2007 General Public License 3 (GPL3). More information see LICENSE.