Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
CVE-2022-36804-PoC-Exploit — Exploit PoC abbastanza affidabile per CVE-2022-36804 (Iniezione di comandi critica in BitBucket) | Kitploit
Strumenti/GitHubGitHub/benjaminhays/cve-2022-36804-poc-exploit
RicognizioneAnalisi delle VulnerabilitàExploitSfruttamento di Applicazioni WebPenetration TestingCommand and Control
GitHubbenjaminhays/cve-2022-36804-poc-exploit

CVE-2022-36804-PoC-Exploit

Exploit PoC abbastanza affidabile per CVE-2022-36804 (Iniezione di comandi critica in BitBucket)

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Vedi Repository
161012 anni faNon ancora revisionato
Condividi

CVE-2022-36804-PoC-Exploit

Un exploit PoC abbastanza affidabile per CVE-2022-36804 (Critical Command Injection in BitBucket). Questo attacco generalmente richiede che i repository pubblici siano abilitati, tuttavia i cookie di sessione sono anch'essi compatibili con questo exploit. Nota: questo exploit include il rilevamento automatico dei repository, comodo se non vuoi cercare manualmente i repository aperti.

Installazione

root@kitploit:~
git clone https://github.com/BenHays142/CVE-2022-36804-PoC-Exploit.git;
cd CVE-2022-36804-PoC-Exploit
python3 -m pip install -r requirements.txt
python3 main.py [target]

Utilizzo

root@kitploit:~
usage: main.py [-h] [--project PROJECT] [--repo REPO] [--skip-auto] [--session SESSION] [--command CMD] server

Exploit BitBucket Instances (< v8.3.1) using CVE-2022-36804. Exploits automagically without any extra parameters, but allows for custom settings as well.

positional arguments:
  server

options:
  -h, --help         show this help message and exit
  --project PROJECT  The name of the project the repository resides in
  --repo REPO        The name of the repository
  --skip-auto        Skip the automatic finding of exploitable repos
  --session SESSION  Value of 'BITBUCKETSESSIONID' cookie, useful if target repo is private
  --command CMD      Command to execute if exploit is successful (Note: getting output isn't reliable so OOB exfil is a must)

Riferimenti

Avviso di Atlassian

Segnalazione Jira di Atlassian

CVE NIST

Scarica lo strumento