NMAP Open Ports, Active Services Tests NMAP Open Ports, Active Services Tests
Cyber Security #Cyber Attack Tools #Penetration Testing #Vulnerability Assessment

NMAP Open Ports, Active Services Tests

18 September 2025 Thursday

One of the first steps to ensure the security of a website is to control the running services, open ports and take precautions against any attacks that may come from them. NMAP (Network Mapper), developed by Gordon Lyon in 1997, is an important cyber security discovery tool.

Why Wordpress is Bad Software Why Wordpress is Bad Software
Project Management #Vulnerability Assessment #Seo #Core Web Vitals

Why Wordpress is Bad Software

18 September 2025 Thursday

Wordpress isn't bad, it's crappy software. But this is not wordpress specific. In all ready-made software, such problems can be experienced due to plugins and themes.

C++ Memory Management: Dynamic Allocation, Data Cleanup and Smart Pointers C++ Memory Management: Dynamic Allocation, Data Cleanup and Smart Pointers
Programming #Information Security #Vulnerability Assessment

C++ Memory Management: Dynamic Allocation, Data Cleanup and Smart Pointers

18 September 2025 Thursday

C++ is a high performance programming language that never dies in Desktop Programming, Game Programming, Embedded Programming and Web Software. The promises of beauty come with great difficulties. Of these challenges, the most critical issue for performance and security is memory management in C++.