This is a command-line tool written in Go that generates a Steam Guard authorization code (2FA) by providing a maFile (Mobile Authenticator) file. The maFile file contains a shared secret that is used to generate the Steam Guard code. The tool uses the HMAC-SHA1 algorithm to generate the code.
- Clone the repository to your local machine.
git clone https://github.com/SerjRamone/steam-cli-autentificator
- Change directory to the cloned repository.
cd steam-cli-autentificator
- Install the dependencies.
go mod download
- Build the tool.
go build -o sca
./sca 2fa /path/to/maFile
The path to the maFile is required.
This tool is licensed under the MIT License.