Recon Website

Looking at Page

When we first first the page It looks as shown below:

firefox --url https://ginandjuice.shop/

Looking at the hidden directory

Accessed /admin

circle-exclamation

Upon discovering a hint on the website indicating potential vulnerabilities, I will consider this information as a preliminary scan report.

Important things to consider:

Let's Try to exploit it one by one.

Exploring Terms:

JavaScript event handlers

JavaScript events are actions that occur when a user interacts with the browser, such as clicking a button, hovering over an element, or submitting a form. JavaScript provides many event listeners to handle these interactions. Examples include onclick, onmouseover, onkeydown, and more. The functions that execute in response to these events are called JavaScript event handlers.

Last updated

Was this helpful?