-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding fzf-creds #40
base: dev
Are you sure you want to change the base?
adding fzf-creds #40
Conversation
This is an awesome start! As discussed IRL, the following scenario would be awesome
At every fuzzy find:
I don't know yet how to implement all that, it could be json/xml/txt files, databases, aliases, custom tools, no idea. We should work on that. It would be a great time saver. |
Could be interesting to add this this feature to arsenal and then run commands from that in the exegol tool maybe ? Either way, I will try to look into it this week-end, this looks pretty cool |
I worked a bit on this matter and this is where I got so far, comparing various solutions. Also thanks @p0dalirius and @Dramelac for the brainstorming. Short termWe can work on a python script that
Below are the main issues that need to be dealt with
A private repository has been created to start working on the project. If anyone wants access I'll be happy to grant them. Long termLater on, we could work on implementing a more advanced usage: an exegol user could run multiple shells with multiple profiles, so that commands get executed with various credentials. We could also work on how to parse input from other tools (cme, secretsdump, lsassy, donPAPI, ...) and ingest the data into the db. While it would allows users to swiftly change credentials for various commands after owning additional accounts, it would also allow to keep track of the compromised accounts and export them for reporting purposes. |
Commit b7ff374 initiates the work. History is now full of environment variables. While the exegol-history tool is being created, testers can edit |
Hey, I'm interested in this feature @ShutdownRepo. Could I have access to the repo or know its progress ? Why not contribute ! 😄 |
Hey !
Finding this easy trick with @Skileau to set usernames and passwords to command lines 😄