Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Last active May 23, 2023 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prateekjoshi565/696a04a83ebb424abdff56f88a719e59 to your computer and use it in GitHub Desktop.
Save prateekjoshi565/696a04a83ebb424abdff56f88a719e59 to your computer and use it in GitHub Desktop.
function to read raw text file
# function to read raw text file
def read_text(filename):
# open the file
file = open(filename, mode='rt', encoding='utf-8')
# read all text
text = file.read()
file.close()
return text
@ahmadventa
Copy link

GET /data/handleMsg.do?v=666533613739306664343334326234343436626230663766353739626631653294000000980000005DCD6C6437323A44443A41383A35373A42383A3232000000000000000000000000000000000000000000000001000000E6969800322E303200000000BA01000000000000CCF82E0B0000000000000000000000000000000000000000000000000000000000000000020000006A4A6C7647327030383278673754363932383831343134744E4C613342364B47000000000000000000000000000000000000000000000000000000000000000047542D4939353038560000000000000000000000000000000000000000000000313638323039393431363938322D373037393537343833313339333839323831380000000000000000000000000000000000000000000000000000000000000032623232343265622D346131322D343432332D623131632D32656634326535613735353500000000000000000000000000000000000000000000000000000000636F6D2E6E657074756E652E646F6D696E6F000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006430333734353138303062613232393500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000032623232343265622D346131322D343432332D623131632D3265663432653561373535350000000000000000000000000000000000000000000000000000000035323532383561633133613238656438323066326361373534303733336631650000000000000000000000000000000000000000000000000000000000000000CA000000320000003137483133574D32454E59434D584A3543435633394E5333514649514F53454F4350363541564B5A54460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003131323263353136336236333431313330623231373730303735666435623966 HTTP/2
Host: i.m7aq.com
Accept-Encoding: gzip, deflate
Cache-Control: no-cache
User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; GT-I9508V Build/LRX22C)
Connection: Keep-Alive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment