Guys, who has encountered, how can you check the work of two-factor authentication without diving into programming? I recently got a task at work to test that 2FA works correctly, but without writing complex code, because time is limited and I'm not very good at programming. It would be cool if someone could share real ways or tools that help to test this thing quickly. Personally, I've tried just manually testing the codes, but that takes a lot of time.
top of page
EST 1986

POLAR UK APPLIANCE SALES SERVICE & REPAIRS



bottom of page
While I don't know much about 2FA, I think being able to quickly check security without code is really handy for those who don't want to or can't program. It's cool that such topics are brought up - it's always good to know that there are simple solutions for complicated things
I used to run into this before too, when I needed to quickly check 2FA without deep code. A site with various useful utilities helped me a lot, including a handy hotp generator there that allows you to generate one-time passwords and check algorithms. I use it to make sure that the system processes the codes correctly and they match. In one project, it made testing a lot easier, because you could quickly compare it with what the server was giving out and not waste time writing your own scripts.