0x01 版本一import socket
from multiprocessing import Pool
# 端口扫描-
def port_scan(ip, port):
# 创建socket对象
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
# 设置超时时间
s.settimeout(0.1)
# 连接
result = s.connect_ex((ip, port))
# 关闭连接
s.close()
# 判断是否连接成功
...
-
运维•2023-05-28• 62Views
ctrl+shift+f 失效
-
运维•2023-05-24• 96Views
potplayer回音的问题
-
运维•2023-05-11• 176Views
fatal: the remote end hung up unexpectedly
-
2023-05-11• 176Views
fatal: the remote end hung up unexpectedly
-
2023-05-17• 166Views
左耳朵耗子
-
2023-05-18• 126Views
反爬
-
2023-05-24• 96Views
potplayer回音的问题
-
2023-05-28• 62Views
ctrl+shift+f 失效