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
OFBiz-Attack — A Tool For CVE-2023-49070/CVE-2023-51467 Attack | Kitploit
Tools/GitHubGitHub/d0g3-8bit/ofbiz-attack
Vulnerability ScannersExploitationWeb Application ExploitationPenetration TestingCommand and ControlPayload Development
GitHubd0g3-8bit/ofbiz-attack

OFBiz-Attack

A Tool For CVE-2023-49070/CVE-2023-51467 Attack

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

OFBiz-Attack

A Tool For CVE-2023-49070/CVE-2023-51467 Attack

Test Environment

vulhub/ofbiz:18.12.09

Usage

Start

root@kitploit:~
java -jar OFBiz-Attack.jar

There are three modules:

  • Vulnerability Detection

    1

    Just enter the target URL. Do not add extra routes, otherwise it will affect subsequent module exploitation. Only HTTPS requests are supported. Speed depends on Web server performance.

    After verification, do not modify the URL; subsequent modules will obtain the URL from this field.

  • Command Execution

    Vulnerability verification must be completed before use. Uses CVE-2023-51467 to execute commands, which also facilitates output display.

    2

    If execution fails, it returns the message "Not executed for security reason".

    Some commands may fail because (possibly because) of blacklist settings in the security.properties file.

    3

    However, reverse shell execution is still possible. If this module does not provide a good experience, please move to the next module.

  • Inject Memory Shell

    ⚠️Use with caution; irreversible damage.

    Vulnerability verification must be completed before use. Uses CVE-2023-49070 deserialization to inject a memory shell. This module supports injecting CMD/Behinder memory shells, but in principle only one type can be injected.

    4

    Connect to Behinder using the default password; do not forget the trailing /.

    5

    Both memory shells are injected into the Filter of /webtool/*.

Conclusion

⚠️This tool is for learning and communication only. Do not use it for illegal purposes.

If the modules have given you a bad experience, I sincerely apologize. Please provide suggestions for improvement. Thank you for using it.🙏

Download Tool