fix: update flag

This commit is contained in:
2023-11-01 17:51:32 +08:00
parent c08b46c9de
commit 7d8941fca0
4 changed files with 21 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import re
context.log_level = 'debug'
conn = remote("localhost",10001)
conn = remote("172.20.14.117",9512)
strings = conn.recvline().decode('utf-8')
alpha_bet = string.ascii_lowercase + string.digits
strlist = itertools.permutations(alpha_bet, 5)