Coder Social home page Coder Social logo

illuminator's Introduction

Illuminator

Illuminator is a Python based, OSCP inspired script that is designed to perform a comprehensive scan on a single IP using the tools that are listed below to save time when attempting to gather information on the specific host. As time goes by, I will update the script and add more features and capabilities. It's not perfect, but gotta start somewhere :)

Nmap
Nikto
Fierce
NBTScan
GoBuster
SNMPcheck
Enum4Linux

Illuminator will start with an Nmap scan and generate a folder which will contain a text file with the results from each of the tools utilized. Depending on which ports and protocols are open, and the services that are running on those ports, Illuminator will utilize the next tool from the list based on those ports and attempt to shed light on more information to assist you in the host enumeration process.

All the listed tools should already be available in Kali Linux

You will need to install python-nmap using pip to aid in using Nmap with Python, along with Nmap libraries for parsing, in case you get a "libnmap.parser" error if you don' already have it installed.

pip install python-nmap

pip install python-libnmap

If for some reason that doesn't work, you can manually download it from here and install it.

For SNMPCheck you can download it from here and copy or move it to /usr/bin/ so it can be available from anywhere in the terminal.

For GoBuster, I am using /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt for the wordlist, but you can use any list you like; just edit the code to include the the location.

For SMTP enumeration using the Nmap NSE, I am using /usr/share/metasploit-framework/data/wordlists/unix_users.txt for the wordlist but use whatever you like, just edit the code and place the location of your wordlist.

Run the script

./Illuminator.py <ip address>

Example

image

Soon to Add

TBD

illuminator's People

Contributors

cydefunicorn 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.