Skip to content

Commit

Permalink
Fixes lanjelot#67
Browse files Browse the repository at this point in the history
  • Loading branch information
lanjelot committed Aug 4, 2018
1 parent 49b541d commit 1ca6a41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Currently it supports the following modules:
* smtp_rcpt : Enumerate valid users using the SMTP RCPT TO command
* finger_lookup : Enumerate valid users using Finger
* http_fuzz : Brute-force HTTP/HTTPS
* rdp_gateway : Brute-force RDP Gateway
* ajp_fuzz : Brute-force AJP
* pop_login : Brute-force POP
* pop_passd : Brute-force poppassd (not POP3)
Expand Down Expand Up @@ -43,7 +44,7 @@ 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.
Please donate if you like this project! :)

[![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)

Expand Down
3 changes: 2 additions & 1 deletion patator.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
+ smtp_rcpt : Enumerate valid users using SMTP RCPT TO
+ finger_lookup : Enumerate valid users using Finger
+ http_fuzz : Brute-force HTTP
+ rdp_gateway : Brute-force RDP Gateway
+ ajp_fuzz : Brute-force AJP
+ pop_login : Brute-force POP3
+ pop_passd : Brute-force poppassd (http://netwinsite.com/poppassd/)
Expand Down Expand Up @@ -3755,7 +3756,7 @@ class RDP_gateway(HTTP_fuzz):
'''Brute-force RDP Gateway'''

usage_hints = (
'''%prog rdp_gateway url='https://example.com/remoteDesktopGateway/' user_pass=COMBO00:COMBO01 0=combos.txt -x ignore:code=401''',
'''%prog url='https://example.com/remoteDesktopGateway/' user_pass=COMBO00:COMBO01 0=combos.txt -x ignore:code=401''',
)

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ajpy
pyopenssl
cx_Oracle
mysqlclient
psycopg2
psycopg2-binary
pycrypto
dnspython
IPy
Expand Down

0 comments on commit 1ca6a41

Please sign in to comment.