metasploitable3/chef/cookbooks/metasploitable/files/apache/hello_world.sh
2017-07-12 18:15:48 -05:00

3 lines
72 B
Bash

#!/bin/bash
printf "Content-type: text/html\n\n"
printf "Hello World!\n"