All Projects → spicesouls → reosploit

spicesouls / reosploit

Licence: MIT license
A Tool that Finds, Enumerates, and Exploits Reolink Cameras.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to reosploit

tryhackme-ctf
TryHackMe CTFs writeups, notes, drafts, scrabbles, files and solutions.
Stars: ✭ 140 (+57.3%)
Mutual labels:  exploit, cybersecurity, exploits, exploitation
Mida Multitool
Bash script purposed for system enumeration, vulnerability identification and privilege escalation.
Stars: ✭ 144 (+61.8%)
Mutual labels:  exploit, enumeration, exploitation
H4cker
This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.
Stars: ✭ 10,451 (+11642.7%)
Mutual labels:  exploit, cybersecurity, exploits
exploiting
Exploiting challenges in Linux and Windows
Stars: ✭ 122 (+37.08%)
Mutual labels:  exploit, exploits, exploitation
Lucifer
A Powerful Penetration Tool For Automating Penetration Tasks Such As Local Privilege Escalation, Enumeration, Exfiltration and More... Use Or Build Automation Modules To Speed Up Your Cyber Security Life
Stars: ✭ 302 (+239.33%)
Mutual labels:  cybersecurity, enumeration, hacking-tool
HostEnumerator
A tool that automates the process of enumeration
Stars: ✭ 29 (-67.42%)
Mutual labels:  cybersecurity, enumeration, hacking-tool
exploits
Some of my public exploits
Stars: ✭ 50 (-43.82%)
Mutual labels:  exploit, exploits, exploitation
Herpaderping
Process Herpaderping proof of concept, tool, and technical deep dive. Process Herpaderping bypasses security products by obscuring the intentions of a process.
Stars: ✭ 614 (+589.89%)
Mutual labels:  exploit, exploits, exploitation
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (+432.58%)
Mutual labels:  exploit, exploits, hacking-tool
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (+329.21%)
Mutual labels:  exploit, cybersecurity, enumeration
Active Directory Exploitation Cheat Sheet
A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.
Stars: ✭ 1,392 (+1464.04%)
Mutual labels:  enumeration, exploitation, hacking-tool
Featherduster
An automated, modular cryptanalysis tool; i.e., a Weapon of Math Destruction
Stars: ✭ 876 (+884.27%)
Mutual labels:  exploit, exploits, exploitation
Active Directory Exploitation Cheat Sheet
A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.
Stars: ✭ 870 (+877.53%)
Mutual labels:  enumeration, exploitation, hacking-tool
Writeups
This repository contains writeups for various CTFs I've participated in (Including Hack The Box).
Stars: ✭ 61 (-31.46%)
Mutual labels:  cybersecurity, enumeration, exploitation
Bash
Collection of bash scripts I wrote to make my life easier or test myself that you may find useful.
Stars: ✭ 19 (-78.65%)
Mutual labels:  exploit, exploits, exploitation
Xattacker
X Attacker Tool ☣ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 897 (+907.87%)
Mutual labels:  exploit, exploitation, hacking-tool
Slowloris
Asynchronous Python implementation of SlowLoris DoS attack
Stars: ✭ 51 (-42.7%)
Mutual labels:  exploit, cybersecurity, hacking-tool
Hisilicon Dvr Telnet
PoC materials for article https://habr.com/en/post/486856/
Stars: ✭ 101 (+13.48%)
Mutual labels:  exploit, exploits
Tools
Security and Hacking Tools, Exploits, Proof of Concepts, Shellcodes, Scripts.
Stars: ✭ 1,343 (+1408.99%)
Mutual labels:  exploit, exploits
M3m0
M3m0 Tool ⚔️ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 124 (+39.33%)
Mutual labels:  exploit, hacking-tool

🕱📸🕱 ReoSploit - Version 1.3.0

A Tool that Finds, Enumerates and Exploits Reolink Cameras.

forthebadge forthebadge

☑️ 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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].