当前位置:网站首页>Misc-traffic analysis of CTF
Misc-traffic analysis of CTF
2022-07-30 06:32:00 【[email protected]】
1. Traffic Packet Repair
Online tools: http://f00l.de/hacking/pcapfix.php (Traffic packet exception repair pcap package)
2. Export HTTP objects
After exporting, you can view the objects in the HTTP transmission process, and the flag may be hidden
3. Protocol Analysis
(1) HTTP
Hyper Text Transfer Protocol, also known as Hypertext Transfer Protocol is an application layer protocol for distributed, collaborative and hypermedia information systems.
HTTP is the basis for data communication on the World Wide Web.
Common Type: Packet Behavior Analysis
Flag information hiding
Sql injection message
File download message
…
(2) HTTPS
HTTPs = HTTP + SSL / TLS. The information transmission between the server and the client will be encrypted by TLS, so the transmitted data is encrypted data
Common Type: Information Hiding
Ssl decryption
Trace Flow Analysis
Remote data manipulation
…
4, WIFI password cracking
Use kali's aircrack-ng kit
aircrack-ng -w /usr/share/wordlists/zd.txt /root-02.cap
版权声明
本文为[[email protected]]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/211/202207300539173720.html
边栏推荐
猜你喜欢
随机推荐
第一篇博客
用h1~h5标题时候,但是如果不要加粗的效果,处理方法如下
CTF之misc-其他类型隐写
【Typescript】学习笔记(三)之接口与泛型的使用
npm install和npm install --save
函数解剖——深挖getchar()与putchar()
Qt对动态库(*.dll)的封装以及使用
453.最小操作数使数组元素相等
MongoDB快速入门与基本使用
中间件cors三行代码解决跨域问题GET,POST跨域访问解决
C语言自定义类型一网打尽(结构体、位段/位域、枚举、联合体)
函数解剖——深挖printf()与scanf()
art-template模板引擎过滤器的使用【入门简单使用篇】
sqli-labs靶场 SQL注入学习 Less-1
C语言(入门篇一)
Dcat Admin 安装
BaseDAO的抽取
[PASECA2019]honey_shop
连接云服务器Docker中的Mysql 详细图文操作(全)
flask-socketio实现的网页聊天室(一)








