Results 1 to 2 of 2
  1. #1
    Crunshy
    Crunshy is offline
    Guest
    Join Date
    2013 May
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Rep Power
    0

    [VB RELEASE] CrunshysLoginSystem HWID Check + License Check + Counter + IP Log + SQL

    Hello Guys,

    i want to share my new coded Login System with follow Features:

    Login/Register System
    HWID Checker (one Register per Account)
    License Checker
    Login Counter
    IP Log
    SQL Communicated


    You can use it for any VIP Hack or something like this.

    Here a short Config Tutorial:

    1. Create a MySQL Database (Free at db4free .net)
    2. Execute the dump.sql File and import the tables
    3. Fill a Row with a License(Only License)
    4. Open the Project with Visual Basic 2010 Express
    5. Edit this Entry at Form1 and Form 2 with your Connection Informations:

    Code:
    conn.ConnectionString = "server=144.76.19.105;" & "user id=myusername;" & "password=Mypassword;" & "database=mydatabase" 'Login Informations for the MySQLDatabase (144.76.19.105 (db4free. net))
    6. Replace this

    Code:
    MsgBox("Login Success!")
    to this

    Code:
    YourForm.Show()
    Me.Close()

    Have Fun

    Please register or login to download attachments.


  2. #2
    LilGhost
    LilGhost is offline
    Guest
    Join Date
    2013 Dec
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Unhappy

    You do realize how insecure this is right?

    Here are some possible attack vectors that this seems to neglect:
    1. The attacker merely modifies the ILASM and switches the startup form.
    2. The attacker modifies the ILASM and NOPs the calls to the login check.
    3. The attacker opens up your ILASM and says, "Thanks for all of this database authentication information. Now I can steal user passwords, add my own accounts, and delete users at my own free will."


    I truly hope you would never consider deploying this in a released application.

Similar Threads

  1. Replies: 0
    Last Post: 2013-05-30, 08:18 PM
  2. [Info] Check Request "Trainer Free AIKABR"
    By leeonardo in forum Aika Online
    Replies: 18
    Last Post: 2013-02-24, 03:54 PM
  3. [Help] Check my account
    By G-Poker in forum Português
    Replies: 2
    Last Post: 2012-08-30, 04:13 PM
  4. [Tool] [Request] Check power of UCP Anti-Cheat in CS .16
    By bestkings in forum Counter Strike
    Replies: 1
    Last Post: 2011-12-06, 11:22 PM

Posting Permissions

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