Git Product home page Git Product logo

lindistributor's Introduction

image

LinDistributor: Accelerate and Organize LinPeas Enumeration

Tired of the game of jumping between systems during a pentest with LinPeas? Look no further! Introducing LinDistributor โ€“ your go-to solution to expedite the LinPeas enumeration process while maintaining impeccable organization. Say goodbye to delays and the tedious hunt for results one by one. With LinDistributor, do it all at once and reclaim valuable time to focus on other tasks!

Key Features

  • Fast Enumeration: LinDistributor speeds up the LinPeas enumeration process, ensuring quicker results without compromising accuracy.

  • Organized Results: Keep your findings neatly organized, eliminating the need to sift through individual outputs. LinDistributor streamlines the enumeration results for easy analysis.

  • Versatile Targeting:

    • Singular Targets: Enumerate individual targets effortlessly.
    • Target Lists: Handle multiple targets seamlessly.
    • Target Subnets: Streamline enumeration across entire subnets efficiently.
  • RSA Authentication Support: LinDistributor supports RSA authentication, providing flexibility and security in your enumeration efforts.

Installation

gitclone https://github.com/MAWK0235/LinDistributor.git
pip install -r requirements.txt

Usage

image

Command Line Arguments

  • -lp or --local_LinPath: Path to the LinPeas file you would like to distribute (required).
  • -up or --upload_Path: The directory to write LinPeas results to (required).
  • -t or --target: Specify the target host, supporting singular targets, target lists, and target subnets.
  • -tl or --target_List: The target list to run LinPeas on.
  • -u or --username: Provide the username for authentication (required).
  • -p or --password: Supply the password for authentication.
  • -R or --RSA: The RSA key to authenticate with.
  • -P or --port: Specify the SSH port for the LinPeas enumeration process (default: 22).

Examples

Explore some examples to get started quickly.

# Enumerate a single target with LinPeas
python LinDistributor.py -lp /path/to/linpeas.sh -up /output/directory -t 192.168.1.1 -u user -p pass -P 2222

# Enumerate multiple targets from a list using RSA authentication
python LinDistributor.py -lp /path/to/linpeas.sh -up /output/directory -tl targets.txt -u user -R /path/to/private_key -P 2222

# Enumerate an entire subnet with LinPeas
python LinDistributor.py -lp /path/to/linpeas.sh -up /output/directory -t 192.168.1.0/24 -u user -p pass -P 2222


## Examples

Explore some examples to get started quickly.

```bash
# Enumerate a single target
python LinDistributor.py --target 192.168.1.1 --username user --password pass --port 22

# Enumerate multiple targets from a list
python LinDistributor.py --targetList targets.txt --username user --password pass --port 22

# Enumerate an entire subnet
python LinDistributor.py --target 192.168.1.0/24 --username user --password pass --port 22

Viewing the below image check the different responses for Success, Authentication Failed, and couldnt connect image

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.