Skip to content

Commit

Permalink
Update HelperPlus.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed Dec 22, 2023
1 parent e532821 commit 6dd947e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/burp/HelperPlus.java
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ public static String getShortURL(IHttpService service){
return null;
}
String shortUrlString = service.getProtocol()+"://"+service.getHost()+":"+service.getPort()+"/";
shortUrlString = removeDefaultPort(shortUrlString);
return shortUrlString;
}

Expand Down

0 comments on commit 6dd947e

Please sign in to comment.