MCPcopy Create free account
hub / github.com/c0ny1/captcha-killer / doReust

Method doReust

src/main/java/utils/HttpClient.java:190–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188
189
190 public byte[] doReust(){
191 byte[] req = raw.getBytes();
192 try {
193 IHttpRequestResponse reqrsp = BurpExtender.callbacks.makeHttpRequest(service, req);
194 byte[] response = reqrsp.getResponse();
195 return response;
196 }catch (Exception e){
197 e.printStackTrace();
198 BurpExtender.stderr.println(e);
199 }
200 return null;
201
202 }
203}

Callers 3

requestImageMethod · 0.95
identifyCaptchaMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected