Difference between revisions of "ASP.NET Security"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title== Security Issues to be address in ASP.NET threat models and PEN testing. ==Certificate== *error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO...")
 
(Certificate)
 
Line 3: Line 3:
  
 
==Certificate==
 
==Certificate==
*error Interop+Crypto+OpenSslCryptographicException: error:2006D080:BIO routines:BIO_new_file:no such file
+
* [https://blog.liquidsec.net/2021/06/01/asp-net-cryptography-for-pentesters/ Pen testing for ASP.NET] primarily focused on .net framework up trough version 4.
** [https://github.com/dotnet/runtime/issues/36333 The certificate file cannot be opened,] be sure it is in the right folder (/ASP.NET/Https/) and that you have permissions to open it
 
  
 
==References==
 
==References==

Latest revision as of 11:25, 16 June 2021

Full Title

Security Issues to be address in ASP.NET threat models and PEN testing.

Certificate

References