Giter VIP home page Giter VIP logo

conv3ni3nt's Introduction

Conv3ni3nt Kali Python3

Conv3ni3nt was made to simplify the scanning process of a penetration test. All of a pentester's favorite scans can be initiated from Conv3ni3nt's easy-to-use interface while also providing the user with immediate access to data generated by each scan by opening the files created and located in the current directory. There are a number of common tools to use with Conv3ni3nt and more tools can be added simply by appending the desired tool to the VALID_TOOLS list defined within the conv3ni3nt.py module.

Note: appending tools that prompt for user input during scans will cause the program to run indefinitely. Avoid these kinds of tools.

About Conv3ni3nt

Conv3ni3nt utilizes the subclass ThreadPoolExecutor that is part of the abstract class Executor found in the concurrent.futures module. This subclass allocates threads for the program to use to execute callables. In Conv3ni3nt's case, we are using ThreadPoolExecutor to asynchronously run scans using multi threading.

For more on the concurrent.futures module check out the links below:

http://masnun.com/2016/03/29/python-a-quick-introduction-to-the-concurrent-futures-module.html

https://pythonhosted.org/futures/


Simplifiying the enumeration phase

Interface

Installation

cd /opt

git clone https://github.com/rodriguez10011999/Conv3ni3nt.git

pip3 install -r requirements.txt

Create a symbolic link in /bin directory for more "conv3ni3nce"

cd /bin

ln -s /opt/Conv3ni3nt/conv3ni3nt.py conv

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.