This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### | |
# | |
# Created : 2023-03-09 | |
# Last Modified : 2023-03-09 | |
# Version : 1.0 | |
# Tested with : macOS 13.2.1 | |
# | |
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### | |
# | |
# Created : 2022-12-29 | |
# Last Modified : 2022-12-29 | |
# Version : 1.0 | |
# Tested with : macOS 13.1 | |
# | |
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
token="xxxxxxxxxxxxxxxxxxxxxxxxxxxx" | |
/Applications/Falcon.app/Contents/Resources/falconctl uninstall --maintenance-token <<< "${token}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# License | |
/Applications/Falcon.app/Contents/Resources/falconctl license XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | |
# Grouping Tag (optional) | |
/Applications/Falcon.app/Contents/Resources/falconctl grouping-tags set "xxx" | |
# Restart sensor | |
/Applications/Falcon.app/Contents/Resources/falconctl unload |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### | |
# | |
# Created : 2022-08-30 | |
# Last Modified : 2022-11-19 | |
# Version : 1.01 | |
# Tested with : macOS 12.6 / macOS 13.0 | |
# | |
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
### | |
# | |
# Created : 2022-11-12 | |
# Last Modified : 2022-11-12 | |
# Version : 1.0 | |
# Tested with : macOS 13.0.1 | |
# | |
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### | |
# | |
# Created : 2021-02-08 | |
# Last Modified : 2022-11-05 | |
# Version : 1.02 | |
# Tested with : macOS 13.0 | |
# | |
### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
### | |
# | |
# Created : 2022-04-05 | |
# Last Modified : 2022-10-16 | |
# Version : 1.01 | |
# Tested with : macOS 12.6 | |
# | |
### |
NewerOlder