Skip to content

Commit

Permalink
⚡ 感谢 @fuzz7j 提交pr,增加headers方式
Browse files Browse the repository at this point in the history
  • Loading branch information
SummerSec committed Aug 31, 2022
1 parent f9a275c commit e043e76
Show file tree
Hide file tree
Showing 15 changed files with 222 additions and 202 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea/**
lib
target
target/**
out
src/test/java/**
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.example</groupId>
<artifactId>shiro_attack</artifactId>
<version>4.5.4-SNAPSHOT</version>
<version>4.5.6-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions target/classes/Tomcat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import javassist.CtNewConstructor;
import javassist.NotFoundException;



public class TomcatEcho implements EchoPayload {
@Override
public CtClass genPayload(ClassPool pool) throws CannotCompileException, NotFoundException, IOException {
Expand Down
Binary file modified target/classes/com/summersec/attack/UI/MainController$1.class
Binary file not shown.
Binary file modified target/classes/com/summersec/attack/UI/MainController$2.class
Binary file not shown.
Binary file modified target/classes/com/summersec/attack/UI/MainController.class
Binary file not shown.
Binary file modified target/classes/com/summersec/attack/core/AttackService$1.class
Binary file not shown.
Binary file modified target/classes/com/summersec/attack/core/AttackService.class
Binary file not shown.
Binary file modified target/classes/com/summersec/attack/utils/HttpUtil.class
Binary file not shown.
Binary file modified target/classes/com/summersec/x/GodzillaFilter.class
Binary file not shown.
Binary file modified target/classes/com/summersec/x/GodzillaServlet.class
Binary file not shown.
Binary file modified target/classes/com/summersec/x/GodzillaTomServlet.class
Binary file not shown.
415 changes: 217 additions & 198 deletions target/classes/gui.fxml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven
#Sun Apr 24 12:10:34 CST 2022
version=4.5.3-SNAPSHOT
#Sat Aug 20 10:04:56 CST 2022
version=4.5.5-SNAPSHOT
groupId=org.example
artifactId=shiro_attack
Binary file modified target/test-classes/demo.class
Binary file not shown.

0 comments on commit e043e76

Please sign in to comment.