开发者

Is udp broadcast recorded in the server log?

开发者 https://www.devze.com 2022-12-12 00:25 出处:网络
Apologies if this is a d开发者_JAVA技巧umb question, I\'ve limited network knowledge. If I sent a string to port 80 on UDP, would the server / receiving IP log it? I\'m pretty sure it wouldn\'t in ac

Apologies if this is a d开发者_JAVA技巧umb question, I've limited network knowledge.

If I sent a string to port 80 on UDP, would the server / receiving IP log it? I'm pretty sure it wouldn't in access logs, but what about firewall logs?


This is far too general question, thus I'll give a general answer.

In general that would be up to the particular server in use. That is your UDP "Listener" might or might not log incoming traffic as per configuration/settings. Same applies for your firewall.


It really depends on what kind of organization you're trying to portscan for your "art project". If you're targeting a government entity, or Fortune 500 (in which case assume you're going to be prosecuted theft of resources in a court with no understanding of technology) you should assume there will be an intrusion detection system sniffing the network and logging all traffic out of the ordinary.

However if you set up a Windows desktop out of the box, it's not going to log UDP access to closed ports.

0

精彩评论

暂无评论...
验证码 换一张
取 消