CSS quiz 7 AKTU PRUTOR - Scifi Curoisity
  • CSS quiz 7 AKTU PRUTOR


     


    Q:1. ____ is a type of permission in an unix file which can be assigned to a ______.

    1.
    2.
    3.->
    4.
    Reason : Write is a type of permission in an unix file which can be assigned to a user and The permissions of a file are the first line of defense in the security of a Unix system. The basic building blocks of Unix permissions are the read, write, and execute permissions
    Q:2. Which of the following statement is correct for access token ?
    1.
    2.
    3. ->
    4.
    Reason: Impersonation tokens are a type of personal access token that can only be created by an admin for a specific user. They are a great fit if you want to build applications or scripts that authenticate with the API as a specific user. ... For more information, refer to the users API docs.

    Q:3. Making a user click on something, disguised as something else, is known as ?
    1. ->
    2.
    3.
    4.
    Reason: Clickjacking (classified as a User Interface redress attack, UI redress attack, UI redressing) is a malicious technique of tricking a user into clicking on something different from what the user perceives, thus potentially revealing confidential information or allowing others to take control of their computer while.

    Q:4. _____ is a process to break into password protected system.
    1.
    2. ->
    3.
    4.
    Reason: a brute-force attack consists of an attacker submitting many passwords or passphrases with the hope of eventually guessing correctly. The attacker systematically checks all possible passwords and passphrases until the correct one is found and Brute force attack the following is one of the technically simplest processes of gaining access to any password-protected system.

    Q:5. For chromium browser, which of the following statement is false ?
    1.
    2.
    3.
    4. ->

    Reason: Chromium's architecture has two modules: a rendering engine and a browser kernel. At a high level, the render- ing engine is responsible for converting HTTP responses and user input events into rendered bitmaps, whereas the browser kernel is responsible for interacting with the oper- ating system.
  • You might also like

    No comments :

    Post a Comment

Featured

CSS Quiz 8 AKTU Prutor

  Q:1.  Password should be combination of ____. (according to the video lecture). 1. Lower case letters only 2. Memorable names and dates 3....

Tags

Recommended Posts

randomposts

Trending This Week

CSS quiz 4 aktu

  Q:1.  If we talk about control hijacking, which of the following is true ? 1. In Buffer overflow attacks, stack based attacks are more common than heap based attack. 2.-> Integer overflow attacks is not a type of control hijacking. 3. Format string vulnerabilities are used to prevent control hijacking. 4. All of the above Reason :      I nteger overflow  occurs when you attempt to store inside an  integer  variable a value that is larger than the maximum value the variable can hold.   Q:2.  If we mark the stack and heap segement as non executable, 1. No code will execute. 2. return-oriented programming will also not be able to exploit it. 3.-> we can prevent overflow code execution. 4. All of the above. Reason :   If we mark the stack and heap segement as non executable, we can prevent overflow code execution. because Overflow code execution can be prevented by marking the stack and heap segments as non-executable . Q:3. ...

How to integrate Git bash With Vs code

  # Integrated-VS-code-with-git-bash Let's See How to integrate git bash with vs code  > first you need to oopen setting > sarch setting.json  > then in last you have to paste like these  >      "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe"  Now you will able to use git bash terminal in vs code 

Featured