patator icon indicating copy to clipboard operation
patator copied to clipboard

Patator is a multi-purpose brute-forcer, with a modular design and a flexible usage.

Results 33 patator issues
Sort by recently updated
recently updated
newest added

I have noticed the ike_enum module does not work against ikev2 servers, the tool used ike-scan is not compatable with IKEv2 currently. I have come accross a tool https://github.com/aatlasis/yIKEs which...

Previously when using `--xml=FILE` the beginning of the XML file would be written to `FILE`, while its ending would either (1) not be written at all (no `-l`/`-L` option), or...

Hello, I was just using the Telnet module against a Windows server. However, currently it is hard coded to send a `\n` at the end of the input sequences. The...

While doing HTTP fuzzing, I'm using a script to grab a CSRF token from a page and save it to a file every minute. It would be very handy to...

# Changes - Non-critical-error output is moved from stderr to stdout - `FAIL` actions were being logged at "Error" level, but do not halt patator execution, so they are also...

Cobalt Strike Team Server support added. Vendor page https://www.cobaltstrike.com/help-setup-collaboration Based on https://github.com/RomanEmelyanov/CobaltStrikeForensic/blob/master/L6_CST_pass_check.py

Hello :slightly_smiling_face: , Thank you for the awesome project! I noticed that when I was building the docker image that it was ~2.5Gbs, and I was curious if I could...

I put The OWA (outlook web app) on Burpsuite proxy, it seems there are 4 or 5 redirects after the submit button. What should be the syntax ? I tried...

Actually, When I try to add Cookies during usages of __http_fuzz__ module, only option i found is `header='Cookie: session=MIUz1lb1xEXdAp3pgpkOkh4fb44cSY3I;` but the problem is, when I set accept_cookie=1, request start to...

How to reproduce: ```bash patator http_fuzz url=https://www.google.fr/ header='Accept-Encoding: gzip' -l log ; cat log/1_* ``` Then, the content of the response (not the headers) is not uncompressed. This behavior is...