Skip to content

Commit

Permalink
取消所有第三方功能的自启动
Browse files Browse the repository at this point in the history
  • Loading branch information
iSafeBlue committed Jan 5, 2021
1 parent a270fa9 commit 6f82c55
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
public class TrackrayConfiguration {

public enum Function{
awvs(true),
burpsuite(true),
sqlmap(true),
msf(true),
xray(true),
awvs(false),
burpsuite(false),
sqlmap(false),
msf(false),
xray(false),
;
private boolean enable;
Function(boolean b) {
Expand Down

0 comments on commit 6f82c55

Please sign in to comment.