- 博客(1)
- 收藏
- 关注
原创 portscan
简易端口扫描器python 语言先记录上最初模型201909#-*- coding:utf-8 -*-import socket,sysprint '''Wellcome PORTSCAN!'''def open(host,port): s = socket.socket() try: s.connect((host,port)) ...
2019-09-25 22:46:22
988
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人