Esser50K / EvilTwinFramework

A framework for pentesters that facilitates evil twin attacks as well as exploiting other wifi vulnerabilities
GNU General Public License v2.0
257 stars 53 forks source link

mitmf vs bettercap #7

Open ZEROF opened 5 years ago

ZEROF commented 5 years ago

Hi,

I see that you're using MITMf project as dependency, and it's no longer being updated for long time, and bettercap is good replacement, any plans to replace mitmf with bettercap?

Thanks

Esser50K commented 5 years ago

It's been a long time since I maintained this project. I'm actually thinking of cutting out and replacing lots of these dependencies, since mitmf is deprecated I'll deffinitely cut it out.. However mitmf is not a hard dependency in any way, it's just a spawner, you can add your own custom spawners if you want.

If you watch this -> https://www.youtube.com/watch?v=E3vDQYl5RRY&list=PLwkyhOBmFMuo9sTQeVSh8IxDjtwsbYlQk&index=6

and look at the Spawner code inside of core/ you'll see its easy to implement your own, and make a pull request if you do ;)