checkFireWall()
From Hack Wars Wiki
| Function information for checkFireWall() | |
| Function | checkFireWall(string firewall) |
| API | Watch |
| Cost | $100 |
| Level | 5 |
| CPU Usage | 2 |
| Description | Takes a string as input representing the type of fire wall to check for, one of: nofirewall, basicfirewall, mediumfirewall, greaterfirewall, basicattackingfirewall, mediumattackingfirewall, greaterattackingfirewall, ultimateattackingfirewall. Returns a boolean representing whether or not this type of fire wall is installed on the port being observed. |
Example
checkFireWall("basicfirewall"); |
