metasploitable3/chef/cookbooks/metasploitable/files/apache/hello_world.sh

3 lines
72 B
Bash

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