Logesh08 / Duohacker

Containerised application for hacking the Duo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duohacker

This is a special tool crafted to hack the duo infinitely. Happy hacking

Getting Started

Let's get started

Prerequisities

In order to run this container you'll need docker installed.

Usage

Clone the repo

Open up your terminal and start cloning

git clone https://github.com/Logesh08/Duohacker.git

Building

Start building the image

cd Duohacker
docker build -t duohacker .

Running

Start a single container

docker run --name bot1 --restart always --memory=1500m -e CONTAINER_NAME=bot1 duohacker:latest

Start all containers

docker compose up

Environment Variables

  • TOKEN - Add your special token here
  • MAX_THREADS - Maximum number of threads. Recommended value is 1 and Maximum value is 5
  • RANGE_SET - It's restarts each thread after specific number of loops. Default value is 50
  • DB_REF - Add your database reference here

Built With

  • Selenium v4.8.3
  • Selenium Wire v5.1.0
  • Python Decouple v3.8
  • Firebase Admin v6.1.0

Find Me

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Logesh Krishna - Original work

See also the list of contributors who participated in this project.

About

Containerised application for hacking the Duo


Languages

Language:Python 89.5%Language:Dockerfile 10.5%