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=]
- Host: GitHub
- URL: https://github.com/merrychap/katori
- Owner: merrychap
- License: gpl-3.0
- Created: 2018-03-28T16:19:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T15:51:28.000Z (over 7 years ago)
- Last Synced: 2025-03-24T07:11:20.252Z (about 1 year ago)
- Topics: attack, network, networking, sniffer, spoofing
- Language: C
- Homepage:
- Size: 80.1 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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