How does container get random names?

When creating a container without specifying a name, have you wondered how Docker assigns random names to it? Primary identifier for containers is the container ID, you can do almost every operation with that but for us, for humans, using a name is less robotic. Container-based system employs randomly generated strings, consisting lowercase letters. This however have a pattern, with the first part being an adjective and the second part being the surname of a notable scientist or hacker.
Read more →

hackRIT : SQLi+Privilege Escalation Vulnerabilities

hackRIT : SQLi+Privilege Escalation Vulnerabilities

In October 2016, I discovered serious vulnerabilities in my college’s internal website. Bugs were related to bypassing administrator privileges, Insecure direct object references (IDOR) and SQL injection that could lead to sensitive information leakage.