前言
以上介紹 2種建立 metasploit meterpreter session 的方式,
1.利用 Server 對外漏洞
2.建立惡意的檔案讓受害者去執行
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 驗證登入成功後,取回該參數。
今天要將 VMDK 轉到 VHD 時,從網路下載 Microsoft Virtual Machine Converter 3.0 Zip 檔案。
下載解壓縮後,開啟 PowerShell 執行 Import-Module ,卻出現 Import-Module : Could not load file or assembly ‘file:///C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.dll’ or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) 的錯誤。
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