Skip to content

Commit

Permalink
Update FindUrlAction.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed Jul 18, 2024
1 parent b814264 commit 9aa5843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/base/FindUrlAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public static String getTargetSiteBaseUrl(IHttpRequestResponse message) {
return getTargetSiteBaseUrl(message.getHttpService(), message.getRequest());
}


public static String getTargetSiteBaseUrl(IHttpService httpService, byte[] request) {
HelperPlus getter = BurpExtender.getHelperPlus();

Expand Down Expand Up @@ -315,6 +315,7 @@ public static List<String> findPossibleBaseURL(List<String> urls) {
}
}
}
Collections.sort(baseURLs);
return baseURLs;
}

Expand Down

0 comments on commit 9aa5843

Please # to comment.