Tools: NOSQLMap - SQLMap for nosql database

前端之家收集整理的这篇文章主要介绍了Tools: NOSQLMap - SQLMap for nosql database前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
What is NosqlMap?

NosqlMap is an open source Python tool designed to audit for as well as automate injection attacks and exploit default configuration weaknesses in Nosql databases,as well as web applications using Nosql in order to disclose data from the database. It is named as a tribute to Bernardo Damele and Miroslav's Stampar's popular sql injection tool sqlmap,and its concepts are based on and extensions of Ming Chow's excellent presentation at Defcon 21,"Abusing Nosql Databases". Presently the tool's exploits are focused around MongoDB,but additional support for other Nosql based platforms such as CouchDB,Redis,and Cassandra are planned in future releases; right now the goal is to provide a proof of concept tool to debunk the premise that Nosql is impervIoUs to sql injection attacks.


Features

  • Automated MongoDB database enumeration and cloning attacks.
  • PHP application parameter injection attacks against MongoClient to return all database records.
  • Javascript function variable escaping and arbitrarycode injection to return all database records.
  • Timing based attacks similar to blind sql injection to validate Javascript injection vulnerabilities with no Feedback from the application.
  • More coming soon!
Source: http://nosqlmap.net/

猜你在找的NoSQL相关文章