Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EntySec/CamRaptor
/ functions
Functions
5 in github.com/EntySec/CamRaptor
⨍
Functions
5
◇
Types & classes
2
↓ 3 callers
Method
crack
Crack all devices from the specified list. :param list addresses: list of devices addresses :return None: None
camraptor/cli.py:81
↓ 2 callers
Method
start
Main command-line arguments handler. :return None: None
camraptor/cli.py:117
↓ 2 callers
Method
thread
Start new thread for the specified address. :param str address: device address :return bool: True if thread succeed
camraptor/cli.py:62
↓ 1 callers
Method
exploit
Exploit the vulnerability in DVR camera and extract credentials. :param str address: device address :return tuple: tuple of username
camraptor/__main__.py:38
Function
main
CamRaptor command-line interface :return None: None
camraptor/cli.py:194