This is a command line tool, consist of many scripts related to different categories. These scripts can be used for different purposes. All the scripts are python scripts or shell script.
To use this command line tool run the following command after cloning the repository to your local machine
./script_engine.sh
Note: If you want to contribute in this project, then please first read the Contribution Guidelines.
I will be happy if you give some times to this project and contribute, to make this tool better and optimized.
This command line tool consist of scripts belonging to different ctegories.
You can also run script that can execute scripts of specific category.
Suppose you want to execute the script which can execute all the shell scripts, than you have to use this command. (Note that you are in root directory of this tool).
./shell.sh
List of scripts that will execute scripts of a specific category
shell.sh
python.sh
networking.sh
cryptography.sh
exploitation.sh
general.sh
.
├── assets
│ ├── image1.png
│ ├── image2.png
│ ├── image3.png
│ ├── image4.png
│ ├── image5.png
│ ├── image6.png
│ └── main-image.png
├── contribution.md
├── cryptography-scripts
│ ├── file-encrypter-decrypter
│ ├── password-generator-shell-script
│ ├── README.md
│ └── ssh-brute-force
├── cryptography.sh
├── exploitation-scripts
│ ├── 403-Bypasss
│ ├── DDoS-Script
│ ├── password-sniffer
│ ├── README.md
│ ├── ssh-brute-force
│ └── vulnerability-scanner
├── exploitation.sh
├── general-scripts
│ ├── file-cut-copy-script
│ ├── password-generator-shell-script
│ └── README.md
├── general.sh
├── networking-scripts
│ ├── ARP-spoofing
│ ├── DDoS-Script
│ ├── dns-lookup-host
│ ├── http-status-checker
│ ├── port-scanner
│ ├── README.md
│ └── wifi-scanner
├── networking.sh
├── python-scripts
│ ├── ARP-spoofing
│ ├── DDoS-Script
│ ├── password-sniffer
│ ├── port-scanner
│ ├── README.md
│ ├── ssh-brute-force
│ ├── vulnerability-scanner
│ └── wifi-scanner
├── python.sh
├── README.md
├── script_engine.sh
├── shell-scripts
│ ├── 403-Bypasss
│ ├── dns-lookup-host
│ ├── file-cut-copy-script
│ ├── file-encrypter-decrypter
│ ├── http-status-checker
│ ├── password-generator-shell-script
│ └── README.md
└── shell.sh
Note :- This command line tool is still in development, and fell free to give suggestions.
You can share your thoughts with me on twitter, linkedIn, telegram or instagram