Tag Archives: security

security

Security – XXE external entity attack.

XXE known ad XML eXternal Entities is an application security weakness by compromised data processed by an insecurely configured XML parser. XML files may contain the document type definition known as DTD, which describes the structure of an XML file. DTD allows us to define and use XML entities. Let’s see one example:

If… Read More »

Security – uBlock Origin wide-spectrum blocker.

uBlock Origin is NOT an “ad blocker”: it is a wide-spectrum blocker — which happens to be able to function as a mere “ad blocker”. The default behavior of uBlock Origin when newly installed is to block ads, trackers and malware sites — through EasyList, EasyPrivacy, Peter Lowe’s ad/tracking/malware servers, Online Malicious URL Blocklist, and… Read More »

Security – Plugins menu not showing in WordPress.

Today in my development area I saw the plugins menu not showing in WordPress. The main reason was:

This can be changed to false. Security WordPress keys are random and complicated you can use the online generator on this website. More settings for WordPress can be found on the official website.

Security – Detecting malware in Linux.

This tool is provided by R-fx Networks.

Change this row to scan_user_access=1 Now you can run it:

Security – Fix Data Execution Prevention (DEP).

The tutorial is about Data Execution Prevention (DEP). Note: For Riva installations that use the Novell Windows client and Novell GroupWise client, Data Execution Prevention (DEP) should be disabled. Open a Command Prompt using Run as Administrator and use the commands for enabling or disable the DEP Enable Data Execution Prevention (DEP) completely:

Disable… Read More »

Security – What’s the Wow6432Node?

If you see this under Wow6432Node the HKEY_LOCAL_MACHINE\SOFTWARE registry subkey, then is not an error. The operating system uses this key to present a separate view of HKEY_LOCAL_MACHINE\SOFTWARE for 32-bit applications that run on a 64-bit version of Windows. When a 32-bit application queries a value under the HKEY_LOCAL_MACHINE\SOFTWARE\ subkey, the application reads from the… Read More »