A simple PoC for Atlassian Bitbucket RCE [CVE-2022-36804]# Atlassian Bitbucket RCE PoC - CVE-2022-36804
This repo contains a simple PoC script for Atlassian Bitbucket's remove code execution vulnerability. You can simply run this script via following commands:
```
echo 'bitbucket.redacted.com' | python3 cve-2022-36804.py
```
Or you can create a targets file from another tools like (subfinder, sublist3r or go-dork etc.)
```
cat targets.txt | python3 cve-2022-36804.py
```
## References
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36804
https://packetstormsecurity.com/files/168470/Bitbucket-Git-Command-Injection.html
[4.0K] /data/pocs/f6c58ad1e4182bc0dc09fbbe85c70dff8ade6ac9
├── [1.5K] cve-2022-36804.py
├── [ 588] README.md
└── [ 0] targets.txt
0 directories, 3 files