2 matches found
jdwp-shellifier
JDWP exploitation script What is it ? This exploitation script is meant to be used by pentesters against active JDWP service, in order to gain Remote Code Execution. How does it work ? Well, in a pretty standard way, the script only requires a Python 2 interpreter: root@kitploit: % python...
6AI score
SaveExploits0
Java Debug Wire Protocol Remote Code Execution Exploit
Java Debug Wire Protocol JDWP remote code execution exploit. !/usr/bin/python Universal JDWP shellifier @hugsy And special cheers to @lanjelot import socket import time import sys import struct import urllib import argparse JDWP protocol variables HANDSHAKE = "JDWP-Handshake" REQUESTPACKETTYPE =...
0.6AI score
SaveExploits0
20