A new malware called UULoader is being used by cybercriminals to distribute dangerous tools like Gh0st RAT and Mimikatz, particularly targeting Korean and Chinese speakers. Discovered by the Cyberint Research Team, UULoader is distributed via malicious installers...
OWASP Top 10
The OWASP Top 10 is a list of the most critical security risks to web applications. It is updated periodically to reflect the latest threats and vulnerabilities. Here is the OWASP Top 10 as of 2024: Broken Access Control Description: Issues with access control can...
key points to understand in Software Development Security
1. Code Review Description: A peer-driven process where multiple developers review code to ensure quality and identify defects. It can be manual or automated and is typically performed after code development. Reviews can cover several hundred lines of code per hour....
Terms
1. CSRF (Cross-Site Request Forgery) Description: An attack that exploits the trust a website has in a user's browser by forcing the submission of authenticated requests to a third-party site. This can result in unauthorized actions being performed on behalf of the...
Protection Mechanisms
1. Protection Domain Description: Refers to the execution and memory space assigned to each process. This isolation helps ensure that processes do not interfere with each other's memory or execution, maintaining system stability and security. 2. Trusted Computer Base...
Anti-Virus Detection Methods
Signature-Based Detection: Description: This method involves comparing files against a database of known malware signatures (unique patterns or characteristics of known threats). It works well for detecting known threats but cannot identify new or modified malware...
Latest Post:
Nikto web server scanner
Nikto is an open-source web server scanner included in Kali Linux...
Legal training ground to penetration testing
There are several platforms and websites that allow legal hacking...
Website Footprinting using DIRB
Dirb is a command-line web content scanner included in Kali Linux,...