Skip to content

qman69/userrecon-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

userrecon-py

Username recognition on various websites.

powered by demo 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

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

decoxviii

MIT

About

Username recognition on various websites.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%