mgerst / flag-slurper

A red team utility for Cyber Defense Competitions.
https://flag-slurper.rtfd.io
MIT License
3 stars 2 forks source link

SSH Exfil Nested Directories #101

Open mgerst opened 3 years ago

mgerst commented 3 years ago

When specifying a directory to the ssh exfil plugin, it does not properly handle nested directories.

For example: /etc/sssd/ tries to read /etc/sssd/conf.d. We'll need to make sure we can get directory names in that format, or do some further parsing of the ls results.