From 28be940aa22b8d6bbe5c81355d4fc11e0c2446f8 Mon Sep 17 00:00:00 2001 From: lanjelot Date: Mon, 8 Jan 2018 11:12:12 +1000 Subject: [PATCH] Add donate link and fix email typo --- README.md | 12 +++++++++--- setup.py | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa9c960..99b7f45 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Patator + Patator was written out of frustration from using Hydra, Medusa, Ncrack, Metasploit modules and Nmap NSE scripts for password guessing attacks. I opted for a different approach in order to not create yet another brute-forcing tool and avoid repeating the same shortcomings. Patator is a multi-threaded tool written in Python, that strives to be more reliable and flexible than his fellow predecessors. Currently it supports the following modules: @@ -37,11 +39,15 @@ Currently it supports the following modules: * umbraco_crack : Crack Umbraco HMAC-SHA1 password hashes ``` -The name "Patator" comes from https://www.youtube.com/watch?v=kU2yPJJdpag +The name "Patator" comes from [this](https://www.youtube.com/watch?v=kU2yPJJdpag). + +Patator is NOT script-kiddie friendly, please read the full README inside [patator.py](patator.py) before reporting. + +And please donate if you like this project. -Patator is NOT script-kiddie friendly, please read the README inside `patator.py` before reporting. +[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=SB36VJH4EM5WG&lc=AU&item_name=lanjelot&item_number=patator¤cy_code=AUD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) -@lanjelot +Many thanks! [@lanjelot](https://twitter.com/lanjelot) ## Usage Examples diff --git a/setup.py b/setup.py index 98b252b..03bdf17 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( long_description=long_description, url="https://github.com/lanjelot/patator", author="Sebastien Macke", - author_email="pastor@hsc.fr", + author_email="patator@hsc.fr", license="GPLv2", classifiers=[