cddmp / enum4linux-ng

A next generation version of enum4linux (a Windows/Samba enumeration tool) with additional features like JSON/YAML export. Aimed for security professionals and CTF players.
GNU General Public License v3.0
1.18k stars 125 forks source link

Polenum was written by Portcullis Labs #9

Closed timb-machine closed 4 years ago

timb-machine commented 4 years ago

This is great. A modern implementation for folks that don't like Perl (thanks!) - I'll let Mark know, he mostly writes Python these days too!

BTW, polenum was originally written by Portcullis Labs

https://labs.portcullis.co.uk/tools/polenum/

cddmp commented 4 years ago

@timb-machine Thank you! I actually like Perl, but Python has impacket as you know, which makes things more easy. Unfortunately GitHub doesn't support notification of users when mentioning them in the README.md. When releasing the code my plan was to somehow "ping" them. Due to a lack of a proper mechanism, the least I could do was mentioning Mark and Portcullis Labs in the README.md.

Thanks a lot for your hint regarding polenum! I referred to this version: https://github.com/Wh1t3Fox/polenum I will fix that later today in the source code and the README.md and will give credit to Portcullis Labs as it should be!

So thank you guys for enum4linux. :) I would be glad if this rewrite could be of any help for you as well, I tested it against a lot of different CTF machines and tried to fix all issues I came across. And of course I would be happy if you let Mark know.

I will add the fixes later today and will let you know when I have them, so that you can double check.

timb-machine commented 4 years ago

Haha, Mark and I are the token Perl guys in our team but we both write more Python than Perl these days for the very reason you mentioned. We're in the process of migrating Portcullis Labs to Cisco land, but I'm sure we can arrange a shout out once that's complete :).

cddmp commented 4 years ago

Alright, I've just made this commit: 82bb0d53f3af80f0e1a92108b03d113bc7ca4a6b Is that a proper solution for you? :)

timb-machine commented 4 years ago

Cheers 👍