登入失敗: 未授與使用者這個電腦所要求的登入類型。
Learn More →
用系統管理員身分開啟powershell
後輸入命令
Get-Service vmcompute | Restart-Service
再去開啟wsl
就會發現正常了
假設寫一個叫做 test123<!-- -->.py 的腳本
May 2, 2025腳本基本結構
Apr 25, 2025當手動測試確定存在注入但是SQLmap檢測不到時
Apr 25, 2025基本必須參數(快速) # 單純只掃網站根目錄 # 例如 http://example.com/home/page,只掃 http://example.com/ dirsearch -u "http://example.com/" 常用參數 # 使用情境通常發生在,某些登入後的頁面或部分資源才可以存取,不加cookie就存取不到 # 當然也有些網站即使沒登入,但是沒cookie一樣存取不到 --cookie "SESSION_ID=xxx;abc=xxx;" # POST data
Apr 8, 2025or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up