You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although it might be a bit out of the scope of this project, it could be interesting to enable an interactive mode in order to let the user to manually respond to some specific endpoints (applying same rules as regular imposters).
Since HTTP is a plaintext-based protocol, it shouldn't be harder than reading input from stdin and determining when then payload is finished (double /n or similar).
Thanks!!
The text was updated successfully, but these errors were encountered:
Although it might be a bit out of the scope of this project, it could be interesting to enable an interactive mode in order to let the user to manually respond to some specific endpoints (applying same rules as regular imposters).
Since HTTP is a plaintext-based protocol, it shouldn't be harder than reading input from
stdin
and determining when then payload is finished (double/n
or similar).Thanks!!
The text was updated successfully, but these errors were encountered: