Giter VIP home page Giter VIP logo

probekit's Introduction

probeKit

A simple tool written in Python for basic reconnaissance

Requirements

Python: 3.6>=x<10, Python 3.6>=x<10 compatible pip, nmap, python-scapy, python-nmap, readline

OS: Unix based operating system(macOS, Linux, etc.), Windows 10.

  • note: install npcap before using this tool on Windows
    • Also powershell commands feature would not work in windows

Installation

Debian/Ubuntu

git clone https://github.com/theEndurance-del/probeKit.git && cd ./probeKit
sudo apt install nmap python-pip python3-wheel python3-dev
pip install -r requirements.txt

Arch based distributions

git clone https://github.com/theEndurance-del/probeKit.git && cd ./probeKit
sudo pacman -Syu nmap python-pip
pip install -r requirements.txt

Note: If possible try installing the dependencies listed in requirements.txt via pacman, since installing it via pip might break future pacman installations.


Windows 10/11

  • Install nmap and npcap from the official website.
  • Install python3.6>=x<10 from python's official or from Micrsoft store.
  • Then copy and paste the following commands in windows powershell,
git clone https://github.com/theEndurance-del/probeKit.git
set-location .\probeKit\
python -m pip install -r .\requirements.txt

Usage

Start the interpreter by typing the following in your terminal: python3 ./probeKit/interpreter.py

Show help by using the help command.

This is the help shown:


Usage: [verb] [options]
Available verbs are: set, help, exit, back, clear, run

    use         use an available module(*)
    show        shows information on provided argument(*)
    set         assignes values to available options(*)
    help        prints this help message
    exit        exits the whole interpreter
    back        moves back to the module selector
    clear       clears screen
    run         runs the selected module
    about       prints details about specified module(*)
    list        prints available modules
    banner      prints an ascii banner
    alias       set an alias for a command(*)
    unalias     unset a pre-existing alias(*)

Run help [command] for more information(only the commands marked with (*) have a seperate help)


Customization

This toolkit has it's own default set of colors.

red => Alerts or critical points
yellow => warnings or significant changes
green => successfull result or helpful text
blue => default prompt color

Also there is an option to provide default values to options.

Please edit UserConfig.py file to change color settings or option settings.

The config also provides a powershell and a nonpowershell theme (use the powershell theme if using windows powershell, not required in windows 11).

probekit's People

Contributors

siddy-stack avatar tomshoo 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.