Skip to content

XSS Client side redirects

TheGetch edited this page May 14, 2021 · 1 revision

XSS Client side redirects

XSS Client side redirects

While pentesting webapps, whenever you notice a redirect, check what caused it.

If it's a client side redirect (caused by JavaSCript), try redirecting to javascript:alert(), now you have XSS!

Or even better, if you go to /admin (or similar) and it's a client side redirect then you have improper access controls.

_Sidebar

1. Recon

Ping Sweep

CIDR to IP

2. Enumeration

Services

05. HTTP (80,443,8080,8443,etc.)

3. Exploitation

4. Post Exploiation

5. High Value Information

Hashes

6. Reporting

7. Random Notes/Useful Tidbits

Clone this wiki locally