Skip to content

Commit

Permalink
Added command for opening port in Windows firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hermosilla committed May 8, 2018
1 parent 6b5a862 commit 912b62e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion security-blue-team.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@
- https://github.com/adulau/MalwareClassifier/
- http://www.austintaylor.io/suricata/elasticsearch/logstash/continuous/monitoring/intrusion/detection/system/2016/12/17/build-a-world-class-monitoring-system-enterprise-small-office-home/
- https://blog.appsecco.com/automated-defense-using-serverless-computing-84ee04b9b129
- https://github.com/nim4/DBShield
- https://github.com/nim4/DBShield


**Windows Firewall open port**
```shell
netsh firewall add portopening protocol=TCP port=5151 name="Web Server (TCP 5151)" mode=ENABLE
netsh firewall reset
```

0 comments on commit 912b62e

Please sign in to comment.