A simple record of the installation process, are small white tutorials, save the day and forget to go to Baidu.
1. Download Sqlmap Source for installation
wget Https://github.com/sqlmapproject/sqlmap/tarball/master
2. Decompression Run
[Email protected]_0_13_centos src]# TAR-ZXVF sqlmapproject-sqlmap-1.2.7-29-g1f9bf58.tar.gz sqlmapproject-sqlmap-1f9bf58/sqlmapproject-sqlmap-1f9bf58/.gitattributessqlmapproject-sqlmap-1f9bf58/.github/ Sqlmapproject-sqlmap-1f9bf58/.github/code_of_conduct.md ..... Sqlmapproject-sqlmap-1f9bf58/xml/payloads/time_blind.xmlsqlmapproject-sqlmap-1f9bf58/xml/payloads/union_ Query.xmlsqlmapproject-sqlmap-1f9bf58/xml/queries.xml
3. Go to the installation directory and run the Sqlmap script to
[Email protected]_0_13_centos src]# CD Sqlmapproject-sqlmap-1f9bf58/[[email Protected]_0_13_centos sqlmapproject-sqlmap-1f9bf58]# python sqlmap.py ___ __h__ ___ ___[.] ___ ___ ___ {1.2.7.28#dev}|_-|. [)] |. ' |. | | ___|_ [(]_|_|_|__,| _| | _| V |_| Http://sqlmap.orgUsage:python sqlmap.py [options]sqlmap.py:error:missing a mandatory option (-D,-u,-l,-M,-R,-G,-C ,-X,--list-tampers,--wizard,--update,--purge or--dependencies). Use-h for Basic and-hh
4. Convenient for each direct call, use
alias CommandUsed to set
[Email protected]_0_13_centos ~]# alias sqlmap= ' python/usr/src/sqlmapproject-sqlmap-1f9bf58/sqlmap.py '
5. Like Nc,nmap can be installed directly using yum install XXX
Tools such as Linux installation Sqlmap