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

Method doReust

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

Source from the content-addressed store, hash-verified

207
208
209 public byte[] doReust(){
210 byte[] req = raw.getBytes();
211 try {
212// System.out.println(service);
213 IHttpRequestResponse reqrsp = BurpExtender.callbacks.makeHttpRequest(service, req);
214 byte[] response = reqrsp.getResponse();
215 return response;
216 }catch (Exception e){
217 e.printStackTrace();
218 BurpExtender.stderr.println(e);
219 }
220 return null;
221
222 }
223}

Callers 4

requestImageMethod · 0.95
identifyCaptchaMethod · 0.95
identifyCaptchasMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected