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-
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
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
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
--