2
0
mirror of https://github.com/lanjelot/patator synced 2024-11-10 01:13:31 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
lanjelot
9abd1e874a released v0.5 2013-07-05 16:43:44 +10:00
lanjelot
65e3c6fe7c changelog updated for v0.5 2013-07-05 16:37:47 +10:00
lanjelot
73ff44ac4c added the RANGE and PROG keywords (replaces the stdin capability) 2013-06-26 17:52:27 +10:00
lanjelot
2a1b9c5b27 switched to impacket for mssql_login 2013-06-26 17:25:20 +10:00
lanjelot
5da0649d2e output a bit more intuitive, fixed bug in smb_lookupsid 2013-04-19 16:32:25 +10:00
lanjelot
251f33cd08 resume wont overwrite logs, interactive -x wont crash 2013-04-05 17:17:10 +11:00
lanjelot
ba6e6a8c6b will run even with no keywords 2013-02-22 16:24:05 +11:00
lanjelot
a4eba5ec06 new mysql_query module 2013-02-22 14:26:18 +11:00
lanjelot
004f045009 rewrote buggy connection cache 2013-02-22 14:20:21 +11:00
lanjelot
d0b7b1d0e8 changelog updated for v0.4 2012-11-02 11:54:16 +11:00
lanjelot
f58e7afe10 new vmauthd_login module 2012-10-23 17:31:47 +11:00
lanjelot
5ef1281611 added url encoding 2012-10-17 15:24:47 +11:00
lanjelot
ed322c0ab2 rewrote itertools.product to avoid memory over-consumption bug with large wordlists 2012-10-17 14:00:06 +11:00
lanjelot
12bb3dcb9d new imap_login module 2012-10-16 18:42:44 +11:00
lanjelot
3714354e27 added a timeout option for vnc_login 2012-10-16 18:42:07 +11:00
lanjelot
eada497c57 fixed bug in oracle_login regarding thread safety 2012-10-12 15:07:19 +11:00
lanjelot
d9b0270cfc added SSL/TLS support to FTP, SMTP and POP3 modules 2012-07-13 12:54:57 -10:00
lanjelot
68a0590304 new pop_login module 2012-07-10 15:20:59 -10:00
lanjelot
097870d4f1 added a timeout option for telnet_login and smtp_* 2012-07-10 15:09:59 -10:00
lanjelot
7600bd3ffe added a timeout option for pgsql_login 2012-07-04 17:49:38 +10:00
lanjelot
3c3539feeb added a timeout option for mssql_login, improved debug logging 2012-07-02 17:58:05 +10:00
lanjelot
effdb620c6 added a timeout option for mysql_login 2012-06-29 17:05:07 +10:00
lanjelot
cc0b978733 added a timeout option for ftp_login 2012-06-29 15:55:01 +10:00
lanjelot
61e4f6e85e before_egrep now allows more than one expression 2012-06-29 14:27:36 +10:00
lanjelot
b89667a9a2 improved dns modules, swithed to dnspython 2012-06-29 11:37:38 +10:00
lanjelot
01121b3cc0 easier usage, better connection cache especially for SSH, user can now act upon specific failures (eg. quit) 2012-06-25 10:56:19 +10:00
lanjelot
c41e1718e9 fixed from_stdin, fixed --resume, removed --rate-reset 2012-06-09 23:39:12 +10:00
lanjelot
f51264f83d new finger_lookup module 2012-06-09 20:42:27 +10:00
lanjelot
7f8040102f new smb_lookupsid module 2012-04-23 15:11:50 +10:00
lanjelot
3d8019e341 immediately quit if user hits ctrl-c twice 2012-04-20 20:35:28 +10:00
lanjelot
589674f6fc no more heaploads of exceptions and tracebacks when daemon threads are killed 2012-04-12 13:33:11 +10:00
lanjelot
e5c32748ac fixed python3 bug in oracle_login 2012-04-11 16:02:49 +10:00
lanjelot
4f67d02e7f fixed bug and python3 compat in vnc_login 2012-04-11 16:00:54 +10:00
lanjelot
87c29fa7ac patator can now read from stdin 2012-04-10 12:02:17 +10:00
lanjelot
207251f610 better usage info 2012-04-09 19:22:25 +10:00
lanjelot
c1e8b9558e fixed bug "dictionary changed size during iteration" in TCP_Cache 2012-04-09 18:52:16 +10:00
lanjelot
2122a574b1 lightened README 2012-04-09 18:00:45 +10:00
lanjelot
2f7396dfe2 ported to python3 2012-04-09 16:46:11 +10:00
lanjelot
f35de5309d fixed bug in vnc_login, returned success code was O instead of 0 2012-04-09 15:26:32 +10:00
lanjelot
91bc4d9e78 added action free 2012-04-02 17:05:28 +10:00
Sebastien
d81edcf19c added before_egrep option in http_fuzz 2012-03-29 17:01:50 +11:00
Lanjelot
9fad5fea06 changelog updated for v0.3 2011-12-16 16:16:36 +01:00
Lanjelot
113fad14b3 added OPTIONS example and multiline egrep matching in http_fuzz 2011-12-16 11:23:38 +01:00
Lanjelot
69b04cf54b Added size ranges like -N or N-. And url=FILE0 now works in http_fuzz 2011-12-14 19:25:22 +01:00
Lanjelot
6f8cde0cb2 remaining dependencies 2011-12-09 14:05:16 +01:00
Lanjelot
1aa64b4808 better warnings about missing dependencies 2011-12-08 16:23:33 +01:00
Lanjelot
04e539b273 option -e better explained, no CN check in http_fuzz w/ SSL 2011-12-07 18:10:34 +01:00
Lanjelot
caa396a6ea minor bug fixes in http_fuzz 2011-12-06 15:34:54 +01:00
Lanjelot
9eea105b26 changelog update 2011-12-01 11:16:32 +01:00
Lanjelot
c0ce41ad8e bug fixed in final Avg speed 2011-12-01 10:58:57 +01:00