色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

python 實現的IP 存活掃描腳本

瀏覽:3日期:2022-07-02 15:34:11
下載地址

ActiveOrNot

用于處理 oneforall 等子域名掃描工具的結果去重 + 主機存活掃描

參數

-f --file 指定存放ip或子域名的文件,默認 ip.txt-t --thread 設置線程數,默認 50python3 ActiveOrNot.py -f ip.txt -t 12具體代碼 ActiveOrNot.py

from threading import Threadfrom queue import Queueimport requestsfrom time import timeimport argparseheaders = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'}def ping(url, new_ip): url = url.strip() if (not url.startswith(’http://’)) and (not url.startswith(’https://’)): url = ’http://’ + url try: req = requests.get(url, headers=headers, timeout=2) new_ip.put(url + ’ -- ’ + str(req.status_code)) print('%s 存活' % url) except: print('%s 不存活' % url)def new_list(file): with open(file, ’r’) as f: new_ip = [] ip_list = f.readlines() for ip in ip_list: ip = ip.strip().replace(’http://’, ’’).replace(’https://’, ’’) if ip: if not (ip in new_ip): new_ip.append(ip) return new_ipdef main(file, th): begin_time = time() new_ip = Queue() ip_list = new_list(file) j = 0 length = len(ip_list) while j < length: threads = [] for i in range(th): t = Thread(target=ping, args=(ip_list[j], new_ip)) t.start() threads.append(t) j += 1 if j == length: break for thread in threads: thread.join() with open(’NewIP.txt’, ’a+’) as nf: while not new_ip.empty(): nf.write(new_ip.get()+’n’) end_time = time() run_time = end_time - begin_time print('總共耗時 %s 秒'% run_time)if __name__ == ’__main__’: parser = argparse.ArgumentParser(description=’url active scan’) parser.add_argument('-f', '--file', help='指定文件', default=’ip.txt’) parser.add_argument('-t', '--thread', help='設置線程', default=50) args = parser.parse_args() file = args.file th = args.thread main(file, th)

以上就是python 實現的IP 存活掃描腳本的詳細內容,更多關于python ip存活掃描的資料請關注好吧啦網其它相關文章!

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 在线观看国产精成人品 | 毛片成人 | 国产一区a | 自拍视频网 | 欧美成人eee在线 | 碰超在线观看 | 男女一级爽爽快视频 | 精品国产亚一区二区三区 | 黄色三区 | 日本加勒比高清一本大道 | 亚洲精品www久久久久久久软件 | a级毛片毛片免费观看久潮喷 | 99一区二区三区 | 日韩视频观看 | 成人全黄三级视频在线观看 | 日本午夜人成免费视频 | 国产在线a | 欧美性猛交xxxx免费看手交 | 97香蕉久久夜色精品国产 | 成人做爰全视频 | 成人91| 欧美成人午夜片一一在线观看 | 精品久久久久久久九九九精品 | 国产菲菲视频在线观看 | 日本 欧美 国产 | 国产成人精品日本亚洲网站 | 美女视频黄a全部 | 国产成人精品日本亚洲专区6 | 欧美一级高清视频在线播放 | 一个人免费看的www 一及 片日本 | 日韩一页 | 久久在线免费 | 欧美人牲囗毛片 | 女人张开腿男人捅 | 超级碰碰碰视频视频在线视频 | 欧美另类69xxxxx 视频 | 免费观看欧美一级高清 | 成人亚洲精品一区 | 岛国伊人 | 玖玖精品在线视频 | 久久精品系列 |