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

Method getRspBody

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

Source from the content-addressed store, hash-verified

218
219
220 public static byte[] getRspBody(byte[] response){
221 IResponseInfo responseInfo = BurpExtender.helpers.analyzeResponse(response);
222 int bodyOffset = responseInfo.getBodyOffset();
223 int body_length = response.length - bodyOffset;
224 return subBytes(response,bodyOffset,body_length);
225 }
226
227 /**
228 * 统计字符串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