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-42392-Detect — Scans a list of IPs to detect vulnerable H2 database consoles, identifying web pages and checking access restrictions for CVE-2021-42392. | Kitploit
Tools/GitHubGitHub/cybersecurityworks553/cve-2021-42392-detect
Vulnerability ScannersInformation GatheringWeb SecurityNetwork SecurityPenetration Testing
GitHubcybersecurityworks553/cve-2021-42392-detect

CVE-2021-42392-Detect

Scans a list of IPs to detect vulnerable H2 database consoles, identifying web pages and checking access restrictions for CVE-2021-42392.

View Repository
724 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-42392-Detect

About

The script detects vulnerable H2 server for the give list of IPs, it can identify the H2 Console web pages and check for access restrictions.

Usage

Create a file containing list of IPs and name the file IP.txt, place the 'IP.txt' and 'h2-detect.py' in a directory and execute the script.

Here "IP.txt" is the default filename that's hardcoded into script however the script can also take an random filename as input argument and when if no filename is specified it searched for "IP.txt" file in the current directory and if it is not found it throws an file not found error.

So either specify a filename or simply place IP.txt file with the h2_detect.py scripts.

usage1

usage2

Script Syntax

root@kitploit:~
# Useing Default filename  
`$ python h2_detect_v0.3.py IP.txt ` or  `$ python h2_detect_v0.3.py`

# Specifying filename
`$ python3 h2_detect_v0.3.py <filename.txt>`

Error

error

Requirments

pip install bs4

Created by

Vivek Gopal

Security Analyst

Cybersecurityworks

Download Tool