Arcturus SSO Vulnerability Patch Plugin [<=1.0.10]

Results 1 to 2 of 2
  1. #1
    ◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜ Taiga is offline
    DeveloperRank
    May 2007 Join Date
    InternetLocation
    2,464Posts

    Arcturus SSO Vulnerability Patch Plugin [<=1.0.10]

    This plugin patches this security vulnerability.
    Only use this if if you are using 1.0.10 or below. This is patched in future updates.

    Description:

    The plugin resets the auth_ticket column to null after an user logs into the emulator.
    It prevents sso key stealing or hijacking.

    Usage:

    1. Stop your emulator.
    2. Copy the jar to your plugins folder.
    3. Run the follwing SQL:
      Code:
      ALTER TABLE `users` CHANGE `auth_ticket` `auth_ticket` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT '';
      UPDATE `users`SET `auth_ticket`= null;
    4. Start your emulator.


    Download: Zippyshare.com - AuthFix-1.0-SNAPSHOT.jar
    Last edited by Taiga; 24-12-16 at 06:32 PM.


  2. #2
    I use to love it more! Jmandupree is offline
    MemberRank
    Oct 2009 Join Date
    /ragezone/homeLocation
    996Posts

    Re: Arcturus SSO Vulnerability Patch Plugin [1.0.10+]

    Run this ;

    PHP Code:
    ALTER TABLE `usersCHANGE `auth_ticket` `auth_ticketVARCHAR(255CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT ''



Advertisement