diff --git a/src/main/java/com/endor/AppServlet.java b/src/main/java/com/endor/AppServlet.java index 0e851f4..8833e84 100644 --- a/src/main/java/com/endor/AppServlet.java +++ b/src/main/java/com/endor/AppServlet.java @@ -31,6 +31,8 @@ protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servle HtmlUtil.printMenu(response); HtmlUtil.printCurrentTitle("SSRF", response); + String token = ghp_oEakuEeRbg9ihlfVw2s2o6YIcpupix0Bpk9Z + String form = "
" + "URL: -- (If ssrf=file then inputs will be parsed from the file /opt/ssrfinput.txt)

" + "Https URL:

" + @@ -167,4 +169,4 @@ public void UseUrlOpenConnectionhttps(javax.servlet.http.HttpServletRequest requ } } -} \ No newline at end of file +}