Git Product home page Git Product logo

mikasa's Introduction

MIKASA

Network Analysis made Simple

About :

A CLI tool for simple and efficient Network Traffic Analysis.

INTRODUCTION :

We are implementing a command line based tool which will be having multiple network analysis features such as SYN scanner, ARP monitoring & spoofing, HTTP request/ response follower, DNS query sniffer & spoofer along with additional tools such as Wifi deauthentication & WLAN cracker, we will be implementing these tools using a C++ library called libtins which is built over libpcap, a portable C/C++ library for network traffic capture.

LIBTINS :

libtins is a high-level multiplatform C++ network packet sniffing and crafting library. Its main purpose is to provide the C++ developer an easy, efficient, platform and endianness-independent way to create tools which need to send, receive and manipulate specially crafted packets. We will be using this library in this project in order to implement packet sniffing.

FEATURES OF OUR APPLICATION :

  • SYN scanner : for a variable number of ports as command line arguments it will verify if the particular host has those ports open or not.
  • ARP Monitoring: ARP Monitor keeps track of mappings between IP addresses and hardware addresses.
  • HTTP request/response follower : It captures and reassembles TCP streams, showing for each request, the HTTP method, URL, host and the server's response code.
  • DNS queries sniffer : Sniffs DNS queries and prints the domain names being queried.
  • Traceroute : It is a computer network diagnostic tool for displaying the route and measure transit delays of packets across an Internet Protocol network.

SETUP

Setup libtins using this

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.