SYMBOL INDEX (38 symbols across 8 files) FILE: src/main/java/com/example/frchannel/MainApplication.java class MainApplication (line 11) | public class MainApplication extends Application { method start (line 12) | @Override method main (line 22) | public static void main(String[] args) { FILE: src/main/java/com/example/frchannel/MainController.java class MainController (line 25) | public class MainController implements Initializable { method initialize (line 53) | @Override method notice (line 67) | public void notice(ActionEvent actionEvent) { method check (line 79) | public Boolean check(String s){ method checkUrl (line 84) | public Boolean checkUrl(String url){ method getPayload (line 88) | public byte[] getPayload(String chain,byte[] bytes) throws Exception { method DnsLog (line 104) | public void DnsLog(ActionEvent actionEvent) throws Exception { method ExecCommand (line 125) | @FXML method InjectMem (line 147) | public void InjectMem(ActionEvent actionEvent) throws Exception { method Proxy (line 162) | public void Proxy(ActionEvent actionEvent) { FILE: src/main/java/com/example/frchannel/attack.java class attack (line 21) | public class attack { method attack (line 23) | public attack() throws Exception { method send (line 27) | public static String send(String url, byte[] bytes, String cmd, HttpHo... FILE: src/main/java/com/example/frchannel/payload/CommonsBeanutils183.java class CommonsBeanutils183 (line 10) | public class CommonsBeanutils183 { method getPayload (line 12) | public static byte[] getPayload(byte[] bytes) throws Exception { FILE: src/main/java/com/example/frchannel/payload/Hibernate.java class Hibernate (line 14) | public class Hibernate { method getPayload (line 15) | public static byte[] getPayload(byte[] bytes) throws Exception { FILE: src/main/java/com/example/frchannel/payload/JacksonSignedObject.java class JacksonSignedObject (line 17) | public class JacksonSignedObject { method getPayload (line 19) | public static byte[] getPayload(byte[] bytes) throws Exception { FILE: src/main/java/com/example/frchannel/payload/URLDNS.java class URLDNS (line 6) | public class URLDNS { method getPayload (line 8) | public static byte[] getPayload(String dnslog) { FILE: src/main/java/com/example/frchannel/payload/utils.java class utils (line 21) | public class utils { method getTeml (line 22) | public static TemplatesImpl getTeml(byte[] bytes) throws Exception { method setFieldValue (line 31) | public static void setFieldValue(Object o, String fieldName, Object va... method getFieldValue (line 37) | public static Object getFieldValue(Object o, String fieldName) throws ... method getConstructor (line 42) | public static Constructor getConstructor(String name) throws Except... method getClassByteCode (line 47) | public static byte[] getClassByteCode(String classname) { method makeSignedObject (line 69) | public static SignedObject makeSignedObject(Object o) throws IOExcepti... method serialize (line 139) | public static byte[] serialize(Object o) throws IOException { method unserialize (line 146) | public static void unserialize(byte[] b) throws IOException, ClassNotF... method hexToByte (line 151) | public static byte[] hexToByte(String hex){ method GzipCompress (line 163) | public static byte[] GzipCompress(byte[] out) throws Exception{ method GzipUncompress (line 172) | public static byte[] GzipUncompress(byte[] bytes) { method createInstanceUnsafely (line 192) | public static Object createInstanceUnsafely(Class clazz) throws Exc... method makeTemplatesImplAopProxy (line 199) | public static Object makeTemplatesImplAopProxy(Object o) throws Except...