Giter VIP home page Giter VIP logo

docker-pwn's Introduction

System Hacking - Learning

이 리포지토리는 "해킹, 공격의 예술"이라는 책과 각종 pwn 지식을 정리하는 리포지토리입니다.

Ready

현재 디렉터리(/system-hacking) 에 들어온 후 다음 명령을 실행해야 합니다.

  • Script init
chmod +x init.sh
./init.sh

또는 아래와 같이 직접 설정할 수 있습니다.

  • Docker init
sudo docker build --network host -t pwn_ubuntu-20.04:0.0 `pwd`
  • Docker run
sudo docker run -v $(pwd)/pwn:/home/system-hacking --name pwn_ubuntu --security-opt seccomp=unconfined --net host -i -t pwn_ubuntu-20.04:0.0
  • Docker start
docker start pwn_ubuntu
  • Docker exec
docker exec -it pwn_ubuntu /bin/bash
  • Container 삭제
docker -f rm pwn_ubuntu-20.04
  • 모든 Container 삭제 (위험)
docker rm -f $(docker ps -a -q)

Tools

  • Pwngdb
  • tmux
  • vim
  • git

docker-pwn's People

Contributors

kimwang906 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.