1 Star 1 Fork 0

aaaac/AWD_CTF_Platform

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
checker.py 140 Bytes
Copy Edit Raw Blame History
WangTsiAo authored 2020-01-04 19:59 +08:00 . add pwn demo challenge.
# -*- coding:utf-8 -*-
def check(target_ip, target_port):
return True
if __name__ == '__main__':
print(check('127.0.0.1', 8801))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mucn/AWD_CTF_Platform.git
git@gitee.com:mucn/AWD_CTF_Platform.git
mucn
AWD_CTF_Platform
AWD_CTF_Platform
master

Search