Skip to content
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

Added features and ability to gather sensitive files from other users #2

Closed
wants to merge 5 commits into from

Conversation

ice-wzl
Copy link

@ice-wzl ice-wzl commented Jan 4, 2025

Summary

  • Nice project! Added a few items, open to your thoughts.
  • Added a check for each matched file to check to see if its a symlink. If it is, we wont collect it.
  • Added ipv6 address support in case a host has an ipv6 address, would like to be aware of that
  • Added further support for different shells like csh, ash etc
  • Added collection of web server config files, Apache2, nginx, httpd
  • Added collection of rdp related items like Remmina and xfreerdp
  • Added ability to gather all users home directories on the system and grab them all if running as root. This includes a base security check to make sure we can access other users home directories before attempting file collection

@R3DRUN3
Copy link
Owner

R3DRUN3 commented Jan 5, 2025

Great suggestions!
Unfortunately I have made a mess with some aoutomations I implemented for the tool :(
I have pushed a new release, some of your suggestions are already presents.
fell free to create a new PR if you deem necessary 👍

@R3DRUN3 R3DRUN3 closed this Jan 5, 2025
@ice-wzl
Copy link
Author

ice-wzl commented Jan 5, 2025

  • Ok sounds good. I noticed in the new release you are still collecting symlinks, is that intentional?

@R3DRUN3
Copy link
Owner

R3DRUN3 commented Jan 5, 2025

  • Ok sounds good. I noticed in the new release you are still collecting symlinks, is that intentional?

No intentional, forgot to add the checks! 😅

@ice-wzl
Copy link
Author

ice-wzl commented Jan 6, 2025

No worries, great repo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants