Julien EGLOFF

Results 9 issues of Julien EGLOFF

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...

Should fix issue #88.

This small commit fixes issue #38 when installing current sources.

For some reason, when performing NTLM connection, impacket always compute the LM hash of the provided password. However, this operation fails when using special characters ('µ') for example: ```bash $...

bug

Hello, most way to get code execution are nowadays flagged by EDR/AV. But, `winRm` is way more legitimate and could by another way of executing code remotely. Could this be...

enhancement
help wanted

Fix the `/tls:seclevel:0` and add the possibility to specify a domain for the brute-force logon.

When forging or retrieving Kerberos tickets using impacket, they are created without specific umask. This PR forces the use of 600 chmod by default to improve: - Security of tickets...

in review

Hello, when querying DNS records, sometimes, right to list attributes of an entry is not given. In such case, `dnstool.py` incorrectly states the record was not found. This PR fixes...