Linux-Chrome-Recon – An Information Gathering Tool Used To Enumerate All Possible Data About An User From Google-Chrome Browser From Any Linux Distribution
“linux-chrome-recon” is a Information gathering tool used to enumerate all possible data about an user from Google-Chrome browser from any Linux distribution
Intro
1.Loots possible data from Google-Chrome 2.Launches HTTP Server on /tmp directory (Usefull) 3.Simple script to receive data from Victim(One time run) 4.Clears the /tmp data when server is closed…
Files retrieved :
- History
- Login Creds ( Cannot grab passwds , because its encrypted )
- Keywords Searched
- Autofill Data
- Download History
- Top Sites
- User Profile Images
Installation
https://github.com/monishmonish/linux-chrome-recon/
cd linux-chrome-recon/
pip3 install pandas
pip3 install wget
To Run
1.On Victim Machine
python3 server.py
2.On Attacking Machine
python3 receivedata.py
Here the RHOST value must be the IP of the Victime machine
Incase if you get any permission error while writing the data on attacker side Try,
sudo chmod 777 linux-chrome-recon
To-Dos
If your are reading this… Make sure you can add more modules to this script and notify me.. Dont forget to star and follow.