MCPcopy Index your code
hub / github.com/achuna33/MYExploit / Post

Method Post

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

Source from the content-addressed store, hash-verified

183 return result;
184 }
185 public Response Post(Object body ){
186 try{
187 Response result = Connect("POST",body,IsHttps);
188 return result;
189 }catch (Exception e){
190 return new Response(0,"",null);
191 }
192
193 }
194 public void SetHeaders(LinkedHashMap<String,String> header){
195 headers = header;
196 }

Callers 15

vul_BeanshellMethod · 0.95
vul_monitorservletMethod · 0.95
vul_LoginJndiMethod · 0.95
vul_ProxyMethod · 0.95
vul_acceptMethod · 0.95
vul_uploadMethod · 0.95
vul_logincheckMethod · 0.95
vul_swfupload_newMethod · 0.95

Calls 1

ConnectMethod · 0.95

Tested by

no test coverage detected