Big-Papa Integrates Javascript and python for remote cookie stealing which then can be used for session hijacking
The Higlighted data is the cookie of ongoing admin session on a router(gateway)
Now we can use something Like Burpsuite or your favorite cookie editor extension on firefox to Load the cookies and Hijack the admin session
1 chmod +x install.sh
2 ./install.sh
PLease Note that you need to edit the Javascript File to your own Local IP address
Big-Papa utilizes malicious javascript code injection...and then makes a GET Request(with cookies) to the Python Web server running on the attacker machine
Note That you need to be man in the middle in order to inject the malicious javascript Code and then steal cookies of the website that the victim is currently visting
For testing purposes copy the Javascript code from the bgp.js file without the script tags and execute in the console of the browser
You can use Bettercap in-order to become man-in-the-middle using bettercap or use arp spoof and then run Big-Papa to inject Javascript
Big-Papa will work Perfectly against HTTP websites but For HTTPS you can use sslstrip to Downgrade it to HTTP and then utilize Big-Papa
*SSLstrip --> https://github.com/moxie0/sslstrip.git
Still some websites use HTTP and thus their data including Passwords can be read in Clear text but we need to steal cookies in some cases in order to Bypass 2-Factor-Authentication
There were problems with writing code for javscript injector due to ongoing problems with netfilterqueue installation
BUT YOU CAN STILL USE BETTERCAP TO BECOME MAN IN THE MIDDLE AND ALSO INJECT JAVASCRIPT CODE USING BETTERCAP
*INSTALL BETTERCAP AS FOLLOWS
sudo apt install bettercap
Then you can run Big-Papa to capture cookies
You can manually perform the mitm attack and then inject the Javascript code with Big-Papa.py script runnning along
A new feature to mail the captured cookies to user specified e-mail will be added soon...
To make Big-Papa Even Better Contribute to it Or use and Report Any Bugs or fixes Required..
git clone https://github.com/SxNade/Big-Papa