FIT_applied_network_security/heartbleed/script.sh

7 lines
76 B
Bash

#!/bin/bash
nmap -sT -sV -p 8080 localhost
echo '### nginx detected ###'