Results 1 to 4 of 4
  1. #1
    sneezing panda's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Ohio
    Posts
    130
    Reputation
    10
    Thanks
    155
    My Mood
    Bored

    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.******.com/cgwxyz/6053d51e8d7134dd2e30


  2. #2
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    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.

  3. #3
    sneezing panda's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Ohio
    Posts
    130
    Reputation
    10
    Thanks
    155
    My Mood
    Bored
    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..


  4. #4
    Whatsausername12345's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    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.******.com/cgwxyz/6053d51e8d7134dd2e30
    https://www.asciitohe*****m/ 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

Similar Threads

  1. [Solved] http.Fetch loader
    By FoldedHam in forum Garry's Mod Coding & Resources
    Replies: 3
    Last Post: 02-26-2016, 03:13 PM
  2. [Solved] http.Fetch()
    By Breeee in forum Garry's Mod Server Exploits & Help
    Replies: 5
    Last Post: 02-24-2016, 09:04 AM
  3. https://www.hackthissite.org
    By SpiderByte in forum General Hacking
    Replies: 15
    Last Post: 02-27-2008, 08:17 AM
  4. [Tutorials] https://www.hackthissite.org
    By SpiderByte in forum General Hacking
    Replies: 7
    Last Post: 02-17-2008, 12:34 PM