Ruby to Python migration: Convert post-2020 exploit modules and tools #65
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Continues Ruby to Python migration effort. Converts 3 post-2020 exploit modules and 1 exploit development tool to Python, following the established
python_frameworkarchitecture.Converted Modules:
apache_hugegraph_gremlin_rce.py- CVE-2024-27348 Gremlin sandbox bypasschamilo_bigupload_webshell.py- CVE-2023-4220 unrestricted file uploadexample_webapp.py- Educational web exploitation exampleConverted Tools:
find_badchars.py- Bad character detection for exploit development (supports raw, WinDbg, GDB, hex formats)All modules:
RemoteExploit+HttpExploitMixinCheckCodefor vulnerability detectionExample usage:
Verification
msfconsoleuse exploit/linux/http/apache_hugegraph_gremlin_rcepython3 modules/exploits/linux/http/apache_hugegraph_gremlin_rce.py --helpfind_badchars.pyprocesses test input correctlyOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.