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

Method safeBytesToString

src/burp/OldUtilities.java:15–17  ·  view source on GitHub ↗
(byte[] bytes)

Source from the content-addressed store, hash-verified

13
14 // Placeholder methods for helpers and callbacks, assumed to be provided elsewhere
15 public static String safeBytesToString(byte[] bytes) {
16 return new String(bytes);
17 }
18
19 public static byte[] concatenate(byte[] a, byte[] b) {
20 byte[] result = new byte[a.length + b.length];

Callers 7

hitMethod · 0.95
doRailsScanMethod · 0.95
doStruts201811776ScanMethod · 0.95
doCodePathScanMethod · 0.95
codepathAttackMethod · 0.95
doActiveScanMethod · 0.45
doActiveScanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected