https://github.com/evildevill/entropy
Entropy Toolkit is a set of tools to provide Netwave and GoAhead IP webcams attacks. Entropy Toolkit is a powerful toolkit for webcams penetration testing.
https://github.com/evildevill/entropy
Last synced: 4 months ago
JSON representation
Entropy Toolkit is a set of tools to provide Netwave and GoAhead IP webcams attacks. Entropy Toolkit is a powerful toolkit for webcams penetration testing.
- Host: GitHub
- URL: https://github.com/evildevill/entropy
- Owner: evildevill
- License: gpl-3.0
- Created: 2020-08-26T16:52:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-12T10:26:29.000Z (6 months ago)
- Last Synced: 2025-12-13T23:12:57.918Z (6 months ago)
- Language: Python
- Size: 53.7 KB
- Stars: 128
- Watchers: 6
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Entropy Toolkit

[](https://hackerwasii.com)
***
# About Entropy Toolkit
```
Entropy Toolkit is a set of tools to provide Netwave
and GoAhead IP webcams attacks. Entropy Toolkit is a
powerful toolkit for webcams penetration testing.
```
***
# Getting started
## Entropy installation
> cd entropy
> chmod +x install.sh
> sudo bash install.sh
> entropy
>
## Entropy uninstallation
> cd entropy
> chmod +x uninstall.sh
> ./uninstall.sh
***
# Entropy Toolkit execution
```
To run Entropy Toolkit you should
execute the following command.
```
> entropy
```
usage: entropy [-h] [-b [1|2]] [-o ] [--timeout ]
[-t ] [-c ] [-q | -v]
[-a | -i | --shodan | --zoomeye ]
[-u] [--version]
optional arguments:
-h, --help show this help message and exit
-b [1|2], --brand [1|2]
Choose the brand of IP webcam. (1)Netwave, (2)GoAhead.
-o , --output
Output to the specified path.
--timeout Timeout in seconds.
-t , --task
Run tasks number of connects in parallel.
-c , --count
The number of IP you want to get.
-q, --quiet Quiet mode.
-v, --verbose Verbose mode.
-a , --address
IP and port of the webcam.
-i , --input
List of webcams addresses.
--shodan Attack through Shodan.
--zoomeye Attack through ZoomEye.
-u, --update Update Entropy Toolkit.
--version Show Entropy Toolkit version.
```
***
# Entropy Toolkit examples
## Example of attacking a single webcam
> entropy -b 1 -i 192.168.1.100:80 -v
## Example of attacking webcams from a file
> entropy -b 2 -l iplist.txt -v
## Example of attacking webcams through Shodan
> entropy -b 2 -v --shodan PSKINdQe1GyxGgecYz2191H2JoS9qvgD
***
# Entropy Toolkit disclaimer
```
Usage of the Entropy Toolkit for attacking targets without prior mutual consent is illegal.
It is the end user's responsibility to obey all applicable local, state, federal, and international laws.
Developers assume no liability and are not responsible for any misuse or damage caused by this program.
```