MCPcopy Create free account
hub / github.com/albinowax/ActiveScanPlusPlus / request2

Method request2

src/burp/OldUtilities.java:10–12  ·  view source on GitHub ↗
(IHttpRequestResponse basePair, IScannerInsertionPoint insertionPoint, String attack)

Source from the content-addressed store, hash-verified

8
9public class OldUtilities {
10 public static IHttpRequestResponse request2(IHttpRequestResponse basePair, IScannerInsertionPoint insertionPoint, String attack) {
11 return Utilities.callbacks.makeHttpRequest(basePair.getHttpService(), insertionPoint.buildRequest(attack.getBytes()));
12 }
13
14 // Placeholder methods for helpers and callbacks, assumed to be provided elsewhere
15 public static String safeBytesToString(byte[] bytes) {

Callers 4

doActiveScanMethod · 0.95
doActiveScanMethod · 0.80
doActiveScanMethod · 0.80
doActiveScanMethod · 0.80

Calls 2

getHttpServiceMethod · 0.80
buildRequestMethod · 0.80

Tested by

no test coverage detected