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. |
Answered by
dwisiswant0
Jan 20, 2025
Replies: 1 comment
Killing a process with |
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
SIGKILLwon't save the session, but usingSIGINTwill.