Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 349 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 349 Bytes

JUSTCTF_HASH

构建

# 下载
git clone https://github.com/fengx1a0/justctf_hash.git
cd
# BUILD
docker build -t YOUR_NAME .
# RUN
docker run -d -p port_you_want:80 --name [NAME] YOUR_NAME 

*NAME自定义

考点

  • hash长度扩展攻击
  • md5
  • 代码审计
  • php

wp

然而没有什么吊wp,自己好好想想?