Userrecon-PY is a tool used to find usernames in social networks.
Installation
sudo apt install python3 python3-pip
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
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
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
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…