环境:win7+springboot+mybatis+mariadb需求说明:未做安全加固前用wireshark抓包:可以很明显看到用户名、数据库和 SQL,这种情况是有安全风险的。1.下载openssl官网上面是源码,需要自己编译,可以到http://slproweb.com/products/W... ...
分类:
数据库 时间:
2018-11-19 12:37:33
阅读次数:
469
sudo apt-add-repository ppa:wireshark-dev/stable sudo apt-get update sudo apt-get install wireshark sudo groupadd wireshark //安装已完成 sudo chgrp wiresha... ...
分类:
系统相关 时间:
2018-11-19 12:34:46
阅读次数:
719
RTP 使用 udp 进行数据传输,udp 是不能保证,数据包一定可以到达的,也不提供时序。同时还有 MTU 限制。 RTCP 用来配合 RTP 提供,传输报告,会话建立和退出。 有几关键问题: 1,udp 怎么建立 2, 声音定时器多少时间传输入一次 3, 丢包问题 下面使用 Wireshark ...
分类:
其他好文 时间:
2018-11-18 11:30:40
阅读次数:
147
Why does Protocol Hierarchy have less packets counts than that of pcap file? https://www.wireshark.org/lists/wireshark-users/200905/msg00146.htmlhttps ...
分类:
其他好文 时间:
2018-11-18 11:27:25
阅读次数:
143
Frog and Portal https://hihocoder.com/problemset/problem/1873 时间限制:1000ms 单点时限:1000ms 内存限制:512MB 时间限制:1000ms 单点时限:1000ms 内存限制:512MB 描述 A small frog wa ...
分类:
其他好文 时间:
2018-11-17 17:05:10
阅读次数:
179
其实不止是yii框架可以用, 因为只是一个类库使用,在哪个框架都可以用 前期准备 1.在七牛注册账号https://portal.qiniu.com/signup/choice 2.创建空间https://portal.qiniu.com/bucket(记住存储空间名称和存储区域) 3.创建秘钥ht ...
分类:
Web程序 时间:
2018-11-16 18:50:54
阅读次数:
551
怎么在Linux上抓包分析 1、在Linux上抓包 例如在Ubuntu上,用命令抓包, tcpdump tcp -i any -s0 -w desk.cap 用 sz desk.cap 把数据包导入本地Windows 2、在windows上用wireshark分析 用wireshark打开desk. ...
分类:
系统相关 时间:
2018-11-16 18:24:10
阅读次数:
174
TCP 、UDP 、IP、 ICMP协议报文格式分析 Tcp报文格式: Wireshark抓包如图: 源端口/目的端口(16bit): 在TCP报文中包涵了源端口/目的端口,源端口标识了发送进程,目的端口标识了接收方进程。由上图可以看出在此报文中我们的源端口号是54160, 目的端口是cichlid ...
分类:
其他好文 时间:
2018-11-16 13:29:49
阅读次数:
245