mgerst / flag-slurper

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

File exfil: Handle non-tty #88

Open mgerst opened 4 years ago

mgerst commented 4 years ago

if the ssh file exfil post plugin encounters a connection in which it doesn't have a tty, it throws several errors about expanding globs. I either need to not do that when there isn't a tty present, or find another method.