Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrikodar/big-papa
Big-Papa is a remote cookie stealer which can then be used for session hijacking and Bypassing 2 Factor Authentication
https://github.com/vrikodar/big-papa
2factor authentication-backend bypass-2fa bypassing cookie-authentication cookie-stealer cookies hijack-js inject-js javascript js-injection maninthemiddleattack mitm-attacks password-stealer python3 session-cookie session-stealer session-store
Last synced: about 16 hours ago
JSON representation
Big-Papa is a remote cookie stealer which can then be used for session hijacking and Bypassing 2 Factor Authentication
- Host: GitHub
- URL: https://github.com/vrikodar/big-papa
- Owner: vrikodar
- License: gpl-3.0
- Created: 2020-12-21T13:00:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T12:47:22.000Z (over 2 years ago)
- Last Synced: 2024-09-06T08:39:52.453Z (2 months ago)
- Topics: 2factor, authentication-backend, bypass-2fa, bypassing, cookie-authentication, cookie-stealer, cookies, hijack-js, inject-js, javascript, js-injection, maninthemiddleattack, mitm-attacks, password-stealer, python3, session-cookie, session-stealer, session-store
- Language: Python
- Homepage:
- Size: 1.02 MB
- Stars: 100
- Watchers: 6
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![SxNade](https://img.shields.io/badge/MadeBy-SxNade-red)
# Big-Papa
![Capture](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQlqh70DzxUIwh08dpOzmZmCxm0t44h1q3xug&usqp=CAU)
Big-Papa Integrates Javascript and python for remote cookie stealing which then can be used for session hijacking
---
# IN ACTION
![Capture](https://github.com/SxNade/Big-Papa/blob/main/bgp.gif)
`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**
![Capture](https://raw.githubusercontent.com/SxNade/Big-Papa/main/rplace_ip.png)
# How Does it work?
**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*
# For HTTPS?
`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`