m8sec/nullinux

UDP

UserXGnu opened this issue · 1 comments

While setting port with -p is there a way to set an UDP port?

m8sec commented

Hi @UserXGnu thanks for using the tool! The way port scanning works is based on TCP. Try using the -sN option to disable port scanning with the -p option to set the port:
"python nullinux.py -sN -p xxx xxx.xxx.xxx.xxx"

Hope this helps!