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
The current system for terminal input is very unstable. Even on medium-sized scans, the ability to change the verbosity or issue scan commands becomes completely broken. Also, the terminal is usually screwed up after a scan so that you can't see the characters you're typing. This occurs even on scans without sudo prompts.
EDIT: I suspect this might be caused by certain subprocesses like nmap or nuclei contending for the stdin file descriptor.
The text was updated successfully, but these errors were encountered:
The current system for terminal input is very unstable. Even on medium-sized scans, the ability to change the verbosity or issue scan commands becomes completely broken. Also, the terminal is usually screwed up after a scan so that you can't see the characters you're typing. This occurs even on scans without sudo prompts.
EDIT: I suspect this might be caused by certain subprocesses like nmap or nuclei contending for the stdin file descriptor.
The text was updated successfully, but these errors were encountered: