1#!/usr/bin/bash 2# Author V.Varbanovski @nu11secur1ty 3# 4# Remove fake domain 5 echo "Check the fake domain on which line is" 6 cat -n /etc/hosts 7 echo "Execute the command: sed -i '5d' /etc/hosts in your terminal to remove the fake domain it depends on which line number is" 8 exit 0; 9 10