Coalfire-Research / Slackor

A Golang implant that uses Slack as a command and control server
https://www.coalfire.com/The-Coalfire-Blog/June-2019/Introducing-Slackor
GNU General Public License v3.0
457 stars 108 forks source link

Find command #7

Closed sporkmonger closed 5 years ago

sporkmonger commented 5 years ago

Adds a command to glob relative to the current working directory. Mirrors the format of the ls command and does not drop to the command line.

I anticipate that this will be particularly useful for locating credential files, but numerous other use-cases exist.

This change depends on #5 which should be merged first (to avoid merge conflicts).