How to make interactsh-cleint exit right after collecting data without constant polling? #1075
Answered
by
dwisiswant0
parkesorgua
asked this question in
Q&A
-
There is a -kai option that looks like good for this, according to source code, but setting "-kai 0" does not exit app after data collected. Killing a process is an option, but I don't know if data will not be corrupted if killed in the middle of app work. |
Beta Was this translation helpful? Give feedback.
Answered by
dwisiswant0
Jan 20, 2025
Replies: 1 comment
-
Killing a process with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dwisiswant0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Killing a process with
SIGKILL
won't save the session, but usingSIGINT
will.