Back to Freecodecamp

Task 89

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f50874f536e80d63b170b2.md

latest1.9 KB
Original Source
<!-- (audio) Jake: We should also check to see if there's any evidence of brute force attacks or SQL injection attempts. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We should also check to see if there's any evidence of BLANK or BLANK.

--blanks--

brute force attacks

--feedback--

This three-word phrase refers to a break into accounts using repeated password attempts.


SQL injection attempts

--feedback--

This three-word phrase refers to an attack which involves inserting malicious code. The first word stands for Structured Query Language.

--explanation--

Brute force attacks are when hackers try multiple passwords until they find the right one. For example:

The system detected a brute force attack on the login page. - The attack tried many password guesses to break in.

SQL injection attempts happen when hackers try to insert malicious SQL code to access or modify a database. For example:

The firewall stopped two SQL injection attempts. - Someone tried to hack the database using harmful code.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-2.mp3",
      "startTime": 1,
      "startTimestamp": 59,
      "finishTimestamp": 64.24
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.24,
      "dialogue": {
        "text": "We should also check to see if there's any evidence of brute force attacks or SQL injection attempts.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.74
    }
  ]
}