Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umair9747/genzai
The IoT security toolkit to help identify IoT related dashboards and scan them for default passwords and vulnerabilities.
https://github.com/umair9747/genzai
cybersecurity golang hacking iot iot-security penetration-testing pentesting redteam security security-scanner security-tools
Last synced: 5 days ago
JSON representation
The IoT security toolkit to help identify IoT related dashboards and scan them for default passwords and vulnerabilities.
- Host: GitHub
- URL: https://github.com/umair9747/genzai
- Owner: umair9747
- License: apache-2.0
- Created: 2024-01-20T10:56:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T06:55:39.000Z (about 1 month ago)
- Last Synced: 2024-12-14T20:06:16.549Z (12 days ago)
- Topics: cybersecurity, golang, hacking, iot, iot-security, penetration-testing, pentesting, redteam, security, security-scanner, security-tools
- Language: Go
- Homepage:
- Size: 16.4 MB
- Stars: 157
- Watchers: 2
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Genzai
The IoT Security Toolkit
Description • Features • Setup & Usage • Acknowledgements • Contact Me
Description
Genzai helps you identify IoT or Internet of Things related dashboards across a single or set of targets provided as an input and furthermore scan them for default password issues and potential vulnerabilities based on paths and versions.
An example would be an admin panel for a home automation device acceessible over the internet. The tool will firstly fingerprint the IoT (product) based on a set of signatures from signatures.json and then based on the product identified, and the relevant templates in its DBs (vendor-logins.json and vendor-vulns.json), scan it for vendor-specific default passwords like admin:admin as well as look for any potential vulnerabilities.
Genzai currently supports fingerprinting over 20 IoT-based dashboards and has the same amount of templates to look for default password issues across them. It currently has a total of 10 vulnerability templates which will increase with coming updates.
Features
Fingerprinting - The Wappalyzer of IoT Devices
With Genzai, you can fingerprint the IoT Product running over a target based on the HTTP response received through it. With a support of 20 templates and counting, Genzai can look for categories such as:
- Wireless Router
- Surveillance Camera
- HMI or Human Machine Interface
- Smart Power Control
- Building Access Control System
- Climate Control
- Industrial Automation
- Home Automation
- Water Treatment SystemDefault Password Checks
Based on the IoT product identified and the presence of a relevant template in Vendor Logins DB, Genzai will also check if the target is still using a vendor-specific default password considering how several devices across the internet still use a default password letting anyone to log in as an administrative user.Vulnerability Scanning
Also based on the IoT product identified and with the presence of a relevant template in Vendor Vulns DB, Genzai will check for any potential vulnerabilities across the target. While some of the templates actively flag issues based on an exposed endpoint or file, others may flag based on a vulnerable version.v2 is here! 🚀
In this November 2024 update prior to Black Hat MEA, we are glad to announce the v2 update for Black Hat MEA with some really exciting new features!📡 API Mode: Integrate Seamlessly
Want to supercharge your existing pipeline or application with Genzai? The all-new API mode allows you to deploy an API server effortlessly and perform scans with ease. No fuss, just results. [Learn more]🖥️ GUI Mode: Simplicity Meets Power
Let’s face it—CLI is functional, but not always fun. That’s why we’ve introduced a sleek, web-based GUI mode! It’s intuitive, engaging, and designed to take your productivity to the next level. Say goodbye to monotony and hello to efficiency. [Learn more]🌐 Recon Mode: Explore at Warp Speed
Curious to see if IoT devices are lurking in a subnet? Or perhaps you need to probe a private network for vulnerabilities? Recon mode has your back, offering lightning-fast scanning to uncover hidden gems (or threats). [Learn more]Acknowledgements
Genzai has been or will be noticed at,
Let's Connect!
If you have any questions or feedback about Genzai or just want to connect with me, feel free to reach out via LinkedIn or Email.Legal Disclaimer
Usage of Genzai for scanning or attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.