EvilSelenium : A Tool That Weaponizes Selenium To Attack Chromium Based Browsers

EvilSelenium is a new project that weaponizes Selenium to abuse Chromium-based browsers. The current features right now are: Steal stored credentials (via autofill) Steal cookies Take screenshots of websites Dump Gmail/O365 emails Dump WhatsApp messages Download & exfiltrate files Add SSH keys to GitHub Or extend the existing functionality to suit your needs (e.g. Download files from …

FisherMan : CLI Program That Collects Information From Facebook User Profiles Via Selenium

FisherMan is a CLI Program That Collects Information From Facebook User Profiles Via Selenium Installation #clone the repo$ git clone https://github.com/Godofcoffe/FisherMan#change the working directory to FisherMan$ cd FisherMan#install the requeriments$ python3 -m pip install -r requeriments.txt#dependency:you need to install geckodriver on your machine,download the binary from the official mozilla repo:https://github.com/mozilla/geckodriver/releases/latestextract and copy the binary, i …

Words Scraper : Selenium Based Web Scraper To Generate Passwords List

Selenium based web scraper to generate passwords list. Installation $Download Firefox webdriver from https://github.com/mozilla/geckodriver/releases$ tar xzf geckodriver-v{VERSION-HERE}.tar.gz$ sudo mv geckodriver /usr/local/bin # Make sure it is in your PATH$ geckodriver –version # Make sure webdriver is properly installed$ git clone https://github.com/dariusztytko/words-scraper$ sudo pip3 install -r words-scraper/requirements.txt Use Cases Scraping words from the target’s pages $ …