Skip to content

yuriploc/docker-wsbb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Access Banco do Brasil with Firefox in Docker

Warsaw in docker container. Warsaw is a security module, a.k.a Guardião, for brazilian internet banking. This project is compatible with Banco do Brasil and Caixa Econômica Federal.

Pre-requisites

  • Docker and Docker-Compose of your distro.

You must run Docker using a GNU/Linux distro running Xorg.

Be aware that some installations may run another display server, such as Wayland.

Instructions

TL;DR

docker run -ti --rm -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v $HOME/.Xauthority --net=host --pid=host --ipc=host docker.io/matsya/banco-do-brasil-firefox

Use docker-compose to build and run the docker container, rather than docker run, since environments and volumes are set on docker-compose.yml.

To build:

docker-compose build banco-do-brasil-firefox

To pulling existing image:

docker-compose pull

To first run:

docker-compose run --name banco-do-brasil-firefox banco-do-brasil-firefox

To other runs:

docker start -i -a banco-do-brasil-firefox

To purge everthing:

docker-compose down --rmi all

To force replace the container:

docker-compose up --force-recreate

The root password is wsbb.

About

Warsaw in docker container

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 68.1%
  • Shell 31.9%