Results 1 to 24 of 24

Thread: Verification without obfuscating?

  1. #1
    Join Date
    Oct 2007
    Location
    Denmark
    Posts
    409
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Verification without obfuscating?

    Is there a way to password-protect a script without obbing?

    Cause I've been thinking of some ways but the all seem to be easy to edit out.

  2. #2
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Md5
    I do visit every 2-6 months

  3. #3
    Join Date
    Jan 2008
    Location
    NC, USA.
    Posts
    4,429
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by zasz View Post
    Md5
    A scar script?
    Quote Originally Posted by irc
    [00:55:29] < Guest3097> I lol at how BenLand100 has become noidea
    [01:07:40] <@BenLand100> i'm not noidea i'm
    [01:07:44] -!- BenLand100 is now known as BenLand42-
    [01:07:46] <@BenLand42-> shit
    [01:07:49] -!- BenLand42- is now known as BenLand420
    [01:07:50] <@BenLand420> YEA

  4. #4
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Md5 is a 1 way encryption method..

    writeln(md5('punk motha'));
    I do visit every 2-6 months

  5. #5
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    I'm pretty sure what he's looking for is two way.. I think. So that he can make it to verify the script.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  6. #6
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    md5 always writes out the same input... Get where im going?
    I do visit every 2-6 months

  7. #7
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Oh. I thought it was random. Well then its sweet

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  8. #8
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    MD5 makes no sence. Even know you make the longest text ever its still like a 25 letter code.

    How would you make SCAR read this anyway?

  9. #9
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by BobboHobbo View Post
    MD5 makes no sence. Even know you make the longest text ever its still like a 25 letter code.

    How would you make SCAR read this anyway?
    That is the point of MD5 hashes. They are almost uncrackable, unless you have a ton of super computers bruteforcing the hash.

    http://en.wikipedia.org/wiki/Md5


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  10. #10
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

  11. #11
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by BobboHobbo View Post
    Then how do you use them?
    It is usually used as a form of comparison. Such as, if hash1 == hash2 that the user imputed -> WIN!


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  12. #12
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    MD5 isnt almost uncrackable there are tons of hash crackers out there the one i know of is called cain and abel

  13. #13
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by hackncrack1 View Post
    MD5 isnt almost uncrackable there are tons of hash crackers out there the one i know of is called cain and abel
    crack this:
    a7f32e97739cbd4328eb0ffa690cf74a

  14. #14
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by hackncrack1 View Post
    MD5 isnt almost uncrackable there are tons of hash crackers out there the one i know of is called cain and abel
    Oh, you have a network of 40+ PCs, and 5 years of free time?

    And LOL. Cain & Able does not crack MD5 hashes, it just gets the Windows password I think.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  15. #15
    Join Date
    Aug 2008
    Location
    !!LOL!!
    Posts
    247
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    maybe im wrong but wat i know is that many websites are md5 protected and the hackers crack the md5 hash

  16. #16
    Join Date
    Oct 2007
    Location
    Denmark
    Posts
    409
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So it would be like:
    SCAR Code:
    function IsMember: Boolean;
    begin
      Result := ('2b414adeb6d0cbef19c4e3472b792439' = MD5(Readln('Are you a member')));
    end;

    But that could be replaced with:
    SCAR Code:
    function IsMember: Boolean;
    begin
      Result := ('hello' = Readln('Are you a member'));
    end;

    :/

  17. #17
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could use the md5 function to hash it in scar, then place that string on it's own on a website, then get it from the website and compare it to an md5 hash of what the user input.

    ~Sandstorm

  18. #18
    Join Date
    Oct 2007
    Location
    Denmark
    Posts
    409
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    function IsMember: Boolean;
    var
      S: String;
    begin
      S := GetPage('http://www.mypage.com');
      Result := (S := MD5(Readln('Are you a member')));
    end;

    Equals

    SCAR Code:
    function IsMember: Boolean;
    var
      S: String;
    begin
      S := MD5('Yes');
      Result := (S := MD5(Readln('Are you a member')));
    end;

  19. #19
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Pretty hard. How the fuck are you going to verify the script you are running? You can't. And it would be easy to edit out too.
    I made a new script, check it out!.

  20. #20
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It would get rid of many leechers that didn't know how to though (although I believe that is frowned up?).

    ~Sandstorm

  21. #21
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    I believe it has something to do with creating a limited version for jrs and a members only version that has all features.

    E: Sort of like nielsie did for his Tut runner a while ago, if anyone remembers that

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  22. #22
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Just store vars on the web, access depends on auth through md5.

    ex.

    SCAR Code:
    stringvar := readln('Password?');
     // connect to page/ post stringvar for access
     // if correct pass getpage would show vars  
      mycolorvar := getpagecolorvar;

    ^ make a script that realize on connection to browser.
    I do visit every 2-6 months

  23. #23
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by zasz View Post
    Just store vars on the web, access depends on auth through md5.

    ex.

    SCAR Code:
    stringvar := readln('Password?');
     // connect to page/ post stringvar for access
     // if correct pass getpage would show vars  
      mycolorvar := getpagecolorvar;

    ^ make a script that realize on connection to browser.
    Wouldn't someone just buy it, then crack(lol, not the right word) and release? As soon as they get the pass, all you would have to do is make a script to retrieve all of the colors etc from the website, and save it to a .txt ... end of verification.

  24. #24
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    if MD5(s) = 'correcthash' then
        writeln('w/e');

    But not really. You can't do that.
    :'(.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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