Giter Site home page Giter Site logo

gudaol / nullinux Goto Github PK

View Code? Open in Web Editor NEW

This project forked from m8sec/nullinux

0.0 2.0 0.0 72 KB

Internal penetration testing tool for Linux that can be used to enumerate OS information, domain information, shares, directories, and users through SMB.

License: MIT License

Python 96.40% Shell 3.60%

nullinux's Introduction

nullinux

nullinux is an internal penetration testing tool for Linux that can be used to enumerate OS information, domain information, shares, directories, and users through SMB. If no username and password are provided in the command line arguments, nullinux will attempt to connect to the target using an SMB null session. Unlike many of the enumeration tools out there already, nullinux can enumerate multiple targets at once and, when finished, creates a nullinux_users.txt file of all accounts found on the host(s). This user file is free of duplicates and formatted for direct implementation and further exploitation. nullinux is Python 2/3 compatible. However, the setup.sh script is designed for Python3 usage.

For more information visit the wiki page or see nullinux in action!

Getting Started

In the Linux terminal run:

git clone https://github.com/m8r0wn/nullinux
cd nullinux
sudo chmod +x setup.sh
sudo ./setup.sh

Usage

usage:
    nullinux -users -quick DC1.Domain.net
    nullinux -all 192.168.0.0-5
    nullinux -shares -U 'Domain\User' -P 'Password1' 10.0.0.1,10.0.0.5

positional arguments:
  targets                   Target server

optional arguments:
  -h, --help                show this help message and exit
  -u USERNAME, -U USERNAME  Username
  -p PASSWORD, -P PASSWORD  Password
  -v                        Verbose output
  -shares                   Enumerate shares
  -users                    Enumerate users
  -a, -all                  Enumerate shares & users
  -q, -quick                Fast user enumeration (use with -users or -all)
  -r RID_RANGE              Set Custom RID cycling range (Default: 500-530)
  -t MAX_THREADS            Max threads for RID cycling (Default: 5)

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.