Site icon LIFARS, a SecurityScorecard company

SQLMAP – Authenticate via NTLM under Windows

Top 19 Statistics About Cybercrime in 2019

Top 19 Statistics About Cybercrime in 2019

Sqlmap is a powerful open-source tool for automating the process of detecting and exploiting SQL injection flaws. It comes preinstalled in Linux distributions like Kali Linux or BackBox.

Some features include:

And many other features like fingerprint, enumeration, and takeover.

Sqlmap installation under Windows

 To run sqlmap under Windows with NTLM authentication, we need to install python-ntlm first.

sqlmap requires python-ntlm

  1. Install Python 2.7.17 – https://www.python.org/downloads/release/python-2717/
  2. Download sqlmap – https://github.com/sqlmapproject/sqlmap/zipball/master
  3. Install setuptools, download https://bootstrap.pypa.io/ez_setup.py
    python ez_setup.py

Setuptools installation

 

4. Download and extract python-ntlm from https://github.com/mullender/python-ntlm

cd python-ntlm-master\python26
python setup.py install

5. Run sqlmap:

python sqlmap.py -u https://URL –auth-type NTLM –auth-cred “Domain\Username:Password”

sqlmap 1.4.3.5

 

To get a list of basic options and switches use: sqlmap -h. To get a list of all options and switches use: sqlmap -hh.

To get an overview of sqlmap capabilities, we recommend reading the user’s manual (https://github.com/sqlmapproject/sqlmap/wiki).

 

Get in Touch With A LIFARS Expert Today!

Exit mobile version