https://github.com/x13a/fschk
List persistence items on macOS.
https://github.com/x13a/fschk
macos osx security swift
Last synced: over 1 year ago
JSON representation
List persistence items on macOS.
- Host: GitHub
- URL: https://github.com/x13a/fschk
- Owner: x13a
- License: gpl-3.0
- Created: 2021-12-15T22:06:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T17:55:52.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T00:06:37.505Z (over 1 year ago)
- Topics: macos, osx, security, swift
- Language: Swift
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fschk
List persistence items on macOS.
This app is an attempt to wrap things written by
[Csaba Fitzi](https://twitter.com/theevilbit) in
[Beyond good ol' LaunchAgents](https://theevilbit.github.io/beyond/).
## Done
- [x] Launch
- [x] LSLoginItem
- [ ] Hash (partial)
- [ ] Application (partial)
## Installation
```sh
$ make
$ sudo make install
```
or
```sh
$ brew tap x13a/tap
$ brew install x13a/tap/fschk
```
## Usage
```text
USAGE: fschk [--version]
OPTIONS:
--version Print version and exit
-h, --help Show help information.
```
## Example
```sh
~
❯ [sudo] fschk
Launch (6)
----------
/Library/LaunchDaemons/com.docker.vmnetd.plist
prog -> /Library/PrivilegedHelperTools/com.docker.vmnetd
args -> ["/Library/PrivilegedHelperTools/com.docker.vmnetd"]
dyld -> nil
...
```
## License
[](https://www.gnu.org/licenses/gpl-3.0.en.html)