Advanced Search
Search Results
11 total results found
HideAndSec
Nous sommes un groupe de passionnés d'informatique, de sécurité web, logiciel, IoT, analyse de bi...
Members
mxrch Passionné d'informatique et de sécurité depuis toujours, je m'intéresse aussi du côté de l...
Contact
Pour toutes questions, veuillez nous contacter à : contact[@t]hideandsec[d0t].sh.
[FR] Zipper (Hard)
Ce que vous allez apprendre : API vers RCE De la magie pour obtenir un shell stable Abus des...
Cache Poisoning
What is it ? Cache poisoning was popularized in 2018, although this attack existed long before, a...
Reverse shells
Listener Before any reverse shell, you need to set up the listener, which will listen to a port a...
Spawning TTY Shells
Shell Spawning Python python -c 'import pty; pty.spawn("/bin/sh")' python3 -c 'import pty; pty...
[FR] Decentralized Identifiers (DIDs)
Rappels Identity and Access Management (IAM) Il existe actuellement 3 grandes formes de Gestion ...
Bug Bounty - Content Discovery / Recon
Obtain subdomains and links from the target host: for h in $(cat hosts.txt); do curl -siL https:/...
SSRF Series
1. INTRO SSRF (Server-Side Request Forgery: server-side request forgery) is a fake exploit server...
CSP Series
1. Intro CSP (Content Security Policy) is there / in-place to mitigate some attacks, such as xss,...