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
CVE-2021-44228 — Mass recognition tool for CVE-2021-44228 | Kitploit
Tools/GitHubGitHub/vnyui/cve-2021-44228
ReconnaissanceVulnerability ScannersNetwork MappingVulnerability AnalysisExploitation
GitHubvnyui/cve-2021-44228

CVE-2021-44228

Mass recognition tool for CVE-2021-44228

View Repository
34 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

CVE-2021-44228

Mass recognition tool for CVE-2021-44228

need to fix Crypto library to work with Python3.9

sudo vim /usr/local/lib/python3.9/dist-packages/Crypto/Random/_UserFriendlyRNG.py
replace line 77 : t = time.clock()
with : t = time.perf_counter()

how to use : sudo python3 192.168.0.0/8 mylog.txt

Download Tool