All Projects → SafeBreach-Labs → Backdoros

SafeBreach-Labs / Backdoros

Licence: bsd-3-clause
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.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Backdoros

Pezor
Open-Source PE Packer
Stars: ✭ 561 (+1022%)
Mutual labels:  redteam
1earn
个人维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup
Stars: ✭ 776 (+1452%)
Mutual labels:  redteam
Go Cache
Go in-memory cache library
Stars: ✭ 15 (-70%)
Mutual labels:  in-memory
Lockdoor Framework
🔐 Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources
Stars: ✭ 677 (+1254%)
Mutual labels:  redteam
Redteamtools
记录自己编写、修改的部分工具
Stars: ✭ 752 (+1404%)
Mutual labels:  redteam
Rootkits List Download
This is the list of all rootkits found so far on github and other sites.
Stars: ✭ 815 (+1530%)
Mutual labels:  redteam
Nishang
Nishang - Offensive PowerShell for red team, penetration testing and offensive security.
Stars: ✭ 5,943 (+11786%)
Mutual labels:  redteam
Intranet penetration cheetsheets
做redteam时使用,修改自Ridter的https://github.com/Ridter/Intranet_Penetration_Tips
Stars: ✭ 29 (-42%)
Mutual labels:  redteam
Perun
Perun是一款主要适用于乙方安服、渗透测试人员和甲方RedTeam红队人员的网络资产漏洞扫描器/扫描框架
Stars: ✭ 773 (+1446%)
Mutual labels:  redteam
Pwndrop
Self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV.
Stars: ✭ 878 (+1656%)
Mutual labels:  redteam
Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
Stars: ✭ 725 (+1350%)
Mutual labels:  redteam
Poshc2
A proxy aware C2 framework used to aid red teamers with post-exploitation and lateral movement.
Stars: ✭ 747 (+1394%)
Mutual labels:  redteam
Cache Chunk Store
In-memory LRU (least-recently-used) cache for abstract-chunk-store compliant stores
Stars: ✭ 24 (-52%)
Mutual labels:  in-memory
Que
Simple Job Processing in Elixir with Mnesia ⚡️
Stars: ✭ 612 (+1124%)
Mutual labels:  in-memory
Snoop
Snoop — инструмент разведки на основе открытых данных (OSINT world)
Stars: ✭ 886 (+1672%)
Mutual labels:  redteam
Browserghost
这是一个抓取浏览器密码的工具,后续会添加更多功能
Stars: ✭ 559 (+1018%)
Mutual labels:  redteam
Attack Tools
Utilities for MITRE™ ATT&CK
Stars: ✭ 810 (+1520%)
Mutual labels:  redteam
Distil
💧 In memory dataset filtering, inspired by snikch/aggro
Stars: ✭ 49 (-2%)
Mutual labels:  in-memory
Bloodhound Playbook
Reproducible and extensible BloodHound playbooks
Stars: ✭ 28 (-44%)
Mutual labels:  redteam
Memfs
In-memory filesystem with Node's API
Stars: ✭ 854 (+1608%)
Mutual labels:  in-memory

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].