Skip to content

A website that allows the user to use many hacking scripts, normally only executable in the terminal, based on a simple GUI.

License

Notifications You must be signed in to change notification settings

DiscoveryFox/Charlie-s-Fourth-Angel

Repository files navigation

Charlie's Fourth Angel

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

List of features

NOT COMPLETED

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

Download & Installation

Installation on Linux

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

Login Credentials:

Email: root@root.com
Password: root

Authors or Acknowledgments

  • Discovery Fox

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE

Project Website

About

A website that allows the user to use many hacking scripts, normally only executable in the terminal, based on a simple GUI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published