Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
###
#
# Created : 2023-03-09
# Last Modified : 2023-03-09
# Version : 1.0
# Tested with : macOS 13.2.1
#
###
#!/bin/bash
###
#
# Created : 2022-12-29
# Last Modified : 2022-12-29
# Version : 1.0
# Tested with : macOS 13.1
#
###
#!/bin/bash
###
#
# Created : 2022-09-09
# Last Modified : 2022-10-25
# Version : 2.0
# Tested with : macOS 12.6 / macOS 13.0
#
###
#!/bin/bash
###
#
# Created : 2022-09-09
# Last Modified : 2022-10-25
# Version : 2.0
# Tested with : macOS 12.6 / macOS 13.0
#
###
#!/bin/bash
token="xxxxxxxxxxxxxxxxxxxxxxxxxxxx"
/Applications/Falcon.app/Contents/Resources/falconctl uninstall --maintenance-token <<< "${token}"
#!/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
#!/bin/sh
###
#
# Created : 2022-08-30
# Last Modified : 2022-11-19
# Version : 1.01
# Tested with : macOS 12.6 / macOS 13.0
#
###
#!/bin/sh
###
#
# Created : 2022-11-12
# Last Modified : 2022-11-12
# Version : 1.0
# Tested with : macOS 13.0.1
#
###
#!/bin/bash
###
#
# Created : 2021-02-08
# Last Modified : 2022-11-05
# Version : 1.02
# Tested with : macOS 13.0
#
###
#!/bin/bash
###
#
# Created : 2022-04-05
# Last Modified : 2022-10-16
# Version : 1.01
# Tested with : macOS 12.6
#
###