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-31630-HTB — proof of Concept (PoC) exploit for CVE-2021-31630, targeting the OpenPLC service running on the WifineticTwo box on the Hack The Box platform. | Kitploit
Tools/GitHubGitHub/hunt3r0x/cve-2021-31630-htb
Vulnerability AnalysisExploitationSCADA/ICS SecurityCTFPenetration TestingLearning & Education
GitHubhunt3r0x/cve-2021-31630-htb

CVE-2021-31630-HTB

proof of Concept (PoC) exploit for CVE-2021-31630, targeting the OpenPLC service running on the WifineticTwo box on the Hack The Box platform.

View Repository
912 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-31630 Exploit

CVE-2021-31630 Exploit PoC for OpenPLC on WifineticTwo box (Hack The Box), This script serves as a Proof of Concept (PoC) exploit for CVE-2021-31630, targeting the OpenPLC service running on the WifineticTwo box on the Hack The Box platform.

Usage

root@kitploit:~
python exploit.py -ip <IP_ADDRESS_FOR_LISTEN> -p <PORT_FOR_LISTEN> -u <USERNAME> -pwd <PASSWORD>
root@kitploit:~
python ./exploit.py -ip 10.10.16.5 -p 1337 -u openplc -pwd openplc

Arguments

  • -ip <IP_ADDRESS>: Specifies the IP address to listen on.
  • -p : Specifies the port to listen on.
  • -u : Specifies the username for OpenPLC login.
  • -pwd : Specifies the password for OpenPLC login.

Description

This script exploits the CVE-2021-31630 vulnerability in OpenPLC, allowing remote code execution on the WifineticTwo box. It establishes a connection to the target IP and port, authenticates with the provided username and password, and uploads a malicious payload to execute arbitrary code.

Author

Created by z1ntrx

Disclaimer

This script is intended for educational and testing purposes only. Use it responsibly and only on systems you have explicit permission to test.

Download Tool