Cybersecurity Challenge: Look Behind You

We've had a tip-off that the below site, owned by the company 'Barrier Background Checks', has been hacked and a secret message has been placed on it. Can you find it?

(maybe look behind you is a clue?)
(the secret is either hidden literally on the website or in the websites HTML)
(I got the code from the developer tools on chrome)
(I think the area near my question mark might hide something with the links but idk)

Cybersecurity Challenge Look Behind You Weve had a tipoff that the below site owned by the company Barrier Background Checks has been hacked and a secret messag class=
Cybersecurity Challenge Look Behind You Weve had a tipoff that the below site owned by the company Barrier Background Checks has been hacked and a secret messag class=

Respuesta :

Answer:

The hacker, put the secret message in anchor attribute of html

Explanation:

Barrier Background Check" has been hacked by a hacker and they put a secret message.

if you see the behind code of the website, in <a> (attribute where the links of services are given) the class is assigned.

In that class, the hackers have put their code or secret messages and user when clicking on this link, class with executed on the browser, and user-directed toward what is written in the class. This class may either CSS or may contain other codes such as javascript code etc.

if you see the link behind code, there is a class, not a link. This class is written either in the head of HTML or access from other folders and links placed in the head tag.

The proper way of linking some other pages of website or use of anchor tag is given below

<a href="https://example.com">Website</a>

if you want to give link of other page of same website

<a href="../pages/mypage.html">Website</a>

Here, in this scenario, hackers put the class inside the link attribute for putting the secret message on website