MCPcopy Create free account
hub / github.com/achuna33/MYExploit / Get

Method Get

src/main/java/com/achuna33/Utils/HttpRequest.java:181–184  ·  view source on GitHub ↗
(Object body)

Source from the content-addressed store, hash-verified

179 }
180
181 public Response Get(Object body){
182 Response result = Connect("GET",body,IsHttps);
183 return result;
184 }
185 public Response Post(Object body ){
186 try{
187 Response result = Connect("POST",body,IsHttps);

Callers 15

runMethod · 0.95
vul_design_save_svgMethod · 0.95
vul_getSessionListMethod · 0.95
vul_testSqlInjectionMethod · 0.95
vul_NCFindWebMethod · 0.95
vul_BshServletMethod · 0.95
vul_Uapws_XXEMethod · 0.95
vul_acceptMethod · 0.95
vul_GetfileMethod · 0.95
vul_userMethod · 0.95

Calls 1

ConnectMethod · 0.95

Tested by

no test coverage detected