Forum Discussion
IronLady18
1 year agoBronze I
Re: Cross-Site Scripting: Ep.6 β Further Exploitation
I'm also stuck and cannot get the script to display the admin/token page. I'm using the script from the XSS and SSRF section. From that script I changed line 2 the I changed the open to use /admin...
- 1 year ago
π IronLady18, you're doing 99% of the steps correctly, the problem lies with the fact you're using port 4848 to both host the script.js file and receive the connection back from the server. You'll also need a listener (I like using netcat, as it's simple!) to catch the connection from the server, and output the contents of the request.
For example, to spawn a listener on port 4444, you would run:
nc -nvlp 4444You'd need to adjust the script.js file to match whatever port you choose to host your listener on.
Hope this helps!
KieranRowley
Community Manager
1 year agoHey shubham natelott CyberSharpe me5382 johndoe321 do you have any advice for IronLady18 ?
- IronLady181 year agoBronze I
Thanks, I'm still stuck any help is greatly appreciated. I'm sure it is just something small I'm missing or mistyped