Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion attack2_with_https_pocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def up(c):
obj.send(cipertext)# send the payload to construct a redirect tunnel
time.sleep(0.2)
for i in range(0,0,1):
prefix_https_recv='\x16\x03\x03\x00'+chr(i)+'\x02\x00'
prefix_https_recv='\x16\x03\x03\x00'+chr(i)+'\x02\x00'
x=xor(prefix_https_recv,targetIP)
z=xor(x,y)
cipertext=c[0:16]+z+c[16+7:]
Expand Down