https://github.com/0xmachos/morc
mOrc is a post-exploitation framework for macOS written in Bash
https://github.com/0xmachos/morc
bash macos post-exploitation
Last synced: 12 months ago
JSON representation
mOrc is a post-exploitation framework for macOS written in Bash
- Host: GitHub
- URL: https://github.com/0xmachos/morc
- Owner: 0xmachos
- License: mit
- Created: 2019-04-06T12:32:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:49:20.000Z (about 3 years ago)
- Last Synced: 2025-06-28T09:52:55.850Z (12 months ago)
- Topics: bash, macos, post-exploitation
- Language: Shell
- Size: 26.4 KB
- Stars: 20
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mOrc
[](https://travis-ci.com/0xmachos/mOrc)
mOrc is a post-exploitation framework for macOS written in Bash
Based on and inspired by [zMarch/Orc](https://github.com/zMarch/Orc) a "post-exploitation framework for Linux written in Bash".
## Script Start
It takes the form of an ENV script, so load mOrc into a shell by running
```
ENV=mo.rc sh -i
```
HISTFILE is unset, and we use ulimit -c 0 to try and prevent any corefiles showing up.