A Detail Understanding of DLL Injection AttackWhat Are DLL Files? DLL documents, or Dynamic Link Library documents, incorporate the sources an utility wishes to run successfully. These should encompass photos and a library of executable functions. DLL documents can't be opened via way of means o...Apr 3, 2022·13 min read
A Summary Of Fancy Attack Injection Methods - Part 2In the previous article "A Summary Of Fancy Attack Injection Methods - Part 1", we introduced expression injection. In this article, we will focus on DDE injection and HTML injection. Gossip and talk less, go directly to the topic. DDE Injection Desc...Feb 2, 2022·6 min read
A Summary Of Fancy Attack Injection Methods - Part 1When you hear about injection, perhaps the first thing you think of is SQL injection, but do you know other injection methods? Let's start with the causes of Web injection. The condition of injection is that the server does not verify the user's inpu...Jan 31, 2022·7 min read
PHP - A File Inclusion VulnerabilityDefinition A file inclusion vulnerability is attributable to the PHP function in the files since the incoming file name is not properly tested. This has led to the introduction of developers expect of the file. (Note: The file is recognized as a scri...Jan 31, 2022·10 min read
What is DevSecOps: What Tools for DevSecOpsWhat is DevSecOps? DevSecOps is security as a code culture where you integrate security tools in the DevOps lifecycle. Security as a part of the DevOps process is the only way to mitigate the risks. It is a transformational shift that incorporates se...Dec 8, 2021·4 min read