Skip to content

Commit 069d3a1

Browse files
authored
Update SSRF.java
1 parent 707d395 commit 069d3a1

File tree

1 file changed

+2
-1
lines changed
  • src/main/java/org/joychou/controller

1 file changed

+2
-1
lines changed

src/main/java/org/joychou/controller/SSRF.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public class SSRF {
3333
* Protocol: file ftp mailto http https jar netdoc
3434
* UserAgent is Java/1.8.0_102.
3535
*/
36+
/*
3637
@RequestMapping(value = "/urlConnection/vuln", method = {RequestMethod.POST, RequestMethod.GET})
3738
public String URLConnectionVuln(String url) {
3839
return HttpUtils.URLConnection(url);
@@ -57,7 +58,7 @@ public String URLConnectionSec(String url) {
5758
}
5859
5960
}
60-
61+
*/
6162

6263
/**
6364
* The default setting of followRedirects is true.

0 commit comments

Comments
 (0)