(04-28-2024, 09:22 AM)jsvensson Wrote: (04-28-2024, 09:16 AM)vanatka123 Wrote: (04-28-2024, 07:34 AM)andlommy Wrote: user, finally
use the SSRF to find application code
use that same ssrf to access the next hop (http is not the only protocol 
convert key
profit.
now for the root....
How do you know the location of the source code?
use file:///proc/self/cmdline
Hello guys,
I'm currently stuck for fews hours on the SSRF....
I did this but even i try so many payload i got "unexpected error"...
I put space before file but even i send this to the server i got error.
Anyone have a little hint please
<html>
<body>
<h1>Proof that you Signed Your Life Away</h1>
<img src=""><body id="body"> <script>jsImg = new Image();jsImg.src=" file:///proc/self/cmdline";document.getElementById("body").appendChild(jsImg);</script></body></img>
</body>
</html>