Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/r0lh/kygocera
ReconnaissanceNetwork MappingVulnerability AnalysisExploitationWeb Application ExploitationInformation Gathering
GitHubr0lh/kygocera

kygocera

Improved Golang Version of Rapid7 PoC for CVE-2022-1026

View Repository
2 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

kygocera (CVE-2022-1026)

Improved Golang Version of Rapid7 PoC for CVE-2022-1026 (https://www.rapid7.com/blog/post/2022/03/29/cve-2022-1026-kyocera-net-view-address-book-exposure/)

credits to Aaron Herndon / https://twitter.com/ac3lives

greets to https://github.com/D4RKMATT3R

CVE-2022-1026

install

root@kitploit:~
git clone https://github.com/r0lh/kygocera.git
cd kygocera && go build kygocera.go
./kygocera -t <IP / URL / IP-Range>

or

root@kitploit:~
go install github.com/r0lh/kygocera@latest
kygocera -h

usage

root@kitploit:~
kygocera -h

kygocera -u 192.168.0.0/24

kygocera -u printer.mynetwork.local

set timeout (in milliseconds) and port

root@kitploit:~
./kygocera -u 127.0.0.1 -p 9091 -t 200

disable ssl

root@kitploit:~
./kygocera -u 192.168.0.0/24 -n

or just

root@kitploit:~
go run kygocera -u 192.168.0.0/24
Download Tool