/userrecon-py

Username recognition on various websites.

Primary LanguagePythonMIT LicenseMIT

userrecon-py

Username recognition on various websites.

powered by demo websites donate


Installation

With pip3

# Linux
sudo -H pip3 install git+https://github.com/decoxviii/userrecon-py.git --upgrade
userrecon-py --help

Build from source

# Linux
git clone https://github.com/decoxviii/userrecon-py.git ; cd userrecon-py
sudo -H pip3 install -r requirements.txt
python3 setup.py build
sudo python3 setup.py install

Usage

Start by printing the available actions by running userrecon-py --help. Then you can perform the following tests:

# print all results.
userrecon-py target decoxviii --all -o test


# print positive results.
userrecon-py target decoxviii --positive -o test


# print negative results.
userrecon-py target decoxviii --negative  -o test

decoxviii

MIT