Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spicesouls/reosploit
A Tool that Finds, Enumerates, and Exploits Reolink Cameras.
https://github.com/spicesouls/reosploit
camera cybersecurity enumerates enumeration exploit exploitation exploits forthebadge hack hacking hacking-tool ip-camera ip-cameras photo python reolink reolink-api reolink-client security tool
Last synced: 10 days ago
JSON representation
A Tool that Finds, Enumerates, and Exploits Reolink Cameras.
- Host: GitHub
- URL: https://github.com/spicesouls/reosploit
- Owner: spicesouls
- License: mit
- Created: 2020-12-20T14:28:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T16:59:55.000Z (about 3 years ago)
- Last Synced: 2024-08-01T19:44:34.036Z (3 months ago)
- Topics: camera, cybersecurity, enumerates, enumeration, exploit, exploitation, exploits, forthebadge, hack, hacking, hacking-tool, ip-camera, ip-cameras, photo, python, reolink, reolink-api, reolink-client, security, tool
- Language: Python
- Homepage:
- Size: 676 KB
- Stars: 107
- Watchers: 4
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π±πΈπ± ReoSploit - Version 1.3.0
### A Tool that Finds, Enumerates and Exploits Reolink Cameras.
![](reosploit.PNG)
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)### βοΈ Features
#### V 1.0.0
* Scanning Networks for Reolink Devices.
* Listening to Network Traffic for Reolink credentials and sessions.
* Generating API Tokens from Credentials.
* Enumerating the device for users, hardware information, firmware information, etc.
* Taking a Photo through the Camera and saving it.#### V 1.1.0
* Streaming Live Video
* DOSing the Device's Video Feed & Web Page#### V 1.2.0
* Toggling Infared Capabilities
* Toggling Recording Capabilities#### V 1.3.0
* Detect Reolink Version Running
* Toggle FTP Capablities
* Force Device to Fully Reboot### π Installation
```sh
git clone https://github.com/spicesouls/reosploit
cd reosploit && pip install -r requirements.txt
chmod +x reosploit.py
sudo ./reosploit.py -h
```### π Usage
```
sudo ./reosploit.py [-h] [-u U] [-p P] [-i I] [-t T] [--ip IP or IP CIDR ] [--action ACTION ]
```### π Examples
#### Finding Local Reosploit Cameras
`sudo ./reosploit.py 192.168.1.0/24 scan`
#### Listening to Reolink Network Traffic
`sudo ./reosploit.py 192.168.1.10 listen -i eth0`
#### Generating an API Token with Credentials
`sudo ./reosploit.py 192.168.1.10 token -u admin -p password`
#### Enumerating the Device
`sudo ./reosploit.py 192.168.1.10 enumerate -u admin -p password`
#### Getting a Photo From the Camera
`sudo ./reosploit.py 192.168.1.10 snap -u admin -p password`**π§! THIS IS FOR STRICTLY EDUCATIONAL PURPOSES, I AM NOT RESPONSIBLE FOR YOUR USE OF THIS !π§**
[License](LICENSE)