Userrecon-py – Username Recognition on Various Websites and Social Networks

Userrecon-py - Username Recognition on Various Websites and Social Networks xploitlab

To completely perform reconnaissance to someone, you have to find digital data about target on any websites or social media. Because the datas that found in any websites is very important to deduce correctly who this person really is. You can use any OSINT tools to perform reconnaissance, but you have to try tool called “userrecon-py” to perform username Recognition on any Websites and Social networks.

userrecon-py

Username recognition on various websites and social networks to find any accounts that related to target and also digital datas about target. Coded by decoxviii.

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 


You May Also Like

Leave a Reply

Your email address will not be published. Required fields are marked *

16 − 1 =