Skip to content

dhkstnrh/pwn_set

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile_for_pwn_setting


  • Updated to suit me on October 27, 2023.
  • Dockerfile for pwnable
  • change apt server to kakao
  • include
    • pwntools
    • ROPgadget
    • one_gadget
    • seccomp_tools
    • pwndbg
    • tmux
    • oh-my-zsh
    • pure
    • gef or pwndbg
    • RsaCtfTool, Binwalk in 22.04
docker build --tag {imagename}:{tagnum} .
docker run -it --name 18.04 -v $PWD/{shareddir}:/{containerdir} {imagename:tagnum} usr/bin/zsh

About

Dockerfile for Pwnable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 91.7%
  • Shell 8.3%