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
ElasticSearch-CVE-2014-3120 — Python-based proof-of-concept exploit for ElasticSearch CVE-2014-3120 remote code execution vulnerability. Scans hosts and reports vulnerable instances via HTTP API. | Kitploit
Tools/GitHubGitHub/echohtp/elasticsearch-cve-2014-3120
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubechohtp/elasticsearch-cve-2014-3120

ElasticSearch-CVE-2014-3120

Python-based proof-of-concept exploit for ElasticSearch CVE-2014-3120 remote code execution vulnerability. Scans hosts and reports vulnerable instances via HTTP API.

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

ElasticSearch search Remote Code Execution (CVE-2014-3120)

POC Code to exploit CVE-2014-3120

Requirements: python

Usage: python elastic_check.py

Example:

root@kitploit:~
➜ ~$ python elastic_check.py hostport.txt
0	10.0.0.10:9200	Vulnerable
1	10.0.0.11:9201	Not Vulnerable
2	10.0.0.12:9201	Connection error

Vulnerable hosts: 1
Not-vulnerable hosts: 1
Connection Errors: 1

hostport.txt:

root@kitploit:~
10.0.0.10:9200
10.0.0.11:9201
10.0.0.12:9201
Download Tool