Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Corb3nik/PwnBox
A VM for RE and Pwn
https://github.com/Corb3nik/PwnBox
Last synced: 21 days ago
JSON representation
A VM for RE and Pwn
- Host: GitHub
- URL: https://github.com/Corb3nik/PwnBox
- Owner: Corb3nik
- License: mit
- Created: 2017-10-26T17:27:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T02:22:46.000Z (7 months ago)
- Last Synced: 2024-11-05T11:49:47.730Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 25
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - Corb3nik/PwnBox - A VM for RE and Pwn (Shell)
README
# PwnBox
A lightweight VM for RE (fuzzing, symEx, exploiting etc) and wargaming tasks## Requirements
- [Vagrant](https://www.vagrantup.com/)
- [Virtual Box](https://www.virtualbox.org/)
- [VMWare Fusion (for Apple Silicon)](https://support.broadcom.com/group/ecx/productdownloads?subfamily=VMware+Fusion)## Installation
### Apple Silicon
- Download VMWare Fusion Pro 13
- Install the Vagrant VMWare Plugin
- `brew install --cask vagrant-vmware-utility`
- `vagrant plugin install vagrant-vmware-desktop`
- Run it `vagrant up --provider=vmware_fusion`### Non-Apple Silicon
Run the following commands to start the PwnBox :
```
vagrant up
```### Usage
The server is accessible via `vagrant ssh`