-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Artëm Tsvetkov edited this page Nov 8, 2020
·
8 revisions
| Action | Command |
|---|---|
| TLS Weak Ciphers | nmap -Pn -n -vvv --script ssl-enum-ciphers -p 443 -oA nmap.ssl -iL hosts.txt |
| Download Java 8 | https://www.java.com/en/download/manual.jsp |
| Supervisord | https://serversforhackers.com/c/monitoring-processes-with-supervisord |
| Web Server | docker run -v /tmp/web:/usr/share/nginx/html/ -p 80:80 nginx |