Jump to content
Fi8sVrs

SQLi Exploiter - Tool for exploiting SQL injection vulnerabilities that sqlmap can't find.

Recommended Posts

  • Active Members

SQLi Exploiter

WARNING: This is not a script kiddie tool! Usage requires detailed knowledge of the vulnerability, a thorough understand of the functionality available in the affected RDBMS, and the ability to write Python. The good news is that it is highly configurable.

 

Born out of a need to exploit SQL injection vulnerabilities that sqlmap just couldn't find. Always try sqlmap first. It is highly customizable and only fails in very complicated injection scenarios. However, when it does fail, use this. Enjoy!

 

- Tim (@lanmaster53) Tomes

 

Getting Started

  1. Install the dependencies: pip install -r REQUIREMENTS.txt
  2. Edit the config.py file and follow the numbered configuration steps.
  3. Run the script: python ./sqli-exploiter.py

 

Developed and tested in Python 3, but may also work in Python 2. I have no idea...

 

Download: sqli-exploiter-master.zip

or:

git clone https://github.com/lanmaster53/sqli-exploiter.git

 

Source

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...