Recent Activity












mxrch
User for 5 years
Created Content
Recently Created Pages View All
CSP Series
Web
Attacks
1. Intro CSP (Content Security Policy) is there / in-place to mitigate some attacks, such as xss,...
SSRF Series
Web
Attacks
1. INTRO SSRF (Server-Side Request Forgery: server-side request forgery) is a fake exploit server...
Bug Bounty - Content Discovery / Recon
Cheatsheets
Obtain subdomains and links from the target host: for h in $(cat hosts.txt); do curl -siL https:/...
[FR] Decentralized Identifiers (DIDs)
Web
Rappels Identity and Access Management (IAM) Il existe actuellement 3 grandes formes de Gestion ...
Spawning TTY Shells
Cheatsheets
Shell Spawning Python python -c 'import pty; pty.spawn("/bin/sh")' python3 -c 'import pty; pty...