/OmegaDSToolkit

A toolkit that brings together penetration testing tools such as wireless tools, web tools, password cracking tools, etc.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

OmegaDSToolkit (ODST toolkit)

MadeBy Codename Owner Version Release Supported OS Licence Contrinutions

A massive penetration testing toolkit

About

The OmegaDSToolkit is a product of © Delta_Society™ by MyMeepSQL !

OmegaDSToolkit (ODST toolkit) is a toolkit that brings together penetration testing tools such as wireless tools, web tools, password cracking tools, etc.

  • Totally in development!_
  • This tool is for educational purposes only, the use of OmegaDSToolkit on a target without its consent is totally illegal! I will not take any responsibility if this program is used explicitly !

Features

  • The tools will be categorized as:
    • Scanning tools,
    • Password Attacks,
    • Wireless Attacks,
    • Web Attack,
    • Social Engineering Tools,
    • Sniffing & Spoofing,
    • Vulnerability Analysis,
    • Exploitation Tools,
    • UTools (UsefullTools made by me),
    • And more.

Requirement

What you need to install before use ODST :

  • Python 3.X.X or later.

    • For Windows : Download the latest Python3 to the Python download page, after, launch just the setup and go to the PIP3's installation step.
    • For Linux :
      sudo apt update & sudo apt upgrade -y     # Update and upgrade your system, if doesn't mad,
      sudo apt install python3                  # Install Python3.
  • PIP3

    • For Windows : PIP3 installs at the same time as Python,

      • Step 1 : Check the "Add Python 3.X.X to PATH" check box if not checked and click "Customize installation" :

        Python installation main page (Windows)
        python_installation_main_page
      • Step 2 : If the "pip" box is not checked, check it, otherwise click "Next" :

        Python optional features page (Windows)
        python_optional_features_page
      • Step 3 : In this page, it is up to you to choose the options displayed but I advise you to activate everything, and sure, click "Install" :

        Python advanced option (Windows)
        python_advanced_option
    • For Linux : It's more simple,

      sudo apt update & sudo apt upgrade -y     # Update and upgrade your system, if doesn't mad,
      sudo apt install python3-pip              # Install pip3.

Installation

Instructions to install OmegaDSToolkit...

For Linux :

  • Step 1 : Clone the repositories,
    sudo git clone https://github.com/MyMeepSQL/OmegaDSToolkit.git
  • Step 2 : Go to the "OmegaDSToolkit" repositories folder :
    cd OmegaDSToolkit
  • Step 3 : Run the "setup.py" for install all pip modules that you must have :
    sudo setup.py install
  • Step 4 : Go to the OmegaDSToolkit folder,
    cd OmegaDSToolkit
  • Step 5 : And run the OmegaDSToolkit with :
    sudo python3 OmegaDSToolkit[v0.0.0.6#dev].py

For Windows : This time it’s easier on windows,

  • Step 1 : Install OmegaDSToolkit repositorie and enter in with file explorer,

  • Step 2 : Open an terminal into the folder with administrator rights and type this command :

    python3 setup.py install
  • Step 3 : Run the "OmegaDSToolkit[v0.0.0.6#dev].py" just by double clicking on it or you can run it with terminal directly with :

    python3 OmegaDSToolkit[v0.0.0.6#dev].py

Tool overview

The main page
main_page

Changelog

All new changes compared to OmegaDSToolkit can be found here

License

This program uses the license General Public License v3.0