Musings
-
Try Hack Me – Advent of Cyber 3 – Day 4 – Fuzzing
What is Fuzzing? Fuzzing is an automated means of testing an element of a web application until the application gives a vulnerability or valuable information. When we are…
4 min read
-
Try Hack Me – Advent of Cyber 3 – Day 5 – XSS
What is an XSS vulnerability? Cross-Site Scripting (XSS) is an injection attack where malicious JavaScript gets injected into a web application with the intention of being executed by…
4 min read
-
Try Hack Me – Advent of Cyber 3 – Day 6 – Local File Inclusion
What is a Local File Inclusion (LFI) vulnerability? It is a web application vulnerability that allows the attacker to include and read local files on the server. These…
4 min read
-
Try Hack Me – Advent of Cyber 3 – Day 7 – NoSQL Injection
What is NoSQL? A NoSQL database refers to a non-relational database that is short for non SQL and Not only SQL. It is a data-storing and data-retrieving system.…
4 min read
-
Try Hack Me – Advent of Cyber 3 – Day 8 – Windows Logs, Powershell, and Directories
Packet analysis is a technique used to capture and intercept network traffic that passes the computer’s network interfaces. Packet analysis may also be called with different terms such…
4 min read