Fix: on board

This commit is contained in:
2025-03-18 09:25:48 +08:00
parent ac0bf1639e
commit 4ca4239baa
7 changed files with 12 additions and 9 deletions

View File

@@ -3,6 +3,8 @@ from pwn import *
from struct import pack
from tqdm import tqdm
print(sys.argv)
if len(sys.argv) < 2:
print("no args for serial device")
exit()
@@ -26,5 +28,5 @@ while True:
r.interactive()
r.send(b"reboot\n")
sleep(1)
r.send(b"\nreboot\n")
sleep(10)