進階搜尋
搜尋結果
找到了 603 個結果
【AS-REP Roasting】Rubeus
# /nowrap,以防止將新行添加到生成的AS-REP哈希 PS C:\Users\jeff> cd C:\Tools PS C:\Tools> .\Rubeus.exe asrepr...
【Windows】【弱掃】Seatbelt
Seatbelt 是一個 C# 項目,從進攻性和防禦性安全角度執行許多面向安全的主機調查「安全檢查」。 # 下載 wget https://github.com/r3motecontrol/...
【cron】沒有依排程執行
檢查服務 # systemctl status crond ● crond.service - Command Scheduler Loaded: loaded (/usr/lib/...
version `GLIBCXX_3.4.20' not found 解决方法
https://www.jianshu.com/p/050b2b777b9d
Prometheus PromQL
Prometheus 相關資源
官方範例設定檔 prometheus-book prometheus實戰
Grafana 下拉選單(prometheus)
prometheus prometheus 設定檔,新增自訂label
【PortScan】Masscan
Masscan是網路大規模的連接埠掃描儀。它可以在5分鐘內掃描整個互聯網,每秒從一台機器上傳輸1000萬個資料包(和掃描者的頻寬有關,掃描速率高容易誤報) https://github.com...
【 Mac】安裝netdata
$ brew update $ brew install netdata $ brew services start netdata # prometheus 格式 http://10....
【PowerShell】相關資源
別人整理的筆記https://sdwh.dev/posts/2020/09/PowerShell-CheatSheet/
【powershell】【自訂】ldap search
function1.ps1 function LDAPSearch { param ( [string]$LDAPQuery ) $PDC ...
【Tunneling】dnscat2
原生 dnscat2 https://teamssix.com/210608-150224.html https://github.com/iagox86/dnscat2 kali ...
【轉載】Emotet病毒惡意文件分析實例
https://www.uuu.com.tw/Public/content/article/21/20210308.htm 主要是想寫 cyberchef 組合用法,有空再整理
【Tunneling】Chisel
# kali下載 wget https://github.com/jpillora/chisel/releases/download/v1.8.1/chisel_1.8.1_linux_amd...
Grafana alerting
https://www.cnblogs.com/liugp/p/17003484.html
Actuator+Prometheus+Grafana監控視覺化簡介
https://www.tpisoftware.com/tpu/articleDetails/2446 pom.xml 需增加以下依賴: <dependency> <groupId>o...
【powershell】【橫移】PsExec
# 使用帳密連線至另一主機 .\PsExec64.exe -i \\WEB04 -u corp\jen -p Nexus123! cmd
【Windows】登入方法
密碼 取得方法: 密碼噴灑 crackmapexe hash破解 # impacket-GetUserSPNs => Kerberoasting攻擊 取得hash # hashc...
【Windows】【提權】Get-ObjectAcl 搜尋自己可管理帳號
Get-NetUser 找到自己 sid # 方法一 PS C:\Tools> Get-NetUser -Identity stephanie logoncount ...
【Lua】使用map 做全域變數
http { map $server_name $redis_server { default 10.10.10.1; example.com 10...