Home Tags Malicious code

Tag: malicious code

New Open Source Tool To Identify Malicious Code in Dependencies

0
GitLab recently announced the release of new open source tool ‘Package Hunter’ designed to assist software developers identify malicious code in their projects’ dependencies....

GNU Binutils: A Collection of Binary Tools

2
With years of experience as a systems programming engineer, I've realised that to be a great artist of programming, you must understand the basics...

Securing Apache, Part 9: Attacks that Target PHP-based Instances

3
Beginning with Part 1 of this series, we have covered all major attacks on Web applications and servers, with examples of vulnerable PHP code....

Securing Apache, Part 8: DoS & DDoS Attacks

6
In this part of the series, we focus on DoS/DDoS attacks, which have been among the major threats to Web servers since the beginning...

Securing Apache, Part 2: XSS Injections

2
In the previous article in this series, we started our journey to a secured Apache by dissecting its internals. We then looked at various...