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

100 Commits

Author SHA1 Message Date
lanjelot
6020420592 fixed bug in smb_login 2015-04-26 15:39:53 +10:00
lanjelot
3e79373741 updated dependencies versions 2015-04-26 14:57:57 +10:00
lanjelot
308c7f70f3 added option to ike_enum to send vendor IDs 2015-04-25 21:28:47 +10:00
lanjelot
e78a0cccd2 updated impacket version required for smb_* modules 2015-04-25 21:23:28 +10:00
lanjelot
63c4e6deab merged awesome contribs from @asolino thanks mate! 2015-04-25 20:48:12 +10:00
asolino
fccc584098 Support DCERPC.V5 library and SMB2 for smb_login and smb_lookupsid modules 2015-04-24 17:07:47 -03:00
asolino
e6b7be52f7 Fixes on_windows() method when running under OSX
on_windows() checks platform.system().lower() == 'win'
However, under OSX the returned string is 'Darwin', matching 'win' ;)
According to https://docs.python.org/2/library/platform.html,
for Windows systems it should return 'Windows'.

I just changed the comparison against 'Win' w/o calling lower().
Hopefully it works well on all Windows.
It does work well on OSX :P
2015-04-24 15:32:07 -03:00
lanjelot
b08d5357dc support for Windows 2015-04-20 01:42:40 +10:00
lanjelot
3dff78d88c fixed bug where producer would exit prematurely 2015-04-20 01:40:46 +10:00
lanjelot
641ea8f563 Merge pull request #11 from DanMcInerney/master
snmp typo
2015-04-13 13:08:35 +10:00
Dan McInerney
3e38a21dda snmp typo 2015-04-12 15:56:54 -06:00
lanjelot
378d036c0a fixed typo 2015-04-09 09:33:13 +10:00
lanjelot
3824936059 updated module list 2015-04-08 17:43:29 +10:00
lanjelot
f0a03d7113 new ike_enum module 2015-04-08 17:37:59 +10:00
lanjelot
5c3cb0ac3f updated examples 2015-02-08 19:49:50 +11:00
lanjelot
2b0d81f35d forgot to comment out debug line 2015-02-08 17:25:16 +11:00
lanjelot
ad3871eae7 switched to multiprocesses (instead of threads) to have the new --timeout option work with signals 2015-02-08 16:39:21 +11:00
lanjelot
32f7feebac defined a NullHandler for python 2.6 2015-02-08 16:08:25 +11:00
lanjelot
c37ff75fa7 added keyfile option to ssh_login 2014-11-30 14:55:20 +11:00
lanjelot
576be76d99 added service_name option to oracle_login module 2014-11-10 12:53:54 +11:00
lanjelot
5a140c1501 fixed bug with RANGE and PROG keywords where the generators were not restartable 2014-09-26 12:35:18 +10:00
lanjelot
e155a2d0f5 updated phpmyadmin example in README 2014-08-31 12:36:17 +10:00
lanjelot
7ccbc20371 updated doc 2014-08-26 10:40:30 +10:00
lanjelot
d09d1176aa added option to ssh_login to automatically fallback to keyboard-interactive auth 2014-08-25 12:34:23 +10:00
lanjelot
b4692e0805 added README.md 2014-08-25 12:33:45 +10:00
lanjelot
baa9b42f17 released v0.6 2014-08-25 10:30:43 +10:00
lanjelot
fd0346bfe8 pad hex range 2014-08-22 11:09:16 +10:00
lanjelot
ece1343ccd added auto_urlencode option to http_fuzz 2014-08-22 10:51:15 +10:00
lanjelot
2f53ccfa81 switched to using default_timer 2014-08-22 10:45:03 +10:00
lanjelot
23cc78ba1f added doc for rlogin_login 2014-04-07 20:36:37 +10:00
lanjelot
766d92735e improved smb_login error codes 2014-04-02 13:24:40 +11:00
lanjelot
effdbbd291 added more tlds to dns_forward 2014-04-02 12:04:36 +11:00
lanjelot
4a4b6497ad minor fixes 2014-04-02 10:21:02 +11:00
lanjelot
18a63647d7 new rlogin_login module 2014-03-19 17:49:48 +11:00
lanjelot
ac0525c228 wrong timing in http_fuzz 2014-02-03 17:31:03 +11:00
lanjelot
d39b11c60d fixed bugs in http_fuzz 2014-01-20 19:39:27 +01:00
lanjelot
3076b2e216 support resuming 2014-01-20 17:59:42 +01:00
lanjelot
bc432a96c8 only one logger to have the same asctime across all handlers 2014-01-19 21:51:34 +01:00
lanjelot
d9dd72d35f fixed bugs 2014-01-19 00:38:53 +01:00
lanjelot
b65d37cf76 added CSV and XML output formats 2014-01-19 00:08:19 +01:00
lanjelot
afdb3c5e8f added real execution time 2014-01-18 23:53:00 +01:00
lanjelot
af7016b7a6 fixed bug in http_fuzz 2013-07-25 16:34:35 +10:00
lanjelot
e40fdebe4a improved RANGE keyword 2013-07-22 17:29:00 +10:00
lanjelot
ec7d302c55 new umbraco_crack module 2013-07-22 08:31:14 +10:00
lanjelot
edf08799ee fixed logformat bug 2013-07-17 13:16:15 +10:00
lanjelot
6a700d7cbd added time column 2013-07-13 16:19:33 +10:00
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