Like Hacking for Dummies | But Better
A website that allows the user to use many common hacking scripts, normally only executable in the terminal, based on
a simple GUI. The GUI is designed that it's understandable for everybody. In total, I wrote 5656 Lines already.
you can check how many lines are in the project by just executing the following command:
( find ./ -name '*' -print0 | xargs -0 cat ) | wc -l
1 DOS Attack Tool
- Slowloris
1 Browser Camera Attack Scripts
- CamPhish
1 Port Scanner (sadly no Ipv6 yet and only working with valid Ip's)
- nmap Port Scanner
To get started, first you will need to clone the project from GitHub.
$ git clone https://github.com/DiscoveryFox/Charlie-s-Fourth-Angel
Change into the directory.
$ cd Charlie-s-Fourth-Angel
Then install the dependencies.
$ pip install -r requirements.txt
Finally, run the application.
$ python start.py
Currently, you have to make sure that Python 3.8 or higher is installed and can be called through python
from the shell
.
If you want to start the Website with integrated ngrok service just run it with -n True
$ python start.py -n True
Password: root
- Discovery Fox
This project is licensed under the GNU GENERAL PUBLIC LICENSE
Project Website