@@ -58,9 +58,9 @@ def vulnTest():
58
58
("-u <url> --flush-session --banner --technique=B --disable-precon --not-string \" no results\" " , ("banner: '3." ,)),
59
59
("-u <url> --flush-session --encoding=gbk --banner --technique=B --first=1 --last=2" , ("banner: '3.'" ,)),
60
60
("-u <url> --flush-session --encoding=ascii --forms --crawl=2 --threads=2 --banner" , ("total of 2 targets" , "might be injectable" , "Type: UNION query" , "banner: '3." )),
61
- ("-u <base> --flush-session --data=\" {\\ \" id\\ \" : 1}\" --banner" , ("might be injectable" , "3 columns" , "Payload: {\" id\" " , "Type: boolean-based blind" , "Type: time -based blind" , "Type: UNION query" , "banner: '3." )),
61
+ ("-u <base> --flush-session --technique=BU -- data=\" {\\ \" id\\ \" : 1}\" --banner" , ("might be injectable" , "3 columns" , "Payload: {\" id\" " , "Type: boolean-based blind" , "Type: UNION query" , "banner: '3." )),
62
62
("-u <base> --flush-session -H \" Foo: Bar\" -H \" Sna: Fu\" --data=\" <root><param name=\\ \" id\\ \" value=\\ \" 1*\\ \" /></root>\" --union-char=1 --mobile --answers=\" smartphone=3\" --banner --smart -v 5" , ("might be injectable" , "Payload: <root><param name=\" id\" value=\" 1" , "Type: boolean-based blind" , "Type: time-based blind" , "Type: UNION query" , "banner: '3." , "Nexus" , "Sna: Fu" , "Foo: Bar" )),
63
- ("-u <base> --flush-session --method=PUT --data=\" a=1;id=1;b=2\" --param-del=\" ;\" --skip-static --har=<tmpfile> --dump -T users --start=1 --stop=2" , ("might be injectable" , "Parameter: id (PUT)" , "Type: boolean-based blind" , "Type: time -based blind" , "Type: UNION query" , "2 entries" )),
63
+ ("-u <base> --flush-session --technique=BU -- method=PUT --data=\" a=1;id=1;b=2\" --param-del=\" ;\" --skip-static --har=<tmpfile> --dump -T users --start=1 --stop=2" , ("might be injectable" , "Parameter: id (PUT)" , "Type: boolean-based blind" , "Type: UNION query" , "2 entries" )),
64
64
("-u <url> --flush-session -H \" id: 1*\" --tables -t <tmpfile>" , ("might be injectable" , "Parameter: id #1* ((custom) HEADER)" , "Type: boolean-based blind" , "Type: time-based blind" , "Type: UNION query" , " users " )),
65
65
("-u <url> --flush-session --banner --invalid-logical --technique=B --predict-output --test-filter=\" OR boolean\" --tamper=space2dash" , ("banner: '3." , " LIKE " )),
66
66
("-u <url> --flush-session --cookie=\" PHPSESSID=d41d8cd98f00b204e9800998ecf8427e; id=1*; id2=2\" --tables --union-cols=3" , ("might be injectable" , "Cookie #1* ((custom) HEADER)" , "Type: boolean-based blind" , "Type: time-based blind" , "Type: UNION query" , " users " )),
@@ -69,7 +69,7 @@ def vulnTest():
69
69
("-u <url> --flush-session --parse-errors --test-filter=\" subquery\" --eval=\" import hashlib; id2=2; id3=hashlib.md5(id.encode()).hexdigest()\" --referer=\" localhost\" " , ("might be injectable" , ": syntax error" , "back-end DBMS: SQLite" , "WHERE or HAVING clause (subquery" )),
70
70
("-u <url> --banner --schema --dump -T users --binary-fields=surname --where \" id>3\" " , ("banner: '3." , "INTEGER" , "TEXT" , "id" , "name" , "surname" , "2 entries" , "6E616D6569736E756C6C" )),
71
71
("-u <url> --technique=U --fresh-queries --force-partial --dump -T users --dump-format=HTML --answers=\" crack=n\" -v 3" , ("performed 6 queries" , "nameisnull" , "~using default dictionary" , "dumped to HTML file" )),
72
- ("-u <url> --flush-session --all" , ("5 entries" , "Type: boolean-based blind" , "Type: time -based blind" , "Type: UNION query" , "luther" , "blisset" , "fluffy" , "179ad45c6ce2cb97cf1029e212046e81" , "NULL" , "nameisnull" , "testpass" )),
72
+ ("-u <url> --flush-session --technique=BU -- all" , ("5 entries" , "Type: boolean-based blind" , "Type: UNION query" , "luther" , "blisset" , "fluffy" , "179ad45c6ce2cb97cf1029e212046e81" , "NULL" , "nameisnull" , "testpass" )),
73
73
("-u <url> -z \" tec=B\" --hex --fresh-queries --threads=4 --sql-query=\" SELECT * FROM users\" " , ("SELECT * FROM users [5]" , "nameisnull" )),
74
74
("-u \" <url>&echo=foobar*\" --flush-session" , ("might be vulnerable to cross-site scripting" ,)),
75
75
("-u \" <url>&query=*\" --flush-session --technique=Q --banner" , ("Title: SQLite inline queries" , "banner: '3." )),
0 commit comments