MCPcopy Create free account
hub / github.com/0x727/DropLabTools / setParams

Method setParams

src/main/java/com/droplab/service/BugService.java:9–11  ·  view source on GitHub ↗
(HashMap<String, String> params)

Source from the content-addressed store, hash-verified

7public class BugService implements BugsInfterface{
8 protected HashMap<String,String> params;
9 public void setParams(HashMap<String, String> params) {
10 this.params = params;
11 }
12 @Override
13 public boolean check() {
14 Object check = run("check");

Callers 15

YongyouCheckURLMethod · 0.80
GetUnserializePayloadMethod · 0.80
A6V5FastJsonMethod · 0.80
A6FileUploadPocMethod · 0.80
htmlofficeservletMethod · 0.80
DBPassDecodeMethod · 0.80
runMethod · 0.80
OfficeServerServletMethod · 0.80
FileUploadControllerMethod · 0.80
SSRFFileReadMethod · 0.80
SSRFXMLDecodeRCEMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected