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

https://github.com/shellbear/flushy

Advanced man in the middle framework for macOS and Linux
https://github.com/shellbear/flushy

Last synced: 10 months ago
JSON representation

Advanced man in the middle framework for macOS and Linux

Awesome Lists containing this project

README

          

[![Version](https://img.shields.io/badge/FLUSHY-1.0-brightgreen.svg?maxAge=259200)]()
[![Build](https://img.shields.io/badge/Supported_OS-macOS/Linux-orange.svg)]()
[![AUR](https://img.shields.io/aur/license/yaourt.svg)]()

flushy
=

Flushy is an advanced man in the middle framework for macOS and Linux for penetration testing. It includes multiple tools such as sniffing passwords, phishing, (HTML,JS,CSS) injector ...

![](http://i.imgur.com/QzlIEep.png)

This is a beta version ! It can contains some bugs.

Legal Disclamer
=
I don't hold any responsibility for the bad use of this tool,
remember that attacking targets without prior consent is illegal and punished by law.

Credits and dependencies
=

- nmap : https://nmap.org/
- bettercap : https://www.bettercap.org/
- bettercap proxy-modules : https://github.com/evilsocket/bettercap-proxy-modules
- dsniff : https://www.monkey.org/~dugsong/dsniff/
- wifiphisher (phishing page: oauth-login) : https://github.com/wifiphisher/wifiphisher

Instalation
=

Dependencies will be automatically installed running the install script.

git clone https://github.com/ShellBear/flushy/
cd flushy && sudo bash install.sh
sudo bash flushy.sh

Known Issues
=

If you discover any bugs, feel free to create an issue on GitHub fork and
send us a pull request.

Author
=

* ShellBear (https://github.com/ShellBear)
Blogspot (http://shellbearblog.blogspot.com)

Contributing
=

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request