前言
成功透過 Metasploit 建立 meterpreter session 時,可以透過 hashdump
將 Security Accounts Manager (SAM) 資料 dump 出來,但如果使用者的權限不足,這時就需要提升權限。
可以透過 metasploit Suggester 來掃看看受害電腦可能有那些被提權的攻擊模組,
或是查看有那些有漏洞的 Service 可以讓我們以它的身份建立 meterpreter session。
Hello! 我是 RM
我們有一個 ASP.NET Core 的系統,跑一跑就會有 System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. 的錯誤。但是它的 Max Pool Size 已經設定到了 6,000 ,還是會噴錯。
那系統中一定有沒有關掉的 Connection 才會如此 …
同事在練習 將 Microsoft 驗證程式庫納入 ASP.NET MVC Web 應用程式 時,想要在 AccountController 的 SignIn() 中,在轉址到 Azure AD 驗證登入前先存入某些參數,然後在 Azure AD 驗證登入成功後,取回該參數。
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true