摘要:
WifiDog:A captive portal suiteWhat is it composed of ?A: It is composed of 2 components:The client is a daemon process - this gets installed on every ... 阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
摘要:
WifiDog:A captive portal suiteWhat is it composed of ?A: It is composed of 2 components:The client is a daemon process - this gets installed on every ... 阅读全文
摘要:
TCP的几个状态对于我们分析所起的作用。在TCP层,有个FLAGS字段,这个字段有以下几个标识:SYN, FIN, ACK, PSH, RST, URG.其中,对于我们日常的分析有用的就是前面的五个字段。它们的含义是:SYN表示建立连接,FIN表示关闭连接,ACK表示响应,PSH表示有 DATA数据... 阅读全文
|