An open API service indexing awesome lists of open source software.

https://github.com/merrychap/katori

:floppy_disk: Network swiss knife. CLI traffic sniffer and network attacks provider. [=under development=]
https://github.com/merrychap/katori

attack network networking sniffer spoofing

Last synced: about 1 year ago
JSON representation

:floppy_disk: Network swiss knife. CLI traffic sniffer and network attacks provider. [=under development=]

Awesome Lists containing this project

README

          

# katori

## DISCLAIMER

**The functions provided by `katori` is for EDUCATIONAL PURPOSES ONLY. You are solely responsible for your actions. Creator of `katori`, in no way responsible for any of the actions performed by anyone.**

If you agree with the above statements, you may proceed to use this tool for anything legal.

## General info

`katori` is a tool to work with a network. it's both a sniffer and attacks provider (only few features is implemented for now).

Project is under development, so it's far away from expected tool.

## Features

FEATURES WILL BE ADDED SOON

## How to build

You can build `katori` by using `make` like this:

```sh
$ cd ./katori
$ make
```

Of course, `make install` option will be added soon.

## How to run

HOW TO RUN WILL BE ADDED SOON

```sh
$ sudo ./katori -i wlan0 -l /tmp/log
```

Note that you have to run it using **sudo**, cause sniffing requires root privileges