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

125 Commits

Author SHA1 Message Date
lanjelot
2877fb31cf fixed ajp_fuzz module 2016-11-10 07:34:20 +10:00
lanjelot
72939bd61b Merge pull request #51 from hypn0s/master
Added AJP fuzzing support
2016-11-09 19:43:30 +10:00
Julien Legras
bc7940179d Added AJP fuzzing support 2016-11-05 14:50:32 +01:00
lanjelot
96eb9f9604 added checks on FILE and RANGE keywords 2016-06-08 17:09:10 +10:00
lanjelot
3b069a347b Merge pull request #44 from ShiftCore/master
fix quit action
2016-04-13 08:00:01 +10:00
Julien
e1edfcbfe2 fix quit action
the 'quit' action was not considered if the 'retry' one was set. This could lead to infinite loops if you define --max-retries=-1.
2016-04-05 11:27:21 +02:00
lanjelot
142d48c099 added maxsizes on queues and escaping non printable chars 2016-02-26 15:29:39 +11:00
lanjelot
f544d1b66b updated youtube link 2016-02-26 15:26:15 +11:00
lanjelot
1a9f65e379 Merge pull request #29 from g0tmi1k/before_header
Add before_header feature (able to set custom header in before_url request)
2015-11-05 13:52:59 +11:00
g0tmi1k
5885879bb8 Add before_header feature
This allows to set a custom header in the before_urls request
2015-11-04 17:18:39 +00:00
g0tmi1k
0a0bf32e1f Remove trailing spaces 2015-11-04 17:16:53 +00:00
lanjelot
d1dd6c49b0 Merge branch 'nico' adding more info to XML output 2015-10-29 15:27:14 +01:00
lanjelot
a7f4a4fb55 added rdp_login module (calls xfreerdp) 2015-09-07 16:17:04 +02:00
lanjelot
ca6ab7b5fa Merge pull request #22 from ValdikSS/master
Always use Python2
2015-08-27 16:35:22 +02:00
ValdikSS
983cb55515 Always use Python2 2015-08-27 17:32:25 +03:00
lanjelot
e918293ca3 Merge pull request #21 from ShiftCore/master
Update for recent vnc (tested on ultraVNC P4_6_3)
2015-08-26 13:39:29 +02:00
Julien
a6eefaaa44 Update for recent vnc (tested on ultraVNC P4_6_3) 2015-08-25 16:00:49 +02:00
lanjelot
0d239d36d0 fixed 2 minor bugs in smtp_login and ftp_login w/tls (thanks Julien) 2015-08-02 12:25:52 +10:00
lanjelot
0b2ad0dc5e match more than one code in -x with a regex 2015-07-24 12:36:50 +10:00
lanjelot
f6de99e33e added option --allow-ignore-failures 2015-07-24 12:31:19 +10:00
lanjelot
ec04f6327e add even more info to xml 2015-07-23 18:03:49 +10:00
lanjelot
9494723c3d adding more info to xml output 2015-04-28 20:08:53 +10:00
lanjelot
16b7ad71e7 fixed usage bugs 2015-04-28 12:27:26 +10:00
lanjelot
37684ffa13 fixed line breaks in README 2015-04-26 17:48:50 +10:00
lanjelot
d830355821 added support for PyInstaller on Windows 2015-04-26 17:19:35 +10:00
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