Java Agent

A Java shellcode agent that can be used as a post-exploitation module. It can be injected into a JVM or be run as a standalone binary using Java Launch4J .

Deploy a Stage-1 Java agent with a minimal feature set and low footprint. When needed, seamlessly upgrade to Stage-2 to unlock full operator tooling: host/context enumeration (systeminfo, getuid, currentpath), screen/webcam capture (screenshot, webcam), file I/O (download_file, upload_file), process/JVM discovery (listproc, listJVMs, currentJVM), and JVM migration via instrumentation (attachJVM ). If discovered early, only the lean Stage-1 is exposed.

Last updated

Was this helpful?