Sqlmap
Sign in to savesqlmap is a software utility for automated discovering of SQL injection vulnerabilities in web applications. == Research and academic recognition ==
Source code
sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the operating system via out-of-band connections. You can visit the collection of screenshots demonstrating some of the features on the wiki. You can download the latest tarball by clicking here or latest zipball by clicking here. You can find a sample run here. To get an overview of sqlmap capabilities, a list of supported features, and a description of all options and switches, along with examples, you are advised to consult the user's manual.
Excerpt from the source-code README · 5,665 chars · not written by Vinony
Wikidata facts
- Official website
- sqlmap.org
Show 6 more facts
- source code repository URL
- git://github.com/sqlmapproject/sqlmap.git
- social media followers
- 13218
- software version identifier
- 1.10
- email address
- mailto:[email protected]
- issue tracker URL
- github.com/sqlmapproject/sqlmap/issues
- user manual URL
- github.com/sqlmapproject/sqlmap/wiki
via Wikidata · CC0
Article · العربية
Sqlmap هو برنامج مفتوح المصدر يستخدم لاكتشاف ثغرات قاعدة البيانات واستغلالها ويوفر خيارات لحقن الرموز الخبيثة فيها. Sqlmap أداة لاختبار الاختراق تعمل على أتمتة عملية اكتشاف واستغلال عيوب حقن إس كيو إل التي توفر واجهة المستخدم الخاصة بها في الجهاز. يتم تشغيل البرنامج في سطر الأوامر وهو متاح للتنزيل لأنظمة تشغيل مختلفة: توزيعات لينكس ، وأنظمة تشغيل مايكروسوفت ويندوز و أنظمة تشغيل ماكينتوش .بالإضافة إلى تعيين نقاط الضعف واكتشافها، يمكّن البرنامج من الوصول إلى قاعدة البيانات وتحرير وحذف البيانات وعرض البيانات في جداول مثل المستخدمين وكلمات المرور والنسخ الاحتياطية وأرقام الهواتف وعناوين البريد الإلكتروني وبطاقات الائتمان وغيرها من المعلومات السرية والحساسة . تمتع Sqlmap بدعم كامل لعدة قواعد بيانات ، بما في ذلك ماي إس كيو إل و قاعدة بيانات أوراكل و بوستجري إس كيو إل و ميكروسوفت إس كيو إل سيرفر ومايكروسوفت أكسس و آي بي إم دي بي 2 و إس كيو لايت و فيربيرد و SAP MaxDB. والدعم الكامل لجميع تقنيات الحقن: Boolean ، Error ، Stuck ، Time ، Union . الاستخدام القياسي للبرنامج في بيئة يونكس كما يلي: sqlmap -u "http://172.16.0.0/files/file.php?id=1" يتم طلب ملف المساعدة بواسطة الأمر sqlmap -h * --dbs: سيتم عرض قواعد البيانات. * --tables: سيتم عرض الجداول في قاعدة البيانات. * --columns: سيتم عرض الأعمدة في قاعدة البيانات. * --dump: سيتم تفريغ إدخالات قاعدة بيانات DBMS.
Abstract from DBpedia / Wikipedia · CC BY-SA