dirkjanm / krbrelayx

Kerberos unconstrained delegation abuse toolkit
MIT License
1.1k stars 164 forks source link

Behavioural enhancements #15

Closed 0x5ECF4ULT closed 4 years ago

0x5ECF4ULT commented 4 years ago

A wild PR appears!

Choose your action:

This PR features some enhancements I would have liked to see some time ago. I guess it already happened to you that you worked with a big list of hosts and suddenly... error! Your progress is gone and your time wasted. I basically made the try-except catch all errors WITHOUT crashing the whole script. Another time-saving part in the code "pings" the target port before even attempting to connect. Last but least I made everything controllable in the help menu and added a --verbose flag because that was missing.

dirkjanm commented 4 years ago

ty, merging!