Skip to content

hyuntaeLee/lee_pwn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile_for_pwn_setting


  • Updated to suit me on 01/19, 2024.
  • Dockerfile for pwnable
  • change apt server to kakao
  • added user account
include
  • tmux
  • oh-my-zsh
  • pwntools
  • ROPgadget
  • one_gadget
  • seccomp_tools
    • 18.04, 20.04, 22.04
  • gef
    • 16.04
  • pwngdb
    • 18.04, 20.04, 22.04
  • patchelf
    • 16.04, 18.04
  • pwninit
    • 20.04, 22.04
docker build --tag {imagename}:{tagnum} .
docker run -it --rm --cap-add SYS_PTRACE --security-opt seccomp:unconfined --name 22.04 -v ${PWD}/study:/study {imagename}:{tagnum} /usr/bin/zsh

About

Dockerfile for Pwnable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published