All Projects → 0xM3R → Cgpwn

0xM3R / Cgpwn

A lightweight VM for hardware hacking, RE (fuzzing, symEx, exploiting etc) and wargaming tasks

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Cgpwn

Beetbox
Pre-provisioned L*MP stack
Stars: ✭ 94 (-72.75%)
Mutual labels:  vagrant, vm
drupalci-sonar-jenkins
DEPRECATED - Drupal CI environment with SonarQube and Jenkins for Drupal Core code analysis.
Stars: ✭ 40 (-88.41%)
Mutual labels:  vagrant, vm
Vagrant Docker Vm
💻 Development Vagrant VM with Docker, Samba and Mail sandbox (customizable)
Stars: ✭ 97 (-71.88%)
Mutual labels:  vagrant, vm
Drupal Vm
A VM for Drupal development
Stars: ✭ 1,348 (+290.72%)
Mutual labels:  vagrant, vm
arch-ansible
An Ansible playbook to install Arch Linux
Stars: ✭ 33 (-90.43%)
Mutual labels:  vagrant, vm
Packer Centos 6
This build has been moved - see README.md
Stars: ✭ 78 (-77.39%)
Mutual labels:  vagrant, vm
Box
[DEPRECATED] Official, pre-packaged Vagrant Box
Stars: ✭ 197 (-42.9%)
Mutual labels:  vagrant, vm
Deep Learning Vm
Sets up a VM with Keras, TensorFlow, TFLearn and Theano installed
Stars: ✭ 23 (-93.33%)
Mutual labels:  vagrant, vm
acquia-cloud-vm
VirtualBox/Vagrant-based VM to closely match Acquia Cloud environment.
Stars: ✭ 20 (-94.2%)
Mutual labels:  vagrant, vm
magento2-ansible-vagrant
Ⓜ️2️⃣ Ansible provisioned Ubuntu 16.04 vagrant box for Magento2 development.
Stars: ✭ 25 (-92.75%)
Mutual labels:  vagrant, vm
cikit
Continuous Integration Kit (CIKit)
Stars: ✭ 21 (-93.91%)
Mutual labels:  vagrant, vm
tsharkVM
tshark + ELK analytics virtual machine
Stars: ✭ 51 (-85.22%)
Mutual labels:  vagrant, vm
craftbox
Simple Ubuntu Vagrant box targeted for Craft developers -
Stars: ✭ 28 (-91.88%)
Mutual labels:  vagrant, vm
packer.templates
Various packer templates for building basic virtual machine images.
Stars: ✭ 44 (-87.25%)
Mutual labels:  vagrant, vm
Arcemu
World Of Warcraft 3.3.5a server package
Stars: ✭ 281 (-18.55%)
Mutual labels:  vagrant
Ctf Notes
Everything needed for doing CTFs
Stars: ✭ 304 (-11.88%)
Mutual labels:  ctf-tools
Virtualbox Python
Complete implementation of VirtualBox's COM API with a Pythonic interface.
Stars: ✭ 277 (-19.71%)
Mutual labels:  vm
Detectionlabelk
DetectionLabELK is a fork from DetectionLab with ELK stack instead of Splunk.
Stars: ✭ 273 (-20.87%)
Mutual labels:  vagrant
Wirbelsturm
Wirbelsturm is a Vagrant and Puppet based tool to perform 1-click local and remote deployments, with a focus on big data tech like Kafka.
Stars: ✭ 332 (-3.77%)
Mutual labels:  vagrant
Vagrant Azure
Enable Vagrant to manage virtual machines in Microsoft Azure
Stars: ✭ 304 (-11.88%)
Mutual labels:  vagrant

cgPwn - Cyber Grand Pwnage Box

This is a Ubuntu VM tailored for hardware hacking, RE and Wargaming.

Tools included

  • Pwndbg
  • Pwntools
  • Binwalk
  • Radare2
  • Capstone, Unicorn and Keystone Engines
  • Qira Timeless Debugger
  • AFL
  • Valgrind , VGdb
  • ROPGadget, XRop, Ropper, rp++
  • Intel PIN
  • Angr
  • z3
  • frida
  • Compiler tools: CLANG, LLVM, GDBMultiarch, GDBArm
  • Useful tools: htop, lynx, socat, p7zip, mc

![cgPwn Usage DEMO](https://thumbs.gfycat.com/AccomplishedPleasedBlackrhino-size_restricted.gif)

Vagrant

Install VirtualBox

Check Virtualbox for information on installing Virtualbox on your respective operating system.

Install Vagrant

Check VagrantUp for information on installing vagrant.

Fire up the VM

git clone https://github.com/0xM3R/cgPwn
cd cgPwn
vagrant up
... Grab a beer and relax until everything is getting setup for you ;)
vagrant ssh

Default settings

By default, personal dotfiles are installed onto the VM. Simply comment out the following lines in cgPwn.sh if you don't want my settings.

# Personal config
sudo apt-get -y install stow
cd ~
rm .bashrc
git clone https://github.com/0xM3R/dotfiles
cd dotfiles
chmod a+x ./install.sh
./install.sh

Shared folder

Drop files in the sharedFolder folder on your host to find them on your VM at /home/vagrant/sharedFolder

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].