FishermanC2 is a browser hooking variant of normal c2 frameworks.
It allows you to gather info from hooked browsers and gain complete js rce on the browser, allowing phishing, clickjacking and many more serious attacks.
- Download nginx.
- Run the setup script to configure admin username and password, and get key and certificate requried for the nginx routing.
$ ./setup.sh
- Make sure everything is set for nginx by running
$ nginx -t
- And then run it with
$ nginx
- Run the flask application by using the
local.json
configurations or simply running
$ python api/server.py
- OPTIONAL: Run the demo server for an easy experimentation with the app using
$ python demo/app.py