Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:49:20.000Z (over 1 year ago)
- Last Synced: 2023-10-20T15:45:59.798Z (about 1 year ago)
- Topics: bash, macos, post-exploitation
- Language: Shell
- Size: 26.4 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mOrc
[![Build Status](https://travis-ci.com/0xmachos/mOrc.svg?branch=master)](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.