Update sqlmap

Started by XoX-001, January 13, 2012, 08:46:48 AM

Previous topic - Next topic

XoX-001

How to update sqlmap ???

ultra_lazer

You can checkout the latest development version from the subversion repository:

    $ svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev

You can update it at any time to the latest development version by running:

    $ python sqlmap.py --update

Or:

    $ svn update


Malachai

Question when doing the command below.
$ svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev

I notice it creates a sqlmap-dev folder in my directory. Now my question is after I download it do I remove the old sqlmap folder and replace it with sqlmap-dev ?

If so how would I do that sorry never done it this way.

Thank you,
WiFi security and pentesters training.  Great Forum For n00bs and advance users.

http://top-hat-sec.com/

ZEROF

#3
Hi,

Did you check BBox sqlmap version before update ? BBox run last version 0.9. If not, you can download sqlmap and run even from desktop if you want, but i don't see why anybody need this if you already have latest version. Because great updates we like BBox, and all what you need to do, time to time, apt-get update, apt-get upgrade.

To check package version :

dpkg -s sqlmap

Hope this help you !

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

Malachai

thanks for the advice. I did the dpkg command and it's current. now when a new version comes out it should update with I do apt-get update correct or do i have to run a special command to update just sqlmap?
WiFi security and pentesters training.  Great Forum For n00bs and advance users.

http://top-hat-sec.com/

ZEROF

Hi,

When new version comes up we will update our repo, and all what you need to do after that is apt-get update && apt-get upgrade !

Have a nice day !

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*