- Create an account on Zulip
- Navigate to
Settings > Your Bots > Add a new bot
- Create a new generic bot named
kenzer
- Clone this repository using
git clone https://github.com/g147/kenzer.git
- Add all the configurations in
configs/kenzer.conf
- Install & run using
./install.sh
or just run using./run.sh
- You can interact with KENZER using multi-platform Zulip Clients.
- KENZERDB can be cloned using
git clone https://github.com/g147/kenzerdb.git
kenzer man
as input can be used to display the user manual while interaction.
- Enumerates subdomains(subenum)
- Probes web servers from the enumerated subdomains(probeserv)
- Fingerprints using favicon(favinize)
- Hunts for open S3 bucket(s3hunt)
- Enumerates open ports(portenum)
- Enumerates urls(urlenum)
- Hunts for Subdomain Takeovers(subover)
- Hunts for CVEs(cvescan)
- Hunts for other common vulnerabilities(vulnscan)
- Chats using ChatterBot Conversational Engine
COMPATIBILITY TESTED ON ARCHLINUX(x64) ONLY
FEEL FREE TO SUBMIT PULL REQUESTS