mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2025-06-28 22:05:02 +07:00
fix
This commit is contained in:
Binary file not shown.
@ -1,10 +0,0 @@
|
||||
import angr
|
||||
|
||||
project = angr.Project("entry_language", auto_load_libs=False)
|
||||
|
||||
@project.hook(0x400844)
|
||||
def print_flag(state):
|
||||
print "FLAG SHOULD BE:", state.posix.dump_fd(0)
|
||||
project.terminate_execution()
|
||||
|
||||
project.execute()
|
@ -1,5 +0,0 @@
|
||||
str_list = ["Dufhbmf", "pG`imos", "ewUglpt"]
|
||||
passwd = []
|
||||
for i in range(12):
|
||||
passwd.append(chr(ord(str_list[i % 3][2 * (i / 3)]) - 1))
|
||||
print ''.join(passwd)
|
Reference in New Issue
Block a user