Useful during a pentest


Raven is a tool developed by 0x09AL to gather information about an organization employees using Linkedin.

It’s developed using python, Selenium e geckodriver

Features

  • Automatically check found emails in haveibeenpwned.com
  • Output in CSV format

Installation

Simply run setup.sh as root. 
The script resolves some python dependencies and installs geckodriver and xvfb:

pip install beautifulsoup4
pip install requests
pip install selenium
pip install tabulate
pip install pyvirtualdisplay


apt-get install xvfb
tar xvf bin/geckodriver-v0.18.0-linux64.tar.gz
mv geckodriver /usr/bin/geckodriver

Usage

The tool requires at least three parameters: company name , country initials and domain name.

raven.py [-h] -c COMPANY -s STATE -d DOMAIN [-p PAGES] [-lu LUSERNAME] [-lp LPASSWORD]

For example , if the company that you want to search is Evil Corp and the state is Albania the parameters would be:

python raven.py -c 'Evil Corp' -s al -d evilcorp.al

More information and downloads

[embed]https://github.com/0x09AL/raven[/embed]