Re: [sqlmap-users] certificate authentication

2013-02-05 Thread Miroslav Stampar
Hi Travis. This should be fixed now [1]. If not, please report back. Kind regards, Miroslav Stampar [1] https://github.com/sqlmapproject/sqlmap/commit/62772125e365c89f5c0c9e322f798d8e3c5dbed2 On Mon, Feb 4, 2013 at 7:26 PM, Travis Altman wrote: > Command line: sqlmap.py -c sqlmap.conf > Techni

Re: [sqlmap-users] certificate authentication

2013-02-04 Thread Travis Altman
Command line: sqlmap.py -c sqlmap.conf Technique: None Back-end DBMS: Oracle (identified) Traceback (most recent call last): File "/Users/travis/tools/sqlmap/_sqlmap.py", line 73, in main start() File "/Users/travis/tools/sqlmap/lib/controller/controller.py", line 351, in start if not c

Re: [sqlmap-users] certificate authentication

2013-02-04 Thread Miroslav Stampar
Hi. Traceback would be most helpful. Bye On Feb 4, 2013 7:22 PM, "Travis Altman" wrote: > I've got an application that requires a certificate before it allows me > through the front door. I'm using the sqlmap.conf file and I'm adjusting > the aCert parameter to be "key.key,cert.pem". I extrac

[sqlmap-users] certificate authentication

2013-02-04 Thread Travis Altman
I've got an application that requires a certificate before it allows me through the front door. I'm using the sqlmap.conf file and I'm adjusting the aCert parameter to be "key.key,cert.pem". I extracted the key and cert from the pkcs file using the technique here http://blog.bioid.com/post/Extrac