Skip to content

Commit ddad6fa

Browse files
committed
Shuffle attacks before queueing them
1 parent 4055154 commit ddad6fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/burp/TriggerParamGuesser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public void run() {
4848
}
4949

5050
ArrayList<IHttpRequestResponse> reqlist = new ArrayList<>(Arrays.asList(reqs));
51+
Collections.shuffle(reqlist);
5152

5253
int cache_size = thread_count;
5354
if (config.getBoolean("max one per host")) {

0 commit comments

Comments
 (0)