Skip to content

Instantly share code, notes, and snippets.

View alexanderhenne's full-sized avatar

Alexander Henne alexanderhenne

  • Sweden
  • 12:09 (UTC +01:00)
View GitHub Profile
@alexanderhenne
alexanderhenne / OSCelestialCrack.java
Created August 24, 2016 20:46
Obtains the IP and port a stub of the RAT OSCelestial is configured to use
import sun.misc.BASE64Decoder;
import java.io.*;
public class OSCelestialCrack {
public String[] ips;
public String port;
public String id;