Maojui

ChatGPT API 腳本 | Python

AI ChatGPT API Python
懶人腳本自行申請 api token 之後便可使用 : 123456789101112131415161718192021222324252627282930import openaifrom secret import apikeyprint("使用情形: https://pla ...
Read more

Midjourney 咒語產生器 | ChatGPT

AI ChatGPT Midjourney
Midjourney假設你想要一隻在森林吃蛋糕的貓: 1A cute cat is eating the cake on a plate in the forest. ChatGPT 產生以下內容在實際描述,填入你希望產生的圖片後,貼給 ChatGPT : 12345678910111 ...
Read more

Docker (useradd) | Linux

實用小 code Linux
Read more

滑鼠相關 (Cursor) | CSS

實用小 code CSS
Cursor selection: 被滑鼠反白後的東西,背景顏色 1234::selection{ background: #870808; color: #ffb7b7;} 滑鼠的樣式 .auto { cursor: aut ...
Read more

線性漸層 (Linear gradient) | CSS

實用小 code CSS
.content-arrow{ display: flex; justify-content: center; font-size:100px; margin-top:-25px; } .content-text{ display: flex; ...
Read more

攻擊伺服器 | 快速與服務溝通

實用小 code 蒐集資料 駭客 netcat ftp http socat Port-scanning
檔案傳輸 (Transferring files) http server 12python -m SimpleHTTPServer 8080python3 -m http.server 8080 ftp server 12python -m pyftpdlib -p 2121 - ...
Read more

攻擊伺服器 | 小技巧 - Proxy

實用小 code 蒐集資料 駭客 Proxy ssh socks
Socks SSH Socks 1ssh -D 1337 -q -C -N [email protected] Edit 1echo "socks5 127.0.0.1 1337" >> /etc/proxychains4.conf proxycha ...
Read more

攻擊伺服器 (五) | 提權 - Linux

實用小 code 駭客 Linux 提權
PEASS-ng/linPEAS at master · carlospolop/PEASS-ng CheckListChecklist - Linux Privilege Escalation AnacronIf some jobs execute by root S ...
Read more

攻擊伺服器 (五) | 提權相關 - Windows

實用小 code 駭客 Windows 提權
Juicy Potato (abusing the golden privileges)Process creation mode depending on the impersonated user’s privileges you can choose from: CreatePro ...
Read more

攻擊伺服器 (四) | 蒐集受害者資料

實用小 code 駭客 Linux Windows
收集更多受害者資料 系統資訊 (版本、作業系統、可執行的檔案、內往鄰近電腦) 利用可執行檔案的漏洞進行提權 目標: 提權 擴張 佔領 LinuxSystem 資訊12345678910111213envcat /proc/versioncat /etc/issuecat /et ...
Read more
Prev Next