@@ -39,7 +39,6 @@ def vulnTest():
3939
4040 TESTS = (
4141 ("-h" , ("to see full list of options run with '-hh'" ,)),
42- ("-u <base64> -p id --base64=id -v 6 --data='base64=true' --flush-session --banner --technique=BEU" , ("banner: '3." ,)),
4342 ("--dependencies" , ("sqlmap requires" , "third-party library" )),
4443 ("-u <url> --flush-session --wizard" , ("Please choose:" , "back-end DBMS: SQLite" , "current user is DBA: True" , "banner: '3." )),
4544 (u"-c <config> --flush-session --roles --statements --hostname --privileges --sql-query=\" SELECT '\u0161 u\u0107 uraj'\" --technique=U" , (u": '\u0161 u\u0107 uraj'" , "on SQLite it is not possible" )),
@@ -49,6 +48,8 @@ def vulnTest():
4948 ("-r <request> --flush-session -v 5 --test-skip='heavy' --save=<tmp>" , ("CloudFlare" , "possible DBMS: 'SQLite'" , "User-agent: foobar" , "~Type: time-based blind" )),
5049 ("-l <log> --flush-session --keep-alive --skip-waf -v 5 --technique=U --union-from=users --banner --parse-errors" , ("banner: '3." , "ORDER BY term out of range" , "~xp_cmdshell" , "Connection: keep-alive" )),
5150 ("-l <log> --offline --banner -v 5" , ("banner: '3." , "~[TRAFFIC OUT]" )),
51+ ("-u <base64> -p id --base64=id --data='base64=true' --flush-session --banner --technique=B" , ("banner: '3." ,)),
52+ ("-u <base64> -p id --base64=id --data='base64=true' --flush-session --tables --technique=U" , (" users " ,)),
5253 ("-u <url> --flush-session --banner --technique=B --not-string 'no results'" , ("banner: '3." ,)),
5354 ("-u <url> --flush-session --banner --technique=B --first=1 --last=2" , ("banner: '3.'" ,)),
5455 ("-u <url> --flush-session --encoding=ascii --forms --crawl=2 --threads=2 --banner" , ("total of 2 targets" , "might be injectable" , "Type: UNION query" , "banner: '3." )),
0 commit comments