Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.