• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

thtrll

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

11 2021 档案

python dpkt包以太网协议的解析和分析
摘要:如上图所示dpkt所有的协议: 现在仅其中的arp, dpkt, ethernet, icmp, ip, tcp, udp等常用的网络协议解析和简单使用 1.arp的文档及使用 文档源码: # $Id: arp.py 23 2006-11-08 15:45:33Z dugsong $ # -*- c 阅读全文

posted @ 2021-11-25 15:43 thtrll 阅读(3100) 评论(0) 推荐(1)

PySimpleGUI练习,特定输入数据的输出
摘要:#!/usr/bin/python3.8 # -*- coding: utf-8 -*- import os import PySimpleGUI as sg import subprocess,time from subprocess import * import threading def G 阅读全文

posted @ 2021-11-24 13:44 thtrll 阅读(510) 评论(0) 推荐(0)

固定数据的处理,保存查看
摘要:import os import subprocess,time from subprocess import * import threading import PySimpleGUI as sg start_time = time.time() file = ['101_1.asc', '222 阅读全文

posted @ 2021-11-24 13:42 thtrll 阅读(60) 评论(0) 推荐(0)

以太网帧解析并保存成解析的数据
摘要:# -*- coding: UTF-8 -*- import dpkt import collections #有序字典需要的模块 import time import PySimpleGUI as sg import os class Pcap_analyze: def __init__(self 阅读全文

posted @ 2021-11-24 13:36 thtrll 阅读(234) 评论(0) 推荐(0)

【python】 自动化上传小程序
摘要:from selenium import webdriver import win32gui import win32con from selenium.webdriver.common.by import By from selenium.webdriver.remote.webelement i 阅读全文

posted @ 2021-11-17 17:12 thtrll 阅读(94) 评论(0) 推荐(0)

 
博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3