Elfo Posted July 24, 2020 Posted July 24, 2020 (edited) Pretty self explanatory. I was messing around with MFA and TOTP and I thought I would just write one of L2. It has all the core functionality but feel free to extend it and make the HTMLs better. Maybe Stinky can come up with something awesome. How it works? By default it is disabled Player logs in and presses .mfaon At this point they need to use an authenticator app on their phone such as Google Authenticator Android link iOS link For the best UX the user will need to scan the QR code but if that's not possible they can also type the key manually (Not shown in the video) After that they need to put the current code to enable the system Once that's done, any other login, will require them to put the current code You can simply disable it by pressing .mfaoff once logged in L2jTesla is using Gradle so I don't have to manually add any jars. If you're not using Gradle or maven you need to find and add the following libraries: commons-codec, name: commons-codec, version: 1.10 com.google.zxing, name: core, version: 3.4.0 com.google.zxing, name: javase, version: 3.4.0 Video showing the functionality: Code: https://gist.github.com/Elfocrash/c6764432e30193fdc441d55209b4ad11 Elfo Edited July 24, 2020 by Elfocrash 1 3 2 1 Quote
L2Darkangel Posted July 24, 2020 Posted July 24, 2020 I personally do not understand why you constantly post things while you do not support them many times I have seen your customers ask you something and they are ignored What is your purpose to be here. Quote
LightFusionMain Posted July 24, 2020 Posted July 24, 2020 1 hour ago, L2Darkangel said: I personally do not understand why you constantly post things while you do not support them many times I have seen your customers ask you something and they are ignored What is your purpose to be here. what customers, u got shares for free ... Quote
GsL Posted July 24, 2020 Posted July 24, 2020 3 hours ago, Elfocrash said: Pretty self explanatory. I was messing around with MFA and TOTP and I thought I would just write one of L2. It has all the core functionality but feel free to extend it and make the HTMLs better. Maybe Stinky can come up with something awesome. How it works? By default it is disabled Player logs in and presses .mfaon At this point they need to use an authenticator app on their phone such as Google Authenticator Android link iOS link For the best UX the user will need to scan the QA code but if that's not possible they can also type the key manually (Not shown in the video) After that they need to put the current code to enable the system Once that's done, any other login, will require them to put the current code You can simply disable it by pressing .mfaoff once logged in L2jTesla is using Gradle so I don't have to manually add any jars. If you're not using Gradle or maven you need to find and add the following libraries: commons-codec, name: commons-codec, version: 1.10 com.google.zxing, name: core, version: 3.4.0 com.google.zxing, name: javase, version: 3.4.0 Video showing the functionality: Code: https://gist.github.com/Elfocrash/c6764432e30193fdc441d55209b4ad11 Elfo this could be used for bot protection as well? or its waste of time , could be bypassed easy ? Quote
Elfo Posted July 24, 2020 Author Posted July 24, 2020 3 minutes ago, GsL said: this could be used for bot protection as well? or its waste of time , could be bypassed easy ? I thought about that. The problem is that the user also knows the secret key, it’s part of the spec, so in theory they can generate the right passcode for a given moment in time. 1 hour ago, L2Darkangel said: I personally do not understand why you constantly post things while you do not support them many times I have seen your customers ask you something and they are ignored What is your purpose to be here. To innovate and give food for thought and ideas to people with more time than me Quote
matiasf Posted July 25, 2020 Posted July 25, 2020 Great Share!! Where are the pp who come to talk garbage? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.