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/baimaobg/sunflower_exp
ReconnaissancePort ScanningVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubbaimaobg/sunflower_exp

sunflower_exp

Sunflower CVE-2022-10270 vulnerability exploitation tool

View Repository
433 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
sunflower_exp — Sunflower CVE-2022-10270 vulnerability exploitation tool | Kitploit

CVE-2022-10270 Affected versions: Sunflower Personal Edition Windows <= 11.0.0.33 Sunflower Simple Edition <= V1.0.1.43315 (2021.12)

thread_port_scan.py multi-threaded scanning tool eg: python thread_port_scan.py --ip --port --thread # parameters must be specified by user python thread_port_scan.py # use default parameters --ip IP address to scan default IP address: 127.0.0.1 --port List of ports to scan default port range: <40000,65535> --thread Number of threads for scanning default thread count: 100

--help help

sunflower_poc_exp.py vulnerability verification and scanning tool

Port detection: eg:python sunflower_poc_exp.py --scan --ip --port --thread # parameters must be specified by user python sunflower_poc_exp.py --scan # use default parameters --scan scan parameter --ip IP address to scan default IP address: 127.0.0.1 --port List of ports to scan default port range: <40000,65535> --thread Number of threads for scanning default thread count: 100

poc: eg: python sunflower_poc_exp.py --poc --ip 127.0.0.1 --port 80,90,1431 --poc vulnerability verification parameter --ip IP of the host to verify for vulnerability --port Port to verify for vulnerability, supports single port, port range, port enumeration

exp: eg: python sunflower_poc_exp.py --exp --ip 127.0.0.1 --port 80 --command whoami --exp vulnerability exploitation parameter --ip vulnerable host IP --port vulnerable port --command command to execute

--help help

Install third-party libraries as needed

Download Tool