Lucas 34 Posted September 7, 2016 Share Posted September 7, 2016 Quel est cette fail ? La fail SSO est une faille permettant à un joueur de ce connecter à un compte admin ! Pour fixer la faille sur Plus emulator rien de plus simple Dans la recherche sur visual studio tu recherche: SSOTicketEvent dans la solution complète pas seulement dans le document actif. Si tu la trouve tu va avoir sa d'afficher : public class SSOTicketEvent : IPacketEvent Tu remplace la ligne la if (Session == null || Session.RC4Client == null || Session.GetHabbo() != null) Par celle la ! if (Session == null || Session.RC4Client == null || Session.GetHabbo() != null || string.IsNullOrWhiteSpace(Packet.PopString())) et après la fail SSO seras fixer ! c: 2 Lucas Rick and Morty Aide à la création des rétro Développeur PHP Link to comment Share on other sites More sharing options...
Administrateur Solife 1,346 Posted September 7, 2016 Administrateur Share Posted September 7, 2016 C'est peut-être pour ça que quelqu'un s'était rank sur ton rétro, @@BackTrack xd Merci du tuto J'essaie de m'adoucir, mais l'humain me rend noir. Link to comment Share on other sites More sharing options...
Lucas 34 Posted September 7, 2016 Author Share Posted September 7, 2016 C'est peut-être pour ça que quelqu'un s'était rank sur ton rétro, @@BackTrack xd Merci du tuto Derien Lucas Rick and Morty Aide à la création des rétro Développeur PHP Link to comment Share on other sites More sharing options...
Administrateur Narzo 759 Posted September 7, 2016 Administrateur Share Posted September 7, 2016 Il me semble que l'on pourras toujours contré le SSO malgré se fix, à voir merci du partage 《⠀⠀Founder of Inshare.fr⠀》 《⠀⠀Baylife moderator⠀》 《⠀⠀Twitch channel moderator⠀》 《⠀⠀French translator Trucksbook.eu⠀》 𝐹𝑒𝑒𝑙 𝑓𝑟𝑒𝑒 𝑡𝑜 𝑤𝑟𝑖𝑡𝑒 𝑎 𝑐𝑜𝑚𝑚𝑒𝑛𝑡 ————————————————— ╱⠀⠀⠀⠀⠀⠀⠀⠀⠀Règlements⠀⠀ //⠀⠀Abonnements⠀⠀ //⠀⠀ Discord ⠀⠀⠀⠀⠀⠀⠀⠀⠀╲ Link to comment Share on other sites More sharing options...
@gent 21 Posted September 9, 2016 Share Posted September 9, 2016 Il me semble que l'on pourras toujours contré le SSO malgré se fix, à voir merci du partage Ou Pas :rolleyes: Link to comment Share on other sites More sharing options...
@gent 21 Posted September 9, 2016 Share Posted September 9, 2016 @gent pourquoi "ou pas"? Car si tu remplaces la ligne correspondante dans public class SSOTicketEvent : IPacketEvent par if (Session == null || Session.RC4Client == null || Session.GetHabbo() != null || string.IsNullOrWhiteSpace(Packet.PopString())) La faille est tout simplement résolu et il y'a pas d'autres failles présentes dans ces fichiers concernant le SSO après à vous de visionnez les autres fichiers Link to comment Share on other sites More sharing options...
Malek 45 Posted September 15, 2016 Share Posted September 15, 2016 Merci du tuto Rejoins-nous sur Wobbix.fr Se faire des amis, s'amuser, se faire connaitre Link to comment Share on other sites More sharing options...
Alexis 12 Posted September 23, 2016 Share Posted September 23, 2016 Merci ! Link to comment Share on other sites More sharing options...
Manil 15 Posted September 24, 2016 Share Posted September 24, 2016 Ou plutà´t remplace : Hidden Content Reply to this topic to see the hidden content. Par : Hidden Content Reply to this topic to see the hidden content. 1 Link to comment Share on other sites More sharing options...
Logic 30 Posted September 24, 2016 Share Posted September 24, 2016 if (Session == null || Session.RC4Client == null || Session.GetHabbo() != null || string.IsNullOrWhiteSpace(Packet.PopString())) oui il et trés façilement contournable. et, if (string.IsNullOrEmpty(SSO) || SSO.Length < 15) return; ça ne sert à rien c'est juste une limite de caractère par ticket. ça ne sert strictement à rien meeeeeh Link to comment Share on other sites More sharing options...
Alexis 12 Posted September 26, 2016 Share Posted September 26, 2016 Du coup, ça ne sert à rien ce code ?? Link to comment Share on other sites More sharing options...
Logic 30 Posted September 26, 2016 Share Posted September 26, 2016 Tu dois uniquement ajouté ça using System; using Plus.Communication.Packets.Incoming; using Plus.HabboHotel.GameClients; using Plus.Communication.Packets.Outgoing.Handshake; namespace Plus.Communication.Packets.Incoming.Handshake { public class SSOTicketEvent : IPacketEvent { public void Parse(GameClient Session, ClientPacket Packet) { if (Session == null || Session.RC4Client == null || Session.GetHabbo() != null) return; string ticket = Packet.PopString(); Session.TryAuthenticate(ticket); } } } meeeeeh Link to comment Share on other sites More sharing options...
Jill 24 Posted December 8, 2016 Share Posted December 8, 2016 Très facile à ByPass , servez vous du tuto de Dodone ! :) Link to comment Share on other sites More sharing options...
ro4n 4 Posted December 10, 2016 Share Posted December 10, 2016 Un PopString ne bloque pas totalement, il faut un refresh SSO. Link to comment Share on other sites More sharing options...
elfey 0 Posted April 16, 2017 Share Posted April 16, 2017 Merci Mon Facebook: Elfey Retro Link to comment Share on other sites More sharing options...
Nagasaki 117 Posted August 23, 2017 Share Posted August 23, 2017 @Solife tu pourrais aussi rajouter ceci dans les choix de l'équipe ! a toi de voir Ancien Responsable des modérateurs Mon discord : Nagasaki#5318 16 août 2017 -> 16 février 2020 Je m'en vais .. Link to comment Share on other sites More sharing options...
ZaYor 5 Posted February 16, 2018 Share Posted February 16, 2018 Sa fonctionne pas chez moi sa me connecte sur un autre compte après. Une solution s'il vous plaît ? Link to comment Share on other sites More sharing options...
ĪŦΛƇĤĪ 7 Posted March 25, 2018 Share Posted March 25, 2018 Ne Fonctionne pas. Link to comment Share on other sites More sharing options...
pimous 0 Posted March 10, 2019 Share Posted March 10, 2019 a verifier merci quand meme Link to comment Share on other sites More sharing options...
SergioRamos 0 Posted November 8, 2019 Share Posted November 8, 2019 Le 08/12/2016 à 10:58, Jill a dit : Très facile à ByPass , servez vous du tuto de Dodone ! C’est quoi le tuto de Dodone je ne trouve pas Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now