diff --git a/scan-test/main.py b/scan-test/main.py index 2a02a37..eaa99a5 100644 --- a/scan-test/main.py +++ b/scan-test/main.py @@ -1,3 +1,5 @@ +import sys + i = "hi" i = "multiple definition" j = "first" @@ -6,10 +8,11 @@ def problem(): j = "second" + z = "new line" x = 40 y = exec("x + 2") - print(i, j, y) - if looks_like_a_pw == "ahcohphohbaezox3Xeto": + print(i, j, y, z) + if sys.argv[1] == looks_like_a_passwdw: print("passwd accepted")