Fish generator for Phishers.
- Go to 3vil site.
- Open your console.
- Paste this code, it will load the app.js and the dashboard.
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://frozeeen.github.io/sink/app.js';
document.head.appendChild(script);