if name of operating system as string as lowercase contains "win" then
(
exists file "Proj/FC/nmap/nmap.exe" whose
(
version of it >= "5.21"
)
of parent folder of client
)
else if name of operating system as string as lowercase contains "mac os x" then
(
exists regapp whose
(
name of it as string as lowercase contains "zenmap" AND version of it >= "5.21"
)
)
else if name of operating system as string as lowercase contains "linux" then
(
exists file "/usr/bin/nmap" whose
(
size of it = 2235920 AND sha1 of it = "fc5d5c6b19f9822536063b9b34f687684e973604"
)
)
else false
if name of operating system as string as lowercase contains "win" then (exists file "Proj/FC/nmap/nmap.exe" whose (version of it >= "5.21") of parent folder of client) else if name of operating system as string as lowercase contains "mac os x" then (exists regapp whose (name of it as string as lowercase contains "zenmap" AND version of it >= "5.21")) else if name of operating system as string as lowercase contains "linux" then (exists file "/usr/bin/nmap" whose (size of it = 2235920 AND sha1 of it = "fc5d5c6b19f9822536063b9b34f687684e973604")) else false