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

Method hit

src/burp/OldUtilities.java:102–104  ·  view source on GitHub ↗
(byte[] response, String basePrint)

Source from the content-addressed store, hash-verified

100 }
101
102 public static boolean hit(byte[] response, String basePrint) {
103 return tagmap(safeBytesToString(response)).equals(basePrint);
104 }
105
106 public static String randstr(int length) {
107 String chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";

Callers

nothing calls this directly

Calls 2

tagmapMethod · 0.95
safeBytesToStringMethod · 0.95

Tested by

no test coverage detected