-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Labels
Description
TCP scans are failing with Error: stdin is from a terminal exception.
Environment information:
- OS: Kali 2021.2
- Console & shell: XFCE TerminalEmulator + zsh
- sx: pre-built binary release (tested on v0.2 & 0.3)
Some sx snippets I tested with (I renamed sx binary to sxscanner, because Kali already has some tool named sx):
sxscanner tcp fin -p 80 10.10.10.230
sxscanner tcp -p 1-65535 10.10.10.230
Issues might be somewhere here: sx/command/config.go#L288, but I don't know Go, so now sure what can cause the issue.
Reactions are currently unavailable