Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`