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

Method getRspBody

src/main/java/utils/Util.java:358–363  ·  view source on GitHub ↗
(byte[] response)

Source from the content-addressed store, hash-verified

356
357
358 public static byte[] getRspBody(byte[] response){
359 IResponseInfo responseInfo = BurpExtender.helpers.analyzeResponse(response);
360 int bodyOffset = responseInfo.getBodyOffset();
361 int body_length = response.length - bodyOffset;
362 return subBytes(response,bodyOffset,body_length);
363 }
364
365 /**
366 * 统计字符串str中有多少个字符串keyword

Callers 5

actionPerformedMethod · 0.95
matchMethod · 0.80
matchMethod · 0.80
buildKeywordMethod · 0.80
matchRsqDataMethod · 0.80

Calls 1

subBytesMethod · 0.95

Tested by

no test coverage detected