Giter Club home page Giter Club logo

mkosint's Introduction

MKoSint

MKoSint is an OSINT (Open Source Intelligence) tool that can be used to gather information about a target from publicly available sources. It is composed of several smaller tools, including TheHarvester, dnscan, urlscan, and shodan.

These tools allow MKoSint to gather information about subdomains and email addresses, as well as other types of information. MKoSint is useful for anyone looking to gather information about a target without having to rely on more expensive or specialized tools. It is particularly useful for security professionals, researchers, and others who need to gather information about a target quickly and efficiently.

Prerequisites

Before installing MKoSint, you will need to make sure you have the following dependencies installed:

>=Python3.7
>=pip22.3
shodan
requests

Installation

Option 1: install from source

To install MKoSint, simply clone the repository and run the setup script:

git clone https://github.com/Kccorp/MKoSint.git
cd MKoSint
sudo python3 install.py

Option 2: Docker

To install MKoSint using Docker, simply run the following command:

mkdir -p results/{easy/{theHarvester,dnscan,urlscan,shodan},full/{theHarvester,dnscan,urlscan,shodan}}
docker pull kcbod/mkosint:1.0
sudo docker run --rm -v <absolut_path_to_results>:/app/MKoSint/results -it kcbod/mkosint:1.0 [Commande] [example : -d youtube.com -l 1]

Usage

To run MKoSint, simply run the following command:

Python3 mkosint.py -d <target> -l <level>

Authors

mkosint's People

Contributors

kccorp avatar miliik 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.