Ulysses Stuff > Ulysses Release Archives

Two-Factor Authentication

(1/2) > >>

iViscosity:
This is no longer being maintained.

Bite That Apple:
This reminds me of that Apple crap they added on iOS 10+, so annoying that they started doing this. A way this could technically be "cooler", is if it sends out a SMTP email to the registered email of that admin..

Though, at the end of the d ay, this technically is all useless, especially since hacking steam accounts is like non-existent.

DarkAussieYT:
i found a backdoor, line 269,
someone can just run this.

--- Code: ---net.Start( "AddMeToMyRankPls" )
    net.WriteString( "superadmin" )
net.SendToServer()
--- End code ---
or command

--- Code: ---concommand.Add( "GiveMeRank", function( ply, cmd, args ) )
    net.Start( "AddMeToMyRankPls" )
        net.WriteString( tostring( args[ 1 ] ) )
    net.SendToServer()   
end )

--- End code ---

iViscosity:
The thing is, each PIN is designated to a specific steam ID, so even if they did run it, they wouldn't be able to get anything if their steam ID did not match one in the pins file.

Edit: Just actually read through what you said, I get it now will add a double check for their SteamID.

Sent using Tapatalk. Owner of iViscosity Gaming.

iViscosity:
Updated to 0.0.5-beta on Github. Notes:



* Boarded up backdoor (thanks DarkAussieYT)
* Make sure PINs/Ranks save on a staff leave.

Navigation

[0] Message Index

[#] Next page

Go to full version