https://github.com/mr-rizwan-syed/JOD-ALPHA
Automated and Modular Shell Script to Automate Security Vulnerability Scans
https://github.com/mr-rizwan-syed/JOD-ALPHA
bugbounty redteam-tools wapt
Last synced: over 1 year ago
JSON representation
Automated and Modular Shell Script to Automate Security Vulnerability Scans
- Host: GitHub
- URL: https://github.com/mr-rizwan-syed/JOD-ALPHA
- Owner: mr-rizwan-syed
- Created: 2022-06-16T17:08:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T16:18:15.000Z (over 3 years ago)
- Last Synced: 2023-03-05T05:03:07.137Z (over 3 years ago)
- Topics: bugbounty, redteam-tools, wapt
- Language: Shell
- Homepage:
- Size: 134 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CHOMTE.SH
1. Simple and modular code base making it easy to contribute.
2. Fast And fully configurable flags to probe multiple elements.
3. Supports just a target domain as an input.
## Prerequisite
Install Golang
`https://tzusec.com/how-to-install-golang-in-kali-linux/`
## Installation
`git clone https://github.com/mr-rizwan-syed/JOD-ALPHA`
`cd JOD-ALPHA`
`chmod +x *.sh`
`./install.sh`
```
└─# ./chomte.sh
██████╗██╗ ██╗ ██████╗ ███╗ ███╗████████╗███████╗ ███████╗██╗ ██╗
██╔════╝██║ ██║██╔═══██╗████╗ ████║╚══██╔══╝██╔════╝ ██╔════╝██║ ██║
██║ ███████║██║ ██║██╔████╔██║ ██║ █████╗ ███████╗███████║
██║ ██╔══██║██║ ██║██║╚██╔╝██║ ██║ ██╔══╝ ╚════██║██╔══██║
╚██████╗██║ ██║╚██████╔╝██║ ╚═╝ ██║ ██║ ███████╗██╗███████║██║ ██║
╚═════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝╚══════╝╚═╝ ╚═╝
└─#
~~~~~~~~~~~
U S A G E
~~~~~~~~~~~
Usage: ./chomte.sh -p -d -i <127.0.0.1> -brt -n
Usage: ./chomte.sh -p -i <127.0.0.1> [option]
Mandatory Flags:
-p | --project : Specify Project Name here
-d | --domain : Specify Root Domain here / Domain List here
-i | --ip : Specify IP / CIDR/ IPlist here
Optional Flags
-n | --nmap : Nmap Scan against open ports
-brt | --dnsbrute : DNS Recon Bruteforce
-h | --help : Show this help
Example: ./chomte.sh -p projectname -d example.com -brt
Example: ./chomte.sh -p projectname -d Domains-list.txt
Example: ./chomte.sh -p projectname -i 127.0.0.1
Example: ./chomte.sh -p projectname -i IPs-list.txt -n
```
### Optional
`curl -L https://raw.githubusercontent.com/mr-rizwan-syed/JOD-ALPHA/main/install.sh | bash`
## Acknowledgement
Community contributions have made the project what it is.