python 學習系列--任務2

通過Python的網絡連接開發一個基礎的端口掃描器 思路:使用socket重複連接ip與端口的組合新值 0x01 知識補充 for循環 for port in range(100,120): print"[+]port:"+str(port) 執行結果: 0x02 建立一個socket連接 import socket #導入socket模塊 s=socket.socket() s.conne
相關文章
相關標籤/搜索