From 1ca6a41f778a0af0d959eec94eee3a4550419b90 Mon Sep 17 00:00:00 2001 From: lanjelot Date: Sat, 4 Aug 2018 12:30:28 +1000 Subject: [PATCH] Fixes #67 --- README.md | 3 ++- patator.py | 3 ++- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99b7f45..dd253e1 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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¤cy_code=AUD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) diff --git a/patator.py b/patator.py index fa5754d..24f7f4f 100755 --- a/patator.py +++ b/patator.py @@ -39,6 +39,7 @@ Currently it supports the following modules: + 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/) @@ -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 diff --git a/requirements.txt b/requirements.txt index 0e1ca73..bb8acd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ ajpy pyopenssl cx_Oracle mysqlclient -psycopg2 +psycopg2-binary pycrypto dnspython IPy