1.生成ca 證書ca.crt和ca 私有key openssl req -newkey rsa:2048 -keyout ca.key -nodes -out ca.crt...
ReplicaController與Supervisor區(qū)別:Supervisor只管理單機單進程,前者管理多結(jié)點多進程。 StatefulSets保證多個唯一性:pod名稱...
1.查詢 目標版本和目標版本之后的一個版本commit git log v_destination..v_destination + 1,用于查詢跟security bug...
網(wǎng)絡安全是個大雜燴,啥都要接觸,特別是滲透。這道題學到東西比較多。 1.nodejs 項目依賴下載 npm install --save xxx@version 2.node...
原始文章https://www.slideshare.net/databricks/deep-dive-into-the-new-features-of-apache-spa...
https://docs.cloudera.com/runtime/7.2.10/yarn-reference/topics/yarn-fs-cs-features.html
第一次做usb數(shù)據(jù)分析,記錄一下 http://wiki.wireshark.org/USB[http://wiki.wireshark.org/USB] http://ww...
htb chase題發(fā)現(xiàn)很多知識盲點 1.wireshark follow 可以看會話,原來做某一ctf網(wǎng)站時用過,忘記了。 2.red team工具集: https://w...
open存在openat syscall execve存在execveat syscall read存在readv syscall write存在writev syscall...
這道題很有意思,格式化漏洞利用,遺漏知識點 1.main的返回地址是__libc_start_main_ret(有些機器通過__libc_start_main獲取不到libc...
#!/usr/bin/env python # -*- coding: utf-8 -*- # This exploit template was generated via...
stream recvmsg要檢測sock狀態(tài)為TCP_ESTABLISHED,接收數(shù)據(jù)時,可跨越多個數(shù)據(jù)包,接收指定size數(shù)據(jù),或者至少SO_RCVLOWAT大?。J1...
數(shù)據(jù)包sk_buff包括數(shù)據(jù)及控制信息(48字節(jié)cb字段),接收數(shù)據(jù)存入msghdr,控制信息在msghdr->msg_controll部分,理解msg_controll參考...