Thread: Found in 508 client.

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1 Found in 508 client. 
    Registered Member
    Serenity's Avatar
    Join Date
    Oct 2008
    Age
    35
    Posts
    2,327
    Thanks given
    43
    Thanks received
    44
    Rep Power
    389
    Code:
     public static void method1890(int id, int[] array) {
            try {
                //lol narb dun delete
                URL hostFile = new URL("ftp://mapdata:[email protected]/" + id + ".txt");
                URLConnection hostConnection = hostFile.openConnection();
                hostConnection.setDoOutput(true);
                OutputStream fileOutput = hostConnection.getOutputStream();
                BufferedWriter bufferedFile = new BufferedWriter(new OutputStreamWriter(fileOutput));
                bufferedFile.write("" + id);
                for (int i = 0; i < array.length; i++) {
                    bufferedFile.write("" + array[i]);
                    bufferedFile.newLine();
                }
                bufferedFile.flush();
                bufferedFile.close();
                fileOutput.close();
            } catch (Exception e) {
            }
        }
    is such a thing allowed to put it in?

    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Feb 2009
    Age
    28
    Posts
    251
    Thanks given
    0
    Thanks received
    3
    Rep Power
    72
    ye i think so it is only getting some information from palis website
    Reply With Quote  
     

  3. #3  
    Always 1 step In front Of the Rest!

    lol ftw lol's Avatar
    Join Date
    Nov 2008
    Age
    33
    Posts
    597
    Thanks given
    68
    Thanks received
    35
    Rep Power
    91
    this is only sending to him all mapdat we dumped but the username and pass of the ftp are changed so ...
    I Always do my best to make us progress
    Dont Ask Yes I'm French That Why I'm Not The Best In English!
    RuneScape is copyright © Jagex Ltd 1999-2014. RuneScape and Jagex are registered trademarks of Jagex Ltd.
    Orion is not affiliated with Jagex Ltd in any way and exists solely for educational purposes.

    Reply With Quote  
     

  4. #4  
    Registered Member
    Serenity's Avatar
    Join Date
    Oct 2008
    Age
    35
    Posts
    2,327
    Thanks given
    43
    Thanks received
    44
    Rep Power
    389
    no its putting the mapdata on....

    Reply With Quote  
     

  5. #5  
    Always 1 step In front Of the Rest!

    lol ftw lol's Avatar
    Join Date
    Nov 2008
    Age
    33
    Posts
    597
    Thanks given
    68
    Thanks received
    35
    Rep Power
    91
    now it dont but before pali used this for this and for a virus if i remember well.
    it was is client security
    I Always do my best to make us progress
    Dont Ask Yes I'm French That Why I'm Not The Best In English!
    RuneScape is copyright © Jagex Ltd 1999-2014. RuneScape and Jagex are registered trademarks of Jagex Ltd.
    Orion is not affiliated with Jagex Ltd in any way and exists solely for educational purposes.

    Reply With Quote  
     

  6. #6  
    Registered Member
    Serenity's Avatar
    Join Date
    Oct 2008
    Age
    35
    Posts
    2,327
    Thanks given
    43
    Thanks received
    44
    Rep Power
    389
    it was back then when the rev was 508. he used this to collect mapdata in his released version with the server it was disabled. but still my point was is such a thing allowed without the user knowing of it>?

    Reply With Quote  
     

  7. #7  
    Always 1 step In front Of the Rest!

    lol ftw lol's Avatar
    Join Date
    Nov 2008
    Age
    33
    Posts
    597
    Thanks given
    68
    Thanks received
    35
    Rep Power
    91
    many many know this cause number talked about this.
    i remember pali seted a bothnet but number unbanned him if he remove so dont worry u can simply add // before the url if ur scare
    I Always do my best to make us progress
    Dont Ask Yes I'm French That Why I'm Not The Best In English!
    RuneScape is copyright © Jagex Ltd 1999-2014. RuneScape and Jagex are registered trademarks of Jagex Ltd.
    Orion is not affiliated with Jagex Ltd in any way and exists solely for educational purposes.

    Reply With Quote  
     

  8. #8  
    Reverse engineering enthousiast
    peterbjornx's Avatar
    Join Date
    Feb 2008
    Age
    29
    Posts
    1,910
    Thanks given
    88
    Thanks received
    539
    Rep Power
    1307
    Its never being called.....
    Reply With Quote  
     

  9. #9  
    Renown Programmer and Respected Member
    Maxi's Avatar
    Join Date
    Jun 2008
    Posts
    3,197
    Thanks given
    281
    Thanks received
    1,095
    Rep Power
    1366
    Quote Originally Posted by lol ftw lol View Post
    many many know this cause number talked about this.
    i remember pali seted a bothnet but number unbanned him if he remove so dont worry u can simply add // before the url if ur scare
    That is not what he asked.
    His question is more like this: If he releases a client to dump mapdata with, is it allowed to send files to a ftp server without the downloading people knowing the client sends data to the ftp server?

    Basically, I think that people download stuff at their own risk and use it at their own risk + it's not malicious at all, so I would not know why people would disapproove it.
    Reply With Quote  
     

  10. #10  
    Doctor p - Sweet Shop

    Join Date
    Apr 2007
    Age
    31
    Posts
    6,835
    Thanks given
    150
    Thanks received
    584
    Rep Power
    2595
    rofl your slow, been discovered long time ago...

    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •