Search all readable files from smb shares for possible password properties
Is your feature request related to a problem? Please describe. No issue as of now.
Describe the solution you'd like When browsing SMB for shares it would be benefitial to run, in a seperate thread, a grabber that makes a tmp dir and gets alle files possible from all shares accessible and search with regular expressions for possible password properties.
Describe alternatives you've considered I am not yet aware of the ability to search the files directly on the share unless mounting said share. This could prove difficult with signing, certs or whitelist of machines etc. It seems "easier" although more network and I/O heavy to fetch all files and search them locally.
Additional context Possibly add a flag to keep the files so that it is possible to get it all and have it cleaned or get it all and keep for manual inspection later.