首页 > TAG信息列表 > 1.102

Wireshark抓包分析协议

Wireshark抓包分析协议 1. 下载、安装Wireshark和启动。 下载网址: https://www.wireshark.org/download.html; 2. Wireshark 开始抓包,使用说明: a) 开始界面: b) wireshark是捕获机器上的某一块网卡的网络包,当你的机器上有多块网卡的时候,你需要选择一个网卡。点击Caputre->In

wireshark的下载安装及使用

一:wireshark的下载官网为:https://www.wireshark.org/download.html 二: 在一步步下载之后最后到达: 安装完毕。最后下载USBPcap 最后下载完成后wireshark就可以使用了。 三: 1:wireshark功能介绍: wireshark能获取HTTP,也能获取HTTPS,但是不能解密HTTPS,所以wireshark看不懂HTTPS

利用 mk-table-checksum 监测 MySQL主从数据一致性操作记录

 前面已经提到了mysql主从环境下数据一致性检查:mysql主从同步(3)-percona-toolkit工具(数据一致性监测、延迟监控)使用梳理今天这里再介绍另一种Mysql数据一致性自动检测工具:Maatkit。(不过Maatkit工具现在已经不维护了,推荐还是使用percona-toolkit工具吧!)Maatkit是一个开源的工具包,

CentOS8 修改SSH端口,禁用root登录,修改SSH协议

[root@centos8 ~]# cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) 1. Create Test SUDO user and add to wheel group.[root@centos8 ~]# useradd testuser[root@centos8 ~]# passwd testuser Changing password for user testuser.New password: Retype ne

抓包工具wiresshark

使用wireshark的人必须了解网络协议,否则就看不懂wireshark wireshark抓包分析实战(第二版) 链接:https://pan.baidu.com/s/1uF1A_PvBWpD7Ih1UQ7-Drw 密码:rbmt wireshark怎么抓包、wireshark抓包详细图文教程   wireshark介绍 wireshark是非常流行的网络封包分析软件,功能十分强大。

linux rsync 远程同步工具

             从 192.168.1.101 copy 数据到 192.168.1.102 rsync -rvl abc.txt  root@192.168.1.102:/opt/   编写xsync 脚本 集群分发脚本小功能                          //执行下面操作                             xsync /opt

Kali学习笔记 - day05

------------恢复内容开始------------ 系统指纹识别 1.还是使用 Nmap工具 root@cliu-kali:~# nmap -O 10.11.62.21 Starting Nmap 7.40 ( https://nmap.org ) at 2019-11-14 17:07 CSTNmap scan report for 10.11.62.21Host is up (0.00060s latency).Not shown: 999 filtered po

ssh无密登录_集群分发脚本xsync

1、ssh免密登录 ssh ip地址 [root@192 ~]# ssh 192.168.1.102 root@192.168.1.102's password: Last login: Mon Feb 18 20:40:28 2019 from 192.168.1.101 免密登录配置 生成公钥和私钥 [root@192 ~]# ssh-keygen -t rsa Generating public/priva