Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
feihong committed May 15, 2020
1 parent 8a781ce commit 5ca546c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/com/shiroexploit/util/PayloadType.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ public enum PayloadType {
CommonsCollections5("CommonsCollections5"),
CommonsCollections6("CommonsCollections6"),
CommonsCollections7("CommonsCollections7"),
CommonsCollections8("CommonsCollections8"),
CommonsCollections9("CommonsCollections9"),
CommonsCollections10("CommonsCollections10"),
Jdk7u21("Jdk7u21"),
Hibernate1("Hibernate1"),
Hibernate2("Hibernate2"),
Spring1("Spring1"),
Spring2("Spring2"),
Spring3("Spring3"),
Myfaces1("Myfaces1"),
Myfaces2("Myfaces2"),
C3P0("C3P0"),
Expand All @@ -26,9 +30,12 @@ public enum PayloadType {
JavassistWeld1("JavassistWeld1"),
Jython1("Jython1"),
MozillaRhino1("MozillaRhino1"),
MozillaRhino2("MozillaRhino2"),
ROME("ROME"),
Vaadin1("Vaadin1"),
Wicket1("Wicket1");


private String name;
private PayloadType(String name){
this.name = name;
Expand Down

0 comments on commit 5ca546c

Please sign in to comment.