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

https://github.com/thomastjdev/katana_bettercap

KatanaFramework module - Integration of Bettercap for packet sniffing.
https://github.com/thomastjdev/katana_bettercap

Last synced: about 1 year ago
JSON representation

KatanaFramework module - Integration of Bettercap for packet sniffing.

Awesome Lists containing this project

README

          

net/bettercap module for Katana
===============================

Module for using bettercap inside KatanaFramework

Katana/modules/net/bettercap_integration.py

## Requirements
* python2 (developed for python3 - changed accordingly for Katana)
* [Bettercap](http://bettercap.org/)
* [Katana](https://github.com/PowerScript/Katana)

## The script
Fill in your options and run.

## Todo
Add more options
* saving file to
* free args

License
-------

MIT, 2016 Thomas TJ (TTJ)

Other
-----

Want to try it without Katana? Test it with python3 here [pyconsole_bettercap](https://gitlab.com/ThomasTJ/pyconsole_bettercap)