|Initial Access|Execution|Persistence|Privilege Escalation|Defense Evasion|Credential Access|Discovery|Lateral Movement|Collection|Impact| |-
This file contains hidden or 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 | |
| # Authors: Martin Eide, Kim Syversen | |
| ### Requirements | |
| # Your Dream Machine sends logs to a syslog server | |
| # https://github.com/unifi-utilities/unifios-utilities/tree/main/on-boot-script-2.x must be installed | |
| # This script must be stored in /data/on_boot.d/ | |
| # Set chmod +x for this script and run script manually one time to create cron job | |
| # Credits sed query https://stackoverflow.com/questions/39447749/jq-cannot-parse-mongodb-output-document |
OlderNewer