

NMAP Open Ports, Active Services Tests
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
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++ 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++. →