Skip to content

This is a Dashboard where you can add 2fa Secrets via a selfhosted Website

Notifications You must be signed in to change notification settings

OfflinePing/TwoFactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwoFactor

This is a 2FA Dashboard written in GoLang

it encrypts the secret and password before saving or loading them.

if you find any bugs or vulnabilities open a Github issue!

Showcase:

test-2023-07-16_12_51_AdobeExpress

How to Setup?

  1. Download GoLang from https://go.dev/doc/install
  2. Add GoLang to Path / Envoriment
  3. run git clone https://github.com/OfflinePing/TwoFactor.git
  4. run cd TwoFactor
  5. run go build .
  6. run chmod 777 TwoFaktor
  7. Change Port in "config.json" to desired Port
  8. run ./TwoFaktor
  9. open (yourip/serverip):(port from config)/ in your Browser

How to Setup using Docker?

  1. Download Docker
  2. Enter "docker pull claascode/twofactor"
  3. Run "docker run -dp 0.0.0.0:2244:2244 claascode/twofactor"
  4. Profit?