Tib3rius / AutoRecon

AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services.
GNU General Public License v3.0
5.15k stars 877 forks source link

please add tools #135

Open protectroot-com opened 2 years ago

protectroot-com commented 2 years ago

lookupsid.py enum4linux-ng

I was going to suggest GetUserSPNs.py, but that is no longer recon :)

joshterrill commented 2 years ago

It looks like enum4linux-ng was added by this PR: https://github.com/Tib3rius/AutoRecon/pull/173

Hasn't been merged yet, but it looks like the changes are pretty minimal to add new tooling if you also wanted to add lookupsid.py. If this is something @Tib3rius is cool with, I can fork the open PR that adds enum4linux-ng and add lookupsid.py as well.

Tib3rius commented 2 years ago

@joshterrill No need to fork it, just add a new PR. It should be a separate plugin anyway. I plan on merging this at some point this week.

joshterrill commented 2 years ago

@Tib3rius I don't think I can push a new branch to do a pull request on if I don't have write permissions to the repo. The only way I know around that is to first fork it, do the work on a fork, then submit the PR from my fork back into your repo. Let me know if there's a different way to do this that I'm not aware of.

Tib3rius commented 2 years ago

@joshterrill Sorry, I meant you don't need to fork the open PR (which I just merged anyway), but rather create your own PR. Yes you will need to fork the AutoRecon project itself to do this. Apologies for any confusion. Looking forward to seeing the PR.