Naabu does not scan when both -scan-type
and -source-ip
flag is present
#1408
Labels
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Naabu version:
2.3.4
Running on Debian 11 (bullseye)
Current Behavior:
When I do
sudo naabu -host <target> -source-ip <my ip> -scan-type s -p -
does not send any packets (confirmed withtcpdump
)If I take out either the
source-ip
or thescan-type
flag , it returns results and able to see packets coming throughExpected Behavior:
should see traffic in tcpdump
Steps To Reproduce:
Run
sudo naabu -host <target> -source-ip <my ip> -scan-type s -p -
and run tcpdump at the same timeNo packets should be seen in tcpdump
The text was updated successfully, but these errors were encountered: