Search

Firewall and Antivirus Enum

service control:

sc query windefend

querying for windefend (windows defender) since its windows and by default windows have defender

image

find out all services:

sc queryex type= service

SPACE AFTER TYPE= IS NEEDED

If you get blocked ports 4444 or 6969, you can use 443 (webserver), 53 (DNS)

firewall settings:

MODERN COMMAND:

netsh advfirewall firewall dump

older, works on devel:

netsh firewall show state

configuration:

netsh firewall show config