Userrecon-py : Username Recognition On Various Websites

Userrecon-py is used for Username recognition on various websites. is used for Username recognition on various websites.

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

Also Read – Lockdoor Framework : A Penetration Testing Framework with Cyber Security Resources

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

R K

Recent Posts

WhatsMyName App – Find Anyone Across 640+ Platforms

Overview WhatsMyName is a free, community-driven OSINT tool designed to identify where a username exists…

6 days ago

Analyzing Directory Size Linux Tools Explained

Managing disk usage is a crucial task for Linux users and administrators alike. Understanding which…

6 days ago

Understanding Disk Usage with du Command

Efficient disk space management is vital in Linux, especially for system administrators who manage servers…

6 days ago

How to Check Directory Size in Linux

Knowing how to check directory sizes in Linux is essential for managing disk space and…

6 days ago

Essential Commands for Linux User Listing

Managing user accounts is a core responsibility for any Linux administrator. Whether you’re securing a…

7 days ago

Command-Line Techniques for Listing Linux Users

Linux offers powerful command-line tools for system administrators to view and manage user accounts. Knowing…

1 week ago