This commit is contained in:
鸭王
2021-05-21 16:27:52 +08:00
committed by GitHub
parent 16bc7a0cd9
commit d42551d67a

View File

@@ -129,9 +129,9 @@ public class BurpExtender implements IBurpExtender, IContextMenuFactory,IIntrude
if (b){
if (Config.AUTOXFFVALUE.equals("$RandomIp$")){
Utils.addfakeip(iHttpRequestResponse,Utils.getRandomIp());
}else {
Utils.addfakeip(iHttpRequestResponse,Config.AUTOXFFVALUE);
}
Utils.addfakeip(iHttpRequestResponse,Config.AUTOXFFVALUE);
}
}
}