.Slacker Posted September 13, 2012 Report Posted September 13, 2012 Changes v-60712:--disable-hash--disable-like--output-dir=ODIR--dbms-cred=DCREDsqlmap 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 lasting from database fingerprinting,over data fetching from the database, to accessing the underlying file system andexecuting commands on the operating system via out-of-band connections.* On Windows: *# Download and install Python 2.7*: ActivePython Downloads - Download Python Packages for Windows, Linux and Mac | ActiveState# Download %name%.zip and unzip to sqlmap dir# run sqm.pyw* On Debian or Ubuntu: *# sudo apt-get install python-tk python2.7 sakura# git clone: github.com/sqlmapproject/sqlmap.git# cd sqlmap# wget http://gui-for-sqlmap.googlecode.com/files/sqm-60712.zip# unzip sqm-60712.zip# python2.7 sqm.pywHot Keys:? F1 - Help!? F2 - get query? Shift_L+F2 - start? Alt_L+s - SQLmap Command Builder? Alt_L+l - Log viewer? Alt_L+e - Editor? Alt_L+r - load and reload log file? Alt_L+1 - Settings? Alt_L+2 - Injection | Detection | Technique? Alt_L+3 - Request? Alt_L+4 - Enumeration? Alt_L+5 - AccessSample Screen Shoot:Download Link: Download sqm.60712(1).zip @ UppITRead more in here: gui-for-sqlmap - SQLmap Command Builder: select options -> get query -> start - Google Project HostingSursa:seclist.us Quote