• Stars
    star
    209
  • Rank 188,325 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created over 3 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CamRaptor is a tool that exploits several vulnerabilities in popular DVR cameras to obtain network camera credentials.

CamRaptor

CamRaptor is a tool that exploits several vulnerabilities in popular DVR cameras to obtain network camera credentials.

Features

  • Exploits vulnerabilities in most popular camera models such as Novo, CeNova and QSee.
  • Optimized to exploit multiple cameras at one time from list with threading enabled.
  • Simple CLI and API usage.

Installation

pip3 install git+https://github.com/EntySec/CamRaptor

Basic usage

To use CamRaptor just type camraptor in your terminal.

usage: camraptor [-h] [-t] [-o OUTPUT] [-i INPUT] [-a ADDRESS]
                 [--shodan SHODAN] [--zoomeye ZOOMEYE] [-p PAGES]

CamRaptor is a tool that exploits several vulnerabilities in popular DVR
cameras to obtain network camera credentials.

optional arguments:
  -h, --help            show this help message and exit
  -t, --threads         Use threads for fastest work.
  -o OUTPUT, --output OUTPUT
                        Output result to file.
  -i INPUT, --input INPUT
                        Input file of addresses.
  -a ADDRESS, --address ADDRESS
                        Single address.
  --shodan SHODAN       Shodan API key for exploiting devices over Internet.
  --zoomeye ZOOMEYE     ZoomEye API key for exploiting devices over Internet.
  -p PAGES, --pages PAGES
                        Number of pages you want to get from ZoomEye.

Examples

Exploiting single camera

Let's hack my camera just for fun.

camraptor -a 192.168.99.100

Exploiting cameras from Internet

Let's try to use Shodan search engine to exploit cameras over Internet, we will use it with -t for fast exploitation.

camraptor -t --shodan PSKINdQe1GyxGgecYz2191H2JoS9qvgD

NOTE: Given Shodan API key (PSKINdQe1GyxGgecYz2191H2JoS9qvgD) is my PRO API key, you can use this key or your own, be free to use all our resources for free :)

Exploiting cameras from input file

Let's try to use opened database of cameras with -t for fast exploitation.

camraptor -t -i cameras.txt -o passwords.txt

NOTE: It will exploit all cameras in cameras.txt list by their addresses and save all obtained passwords to passwords.txt.

API usage

CamRaptor also has their own Python API that can be invoked by importing CamRaptor to your code.

from camraptor import CamRaptor

Basic functions

There are all CamRaptor basic functions that can be used to exploit specified camera.

  • exploit(address) - Exploit single camera by given address.

Examples

Exploiting single camera

from camraptor import CamRaptor

camraptor = CamRaptor()
creds = camraptor.exploit('192.168.99.100')

print(creds)

More Repositories

1

Ghost

Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device.
Python
2,711
star
2

RomBuster

RomBuster is a router exploitation tool that allows to disclosure network router admin password.
Python
461
star
3

CamOver

CamOver is a camera exploitation tool that allows to disclosure network camera admin password.
Python
434
star
4

SeaShell

SeaShell Framework is an iOS post-exploitation framework that enables you to access the device remotely, control it and extract sensitive information.
Python
381
star
5

HatSploit

Modular penetration testing platform that enables you to write, test, and execute exploit code.
Python
272
star
6

Shreder

Shreder is a powerful multi-threaded SSH protocol password brute-force tool.
Python
196
star
7

HatVenom

HatVenom is a powerful payload generation tool that provides support for all common platforms and architectures.
Python
128
star
8

Pwny

Pwny is an implementation of an advanced payload written in pure C and designed for portability and extensibility.
C
45
star
9

Pex

Python Exploitation is a collection of special tools for providing high quality penetration testing using pure python programming language.
Python
43
star
10

Checkmate

Powerful advanced web platform for C2 managing and automated penetration testing.
14
star
11

HatAsm

HatAsm is a powerful assembler and disassembler that provides support for all common architectures.
Python
14
star
12

Pawn

Pawn is a collection of Python techniques used for crafting, manipulating and injecting payloads.
Python
12
star
13

HatBoard

HatBoard is a HatSploit Framework web interface for executing attacks, handling and manipulating sessions and traffic.
CSS
10
star
14

libpawn

C library that is intended for providing methods for executing and injecting code.
C
10
star
15

ictl

Pwny plugin that allows to manipulate some user interface features available on Apple iOS.
C
6
star
16

ColorScript

ColorScript is a scripting language for designing custom ASCII banners.
Python
5
star
17

HatLoads

HatLoads is a HatSploit collection of generic payloads designed to provide a wide range of attacks without having to spend time writing new ones.
Python
5
star
18

Badges

Badges is a Python3 library that is used for advanced and intuitive printing.
Python
4
star
19

EntySec-Docs

EntySec Documentation
HTML
4
star
20

HatSploit-Website

Modular penetration testing platform that enables you to write, test, and execute exploit code.
CSS
4
star
21

Fishnet-Auditor

Fishnet plugin for analysing networks and scanning local hosts for services.
Python
3
star
22

Fishnet-Metasploit

Fishnet Metasploit integration. This one is very useful, cause 99% of hackers use Metasploit (excluding me).
Python
3
star
23

HatSploit-Docs

HatSploit Documentation
Ruby
3
star
24

Fishnet-HatSploit

HatSploit Framework extension for Fishnet that represents a native vulnerability scanner.
Python
2
star
25

Monhorn

Monhorn is an implementation of HatSploit encryptor that firstly establishes a remote connection and then begins crypto operations.
C
2
star
26

eterpay

Crypto payment system that we deserve. Can be used for marketplaces and etc.
Python
2
star
27

EntySec-Website

EntySec is a group of security professionals and software engineers involved in the development of security tools and services.
HTML
1
star
28

.github

EntySec is a group of security professionals and software engineers involved in the development of security tools and services.
1
star