[sqlmap-users] GET parameters not being recognised
Brought to you by:
inquisb
From: Ryan D. <rya...@gm...> - 2009-07-14 12:21:37
|
Hello, While trying to run SQLMap on Windows Vista (PE version) I get the following error: C:\Users\user\Desktop\sqlmap\sqlmap>sqlmap.exe --auth-type=BASIC --auth-cred=user:password@ -u http://localhost/pentest/module.php?ModuleName=com.rating.actions&RatingActionInput Name=ggg&ProductReviewText=ggg&ProductRatingVoteValue=2&action=acExecRate&ProductID=1 sqlmap/0.6.4 coded by Bernardo Damele A. G. <ber...@gm...> and Daniele Bellucci <dan...@gm...> [*] starting at: 13:13:10 [13:13:10] [INFO] testing connection to the target url [13:13:13] [INFO] testing if the url is stable, wait a few seconds [13:13:18] [INFO] url is stable [13:13:18] [INFO] testing if User-Agent parameter 'User-Agent' is dynamic [13:13:21] [WARNING] User-Agent parameter 'User-Agent' is not dynamic [13:13:21] [INFO] testing if Cookie parameter 'MIPHPF_SESSION-1631451101' is dynamic [13:13:23] [WARNING] Cookie parameter 'MIPHPF_SESSION-1631451101' is not dynamic [13:13:23] [INFO] testing if GET parameter 'ModuleName' is dynamic [13:13:27] [WARNING] GET parameter 'ModuleName' is not dynamic [*] shutting down at: 13:13:27 'RatingActionInputName' is not recognized as an internal or external command, operable program or batch file. 'ProductReviewText' is not recognized as an internal or external command, operable program or batch file. 'ProductRatingVoteValue' is not recognized as an internal or external command, operable program or batch file. 'action' is not recognized as an internal or external command, operable program or batch file. 'ProductID' is not recognized as an internal or external command, operable program or batch file. Any help much apretiated. Ryan |