GithubHelp home page GithubHelp logo

5l1v3r1 / enumeration-script Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mahatmacrond/enumeration-script

0.0 1.0 0.0 13 KB

Scanner that runs enumeration scripts while you do other things, made for the OSCP exam

Shell 100.00%

enumeration-script's Introduction

oscp-enumeration-script

Scanner that runs enumeration scripts while you do other things, made for the OSCP exam or for use on CTF's. Not recommended to run on live networks as-is.

Notes

This script is designed to do Nmap scans of a list of target hosts. It takes an hour or so to complete. To keep you notified of its progress, it uses linux system notifications as it finishes each script.

  • Must have libnotify-bin installed // apt-get install libnotify-bin.
  • If you don't want to use notifications, just remove the line from the script.
  • Before you begin, create a file called ips.txt with a host to scan on each line.
  • If the UDP scan is taking too long, you should just kill the script.

Output organization

It will create a directory structure that consists of just the last portion of the subnet you're scanning. For example, if you're scanning 5 hosts in the 10.10.10.1/24 subnet, the directory tree would look like this:

127/ 112/ 92/ 84/ 60/

Using the .127 host as an example, each folder will be outputs of each scan:

$ cd 127/

$ ls -la


scripts_127

tcp_full_127

tcp_quick_127

udp_127

Versions

example

Details

  • You can modify this script to take things to the next level, by running a nikto, searchsploit or directory scan for hosts with an open port 80/443.

enumeration-script's People

Contributors

mahatmacrond avatar

Watchers

 avatar

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.