Skip to content

Commit

Permalink
Merge branch 'donate'
Browse files Browse the repository at this point in the history
  • Loading branch information
lanjelot committed Jan 8, 2018
2 parents 4d7ebf4 + 28be940 commit 7fd56f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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&currency_code=AUD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)

@lanjelot
Many thanks! [@lanjelot](https://twitter.com/lanjelot)

## Usage Examples

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def parse_requirements(file):
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=[
Expand Down

0 comments on commit 7fd56f0

Please sign in to comment.