Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/f0ng/autoDecoder
/ getEncodeApi
Method
getEncodeApi
src/burp/IndexautoDecoder.java:2399–2401 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2397
}
// 加密后的密文URL编码
2398
2399
public
static
String getEncodeApi() {
2400
return
textField3.getText().trim();
2401
}
2402
2403
public
static
String getDecodeApi() {
2404
return
textField4.getText().trim();
Callers
3
TestEncode
Method · 0.95
Encode
Method · 0.95
processHttpMessage
Method · 0.95
Calls
1
getText
Method · 0.80
Tested by
1
TestEncode
Method · 0.76