Skip to content

Commit ee153e0

Browse files
committed
fix(ciscnxccb2025): remove duplicated len
1 parent 3c20dfc commit ee153e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciscnxccb2025/ccb.ez_orw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def payload(lo: int):
152152
message.giaosize = 0x415411
153153
message.giaotoken = b'87dd78e1-9025-4d57-9c2e-418608b3bbea'
154154
message.giaocontent = shellcode
155-
success(f'Sending shellcode len({shellcode}) = {len(shellcode):#x}')
155+
success(f'Sending shellcode {shellcode}')
156156
t.sendafter(b'your giao', message.SerializeToString())
157157

158158
t.clean()

0 commit comments

Comments
 (0)