D4Vinci / Cr3dOv3r
- четверг, 16 ноября 2017 г. в 03:14:56
Know the dangers of credential reuse attacks.
Your best friend in credential reuse attacks.
Cr3dOv3r simply you give it an email then it does two simple jobs (but useful) :
usage: Cr3d0v3r.py [-h] email
positional arguments:
email Email/username to check
optional arguments:
-h, --help show this help message and exit
+For windows : (After downloading ZIP and upzip it)
cd Cr3dOv3r-master
python -m pip install -r win_requirements.txt
python Cr3dOv3r.py -h
+For linux :
git clone https://github.com/D4Vinci/Cr3dOv3r.git
chmod 777 -R Cr3dOv3r-master
cd Cr3dOv3r-master
pip3 install -r requirements.txt
python Cr3dOv3r.py -h
If you want to add a website to the tool, follow the instructions in the wiki
If you liked my work and want to support me, you can give me a cup of coffee :)
bitcoin address: 1f4KfYikfqHQzEAsAGxjq46GdrBKc8jrG
Cr3dOv3r is created to show how could credential reuse attacks get dangerous and it's not responsible for misuse or illegal purposes. Use it only for Pentest or educational purpose !!!
Copying a code from this tool or using it in another tool is accepted as you mention where you get it from
Pull requests are always welcomed :D