Re: [sqlmap-users] Sqlmap not starts (latest revision)

2011-09-08 Thread Miroslav Stampar
hi. Python has to be >=2.5. it's written inside official manual pages. kind regards 2011/9/8 anonymous anonymous : > On the new server: > > [root@pro1917 sqlmap-dev]# ./sqlmap.py >   File "./sqlmap.py", line 126 >     finally: >           ^ > SyntaxError: invalid syntax > > [root@pro1917 sqlmap-

[sqlmap-users] Sqlmap not starts (latest revision)

2011-09-08 Thread anonymous anonymous
On the new server:  [root@pro1917 sqlmap-dev]# ./sqlmap.py  File "./sqlmap.py", line 126    finally:          ^SyntaxError: invalid syntax [root@pro1917 sqlmap-dev]# yum install pythonLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfile * atomic: www7.atomicorp.com * epel: ftp.un

Re: [sqlmap-users] Parameter with a colon

2011-09-08 Thread Miroslav Stampar
hi mitchell have you tried putting a * into the URL where you want sqlmap to inject payloads? e.g.: ./sqlmap.py -u "http://target.com/news/press/p:1*"; kind regards On Thu, Sep 8, 2011 at 10:11 AM, mitchell wrote: > Hello guys, > Recently, during a blackbox test, my team had to test a URL tha

[sqlmap-users] Parameter with a colon

2011-09-08 Thread mitchell
Hello guys, Recently, during a blackbox test, my team had to test a URL that looks like: http://target.com/news/press/p:1 where 'p' is a dynamic parameter, and it stands for the page. Do you know if there is a way to have sqlmap test this parameter? Kind Regards, -- #!/mitchell --