vexance / Stratustryke

A small work-in-progress modular cloud security tool
2 stars 0 forks source link

[STSK1] Update Spool Implementation #1

Closed vexance closed 1 year ago

vexance commented 1 year ago

Spooling currently writes to the specified file only after issuing the 'spool off' command or exiting the program. This may benefit from closing the file handle after each write in order to have real-time writes to the file (more metasploit-like behavior).

vexance commented 1 year ago

Closing after PR #5 merged.