UserRecon-PY : Find Username In Social Networks

Userrecon-PY is a tool used to find usernames in social networks.

Installation

  1. Install dependencies (Debian/Ubuntu):

sudo apt install python3 python3-pip

  • Install with pip3:

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

Also Read – H2Buster : A Threaded, Recursive, Web Directory Brute-Force Scanner Over HTTP/2

Building from Source

Clone this repository, and:

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

Update

To update this tool to the latest version, run:

sudo -H pip3 install git+https://github.com/decoxviii/userrecon-py.git –upgrade userrecon-py –version

Usage

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

userrecon-py target decoxviii -o test1

Credit: thelinuxchoice

R K

Recent Posts

Starship : Revolutionizing Terminal Experiences Across Shells

Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…

1 hour ago

Lemmy : A Decentralized Link Aggregator And Forum For The Fediverse

Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…

1 hour ago

Massive UX Improvements, Custom Disassemblers, And MSVC Support In ImHex v1.37.0

The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…

3 hours ago

Ghauri : A Powerful SQL Injection Detection And Exploitation Tool

Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…

6 hours ago

Writing Tools : Revolutionizing The Art Of Writing

Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…

6 hours ago

PatchWerk : A Tool For Cleaning NTDLL Syscall Stubs

PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…

1 day ago