p0dalirius / smbclient-ng

smbclient-ng, a fast and user friendly way to interact with SMB shares.

Home Page:https://podalirius.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] Add remote find 'find' command

tigre-bleu opened this issue · comments

An alternative to unix find command on the remote server could be handy.

For instance, something like this to recursively search for Firefox user profiles:

[\\10.2.54.2\C$\Users]> find -r -type d -name "Mozilla"

Hello,

It is implemented in a separate module:

module find -h

Best regards,

Ha, RTFM like they say :)