Skip to content

msymt/ctf-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ctf env

CTF用のDockerテンプレート

Usage

docker-compose up
docker-compose run --user ubuntu --rm pwn

GUI-tools

Cross-platform

  • Audacity: Audio file(.wav, .mp3 etc) analyzer
  • Ghidra: software reverse engineering framework
  • Burp Suite: Application Security Testing Software

Unix / Mac

# JD-GUI(Java Decompiler Tool)
wget https://github.com/java-decompiler/jd-gui/releases/download/v1.6.6/jd-gui-1.6.6.jar
java -jar jd-gui-1.6.6jar
# stegsolve
wget http://www.caesum.com/handbook/Stegsolve.jar -O stegsolve.jar
java -jar stegsolve.jar

Windows

Web-tools

misc

crypto

osint

obfuscation

Windows env

Misc

About

My CTF environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published