MY Code
vuln=0 # initialize FLAG variable test -f /etc/shadow # Check exist /etc/shadow if [ $? == 1 ] then vuln=1 # Not exist /etc/shadow File -> FLAG ON