Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Multiple problems trying to capture output #153

Closed
ignis-sec opened this issue May 29, 2019 · 1 comment
Closed

Multiple problems trying to capture output #153

ignis-sec opened this issue May 29, 2019 · 1 comment

Comments

@ignis-sec
Copy link

There are issues on how output is written that is making it impossible to use > operator or | tee file.txt

while > seems to stutter the output heavily, | tee file.txt seems to completely break the process.

@ignis-sec
Copy link
Author

My apoligies. Turns out python has an extra arguement for unbuffered output if you want to pipe it to something else.

For future references, using python -u Responder.py .... | tee -a works like a charm.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant