Helphttp.fetch encoded?

Posts 14 of 4 · Page 1 of 1
http.fetch encoded?
So.. I'm trying to figure out how to decode a downloader to check out the program, but the http.fetch is encoded. It looks like Octal but it doesn't really decode into anything.. Could someone help me? it looks like this.

\104\116\116\112\115\58\47\47\112\97\115\116\101\9 8\105\110\46\99\111\109\47\114\97\119\47\118\110\1 04\74\50\57\80\89

- - - Updated - - -

NVM, figured it out.

I used this to decode it. Leaving this up incase anyone else needs it.

https://gist.github.com/cgwxyz/6053d51e8d7134dd2e30
That's decimal. You could just do print("\104\116\116\112\115\58\47\47\112\97\115\11 6\101\9 8\105\110\46\99\111\109\47\114\97\119\47\118\110\1 04\74\50\57\80\89") to get it.
Quote Originally Posted by Cyaegha View Post
That's decimal. You could just do print("\104\116\116\112\115\58\47\47\112\97\115\11 6\101\9 8\105\110\46\99\111\109\47\114\97\119\47\118\110\1 04\74\50\57\80\89") to get it.
Well shit.. I'm retarded lmao... Thanks..
Quote Originally Posted by sneezing panda View Post
So.. I'm trying to figure out how to decode a downloader to check out the program, but the http.fetch is encoded. It looks like Octal but it doesn't really decode into anything.. Could someone help me? it looks like this.

\104\116\116\112\115\58\47\47\112\97\115\116\101\9 8\105\110\46\99\111\109\47\114\97\119\47\118\110\1 04\74\50\57\80\89

- - - Updated - - -

NVM, figured it out.

I used this to decode it. Leaving this up incase anyone else needs it.

https://gist.github.com/cgwxyz/6053d51e8d7134dd2e30
https://www.asciitohex.com/ use this to decode it
\104\116\116\112\115\58\47\47\112\97\115\116\101\9 8\105\110\46\99\111\109\47\114\97\119\47\118\110\1 04\74\50\57\80\89 = https://pastebin.com/raw/vnhJ29PY
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?