Forwarded from GitBook - Bug Bounty
Try the Full-Width version of the commonly used symbols for XSS/WAF/SQL filter bypass.
🔹< - %EF%BC%9C (\uff1c)
🔹> - %EF%BC%9E (\uff1e)
🔹\ - %EF%BC%BC (\uff3c)
🔹/ - %EF%BC%8F (\uff0f)
🔹' - %EF%BC%87 (\uff07)
🔹" - %EF%BC%82 (\uff02)
🔹< - %EF%BC%9C (\uff1c)
🔹> - %EF%BC%9E (\uff1e)
🔹\ - %EF%BC%BC (\uff3c)
🔹/ - %EF%BC%8F (\uff0f)
🔹' - %EF%BC%87 (\uff07)
🔹" - %EF%BC%82 (\uff02)
❤2🔥2
Please open Telegram to view this post
VIEW IN TELEGRAM
Fetch all relative URLs in next.js websites 🗡
const manifest = window.__BUILD_MANIFEST || {};const routes = Object.keys(manifest).filter(route => !route.startsWith("_")).sort();routes
Please open Telegram to view this post
VIEW IN TELEGRAM