Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
adv ex on 5 january 2024
adv ex on 22 February 2024
banner Expire 26 October 2024
Rescator cvv and dump shop
banner expire at 13 May

Yale lodge shop
UniCvv
banner Expire 1 April  2021

ALBERT

TRUSTED VENDOR
Staff member
Joined
Dec 3, 2020
Messages
1,352
Find usernames in social networks.
Installation
  1. Install dependencies (Debian/Ubuntu):
    Code:
    sudo apt install python3 python3-pip
  2. Install with pip3:
    Code:
    sudo -H pip3 install git+https://github.com/decoxviii/userrecon-py.git
    userrecon-py --help
Building from Source
Clone this repository, and:
Code:
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:
Code:
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:
Code:
userrecon-py target decoxviii -o test1
 
Top Bottom