摘要:如上图所示dpkt所有的协议: 现在仅其中的arp, dpkt, ethernet, icmp, ip, tcp, udp等常用的网络协议解析和简单使用 1.arp的文档及使用 文档源码: # $Id: arp.py 23 2006-11-08 15:45:33Z dugsong $ # -*- c
阅读全文
摘要:#!/usr/bin/python3.8 # -*- coding: utf-8 -*- import os import PySimpleGUI as sg import subprocess,time from subprocess import * import threading def G
阅读全文
摘要:import os import subprocess,time from subprocess import * import threading import PySimpleGUI as sg start_time = time.time() file = ['101_1.asc', '222
阅读全文
摘要:# -*- coding: UTF-8 -*- import dpkt import collections #有序字典需要的模块 import time import PySimpleGUI as sg import os class Pcap_analyze: def __init__(self
阅读全文
摘要:from selenium import webdriver import win32gui import win32con from selenium.webdriver.common.by import By from selenium.webdriver.remote.webelement i
阅读全文