Categories

tools

XSS — Stored Keylogger with Error Handling

1 minute read

A production-grade XSS keylogger that handles network errors gracefully and logs each keystroke with confirmation — designed for stored XSS contexts where pe...

XSS — Stealing Session Cookies

less than 1 minute read

Use an XSS injection to exfiltrate the victim’s session cookie to your server — achieving full account takeover without knowing their password.

XSS — Stealing Browser-Saved Passwords

1 minute read

Inject hidden username and password fields into the DOM — browsers auto-fill them with saved credentials. A delayed fetch sends those credentials to your ser...

XSS — Page-Replacement Phishing

1 minute read

Replace the entire page with a cloned login form via XSS — the URL stays legitimate, the victim trusts it, and credentials go directly to your server.

XSS — Keylogging via XSS

less than 1 minute read

Attach a keydown event listener through an XSS payload to silently capture everything the victim types — passwords, search queries, form inputs — and stream ...

XSS — Encoded & Obfuscated Payloads

less than 1 minute read

When WAFs and filters block raw XSS strings, Base64-encode your payload and use eval(atob()) or btoa(eval(atob())) to execute it — bypassing signature-based ...

XSS — Basic JavaScript Payload

less than 1 minute read

Understanding the fundamental JavaScript payload structure used in Cross-Site Scripting attacks — the foundation before moving to advanced XSS techniques.

Back to Top ↑

payloads

XSS — Stored Keylogger with Error Handling

1 minute read

A production-grade XSS keylogger that handles network errors gracefully and logs each keystroke with confirmation — designed for stored XSS contexts where pe...

XSS — Stealing Session Cookies

less than 1 minute read

Use an XSS injection to exfiltrate the victim’s session cookie to your server — achieving full account takeover without knowing their password.

XSS — Stealing Browser-Saved Passwords

1 minute read

Inject hidden username and password fields into the DOM — browsers auto-fill them with saved credentials. A delayed fetch sends those credentials to your ser...

XSS — Page-Replacement Phishing

1 minute read

Replace the entire page with a cloned login form via XSS — the URL stays legitimate, the victim trusts it, and credentials go directly to your server.

XSS — Keylogging via XSS

less than 1 minute read

Attach a keydown event listener through an XSS payload to silently capture everything the victim types — passwords, search queries, form inputs — and stream ...

XSS — Encoded & Obfuscated Payloads

less than 1 minute read

When WAFs and filters block raw XSS strings, Base64-encode your payload and use eval(atob()) or btoa(eval(atob())) to execute it — bypassing signature-based ...

XSS — Basic JavaScript Payload

less than 1 minute read

Understanding the fundamental JavaScript payload structure used in Cross-Site Scripting attacks — the foundation before moving to advanced XSS techniques.

Back to Top ↑

xss

XSS — Stored Keylogger with Error Handling

1 minute read

A production-grade XSS keylogger that handles network errors gracefully and logs each keystroke with confirmation — designed for stored XSS contexts where pe...

XSS — Stealing Session Cookies

less than 1 minute read

Use an XSS injection to exfiltrate the victim’s session cookie to your server — achieving full account takeover without knowing their password.

XSS — Stealing Browser-Saved Passwords

1 minute read

Inject hidden username and password fields into the DOM — browsers auto-fill them with saved credentials. A delayed fetch sends those credentials to your ser...

XSS — Page-Replacement Phishing

1 minute read

Replace the entire page with a cloned login form via XSS — the URL stays legitimate, the victim trusts it, and credentials go directly to your server.

XSS — Keylogging via XSS

less than 1 minute read

Attach a keydown event listener through an XSS payload to silently capture everything the victim types — passwords, search queries, form inputs — and stream ...

XSS — Encoded & Obfuscated Payloads

less than 1 minute read

When WAFs and filters block raw XSS strings, Base64-encode your payload and use eval(atob()) or btoa(eval(atob())) to execute it — bypassing signature-based ...

XSS — Basic JavaScript Payload

less than 1 minute read

Understanding the fundamental JavaScript payload structure used in Cross-Site Scripting attacks — the foundation before moving to advanced XSS techniques.

Back to Top ↑

infosec

Back to Top ↑

pentest

Back to Top ↑

Walkthroughs

Back to Top ↑

meta

Welcome to SweshInfoSec

less than 1 minute read

Security research walkthroughs, VAPT findings, and bug bounty reports — documented with BlackOps.

Back to Top ↑

iot-pentest

Test

less than 1 minute read

Test Sub

Back to Top ↑