This writeup is a continuation of "DLL Exploits Part-I : StrongName Signing and Authenticode Signing". This part covers modification of original DLL and understanding the disadvantages of StrongName signing and advantages of Authenticode signing by hands-on experiments.
Windows DLLs can be signed using two mechanisms; StrongName Signing and Authenticode Signing. In this part we will see how we can add StrongName and Authenticode Signing to Windows executables and their pros and cons.
Windows Communication Foundation (WCF), which is a unified programming model for building service-oriented applications. It enables developers to build secure, reliable, transacted solutions that integrate across platforms and interoperate with existing investments.
Exfiltrating website details from server side via injecting javascript payload into IronPdf PDF generator.
Burp extensions gives you power to automate unique dynamic security testing scenarios. In this article, we will see the dev setup needed to start developing burp extension in Java using VS Code as IDE.