码迷,mamicode.com
首页 >  
搜索关键字:cmcc portal 、wireshark    ( 2257个结果
JDBC连接MariaDB:数据传输加密
环境:win7+springboot+mybatis+mariadb需求说明:未做安全加固前用wireshark抓包:可以很明显看到用户名、数据库和 SQL,这种情况是有安全风险的。1.下载openssl官网上面是源码,需要自己编译,可以到http://slproweb.com/products/W... ...
分类:数据库   时间:2018-11-19 12:37:33    阅读次数:469
ubuntu 18.04安装wireshark
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
misc_
隐写的一些常见的考点 ...
分类:其他好文   时间:2018-11-19 11:00:59    阅读次数:147
VOIP RTP RTSP 实现 Baresip 源码分析
RTP 使用 udp 进行数据传输,udp 是不能保证,数据包一定可以到达的,也不提供时序。同时还有 MTU 限制。 RTCP 用来配合 RTP 提供,传输报告,会话建立和退出。 有几关键问题: 1,udp 怎么建立 2, 声音定时器多少时间传输入一次 3, 丢包问题 下面使用 Wireshark ...
分类:其他好文   时间:2018-11-18 11:30:40    阅读次数:147
tshark statistic inform, print protocol hierarchy
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
Wireshark 常用的几个过滤写法
Wireshark 常用的几个过滤写法
分类:其他好文   时间:2018-11-17 23:22:00    阅读次数:197
Frog and Portal(思维好题)
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
yii2上传七牛图片(超详细)
其实不止是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上抓包分析
怎么在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 、UDP 、IP、 ICMP协议报文格式分析 Tcp报文格式: Wireshark抓包如图: 源端口/目的端口(16bit): 在TCP报文中包涵了源端口/目的端口,源端口标识了发送进程,目的端口标识了接收方进程。由上图可以看出在此报文中我们的源端口号是54160, 目的端口是cichlid ...
分类:其他好文   时间:2018-11-16 13:29:49    阅读次数:245
2257条   上一页 1 ... 45 46 47 48 49 ... 226 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!