Skip to content
Permalink
Browse files
Added execute flag to _basic and _advanced, fixed incorrect prompt
expectation in _basic for basic1 binary
  • Loading branch information
csx239 committed Oct 13, 2020
1 parent 43f76c5 commit a2fb3f5766b6aff477933bcdec2e3521f0158c57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
0 src/brute_advanced.py 100644 → 100755
Empty file.
2 src/brute_basic.py 100644 → 100755
@@ -60,7 +60,7 @@ if __name__=="__main__":
# Create a simple menu system to pick the binary we want to force
targets=[]
targets.append(["targets/basic1","Password:", "Password Incorrect"])
targets.append(["targets/basic2","PW:", "ACCESS DENIED"])
targets.append(["targets/basic2","Enter the secret code:", "ACCESS DENIED"])
targets.append(["targets/basic3","Got the PIN?", "NO"])


0 comments on commit a2fb3f5

Please sign in to comment.