Interviewer And Interviewee Guide
Interviews Quizzes

Essential Hacking Interview Questions & Answers:

1. List the types of ethical hackers?

The types of ethical hackers are:
★ Grey Box hackers or Cyberwarrior
★ Black Box penetration Testers
★ White Box penetration Testers
★ Certified Ethical hacker

2. How to stop website getting hacked?

By adapting following method you can stop your website from getting hacked:
Sanitizing and Validating users parameters:
By Sanitizing and Validating user parameters before submitting them to the database can reduce the chances of being attacked by SQL injection.
Using Firewall:
Firewall can be used to drop traffic from suspicious IP address if attack is a simple DOS.
Encrypting the Cookies:
Cookie or Session poisoning can be prevented by encrypting the content of the cookies, associating cookies with the client IP address and timing out the cookies after some time.
Validating and Verifying user input:
This approach is ready to prevent form tempering by verifying and validating the user input before processing it.
Validating and Sanitizing headers:
This techniques is useful against cross site scripting or XSS, this technique includes validating and sanitizing headers, parameters passed via the URL, form parameters and hidden values to reduce XSS attacks.

3. what are the tools Burp Suite consist of?

The tools that Burp Suite has:
★ Proxy
★ Spider
★ Scanner
★ Intruder
★ Repeater
★ Decoder
★ Comparer
★ Sequencer

4. What is Burp Suite?

Burp suite is an integrated platform used for attacking web applications. It consists of all the Burp tools required for attacking an application. Burp Suite tool has same approach for attacking web applications like framework for handling HTTP request, upstream proxies, alerting, logging and so on.

5. What is CSRF (Cross Site Request Forgery)?

CSRF or Cross site request forgery is an attack from a malicious website that will send a request to a web application that a user is already authenticated against from a different website. To prevent CSRF you can append unpredictable challenge token to each request and associate them with user's session. It will ensure the developer that the request received is from a valid source.

6. What are the types of hacking stages?

The types of hacking stages are:
★ Gaining AccessEscalating
★ PrivilegesExecuting
★ ApplicationsHiding
★ FilesCovering Tracks

7. What are the types of password cracking techniques?

The types of password cracking technique includes:
★ AttackBrute Forcing
★ AttacksHybrid
★ AttackSyllable
★ AttackRule

8. What is MIB?

MIB ( Management Information Base ) is a virtual database. It contains all the formal description about the network objects that can be managed using SNMP. The MIB database is hierarchical and in MIB each managed objects is addressed through object identifiers (OID).

9. What is NTP?

To synchronize clocks of networked computers, NTP (Network Time Protocol) is used. For its primary means of communication UDP port 123 is used. Over the public internet NTP can maintain time to within 10 milliseconds.

10. Define Enumeration?

The process of extracting machine name, user names, network resources, shares and services from a system. Under Intranet environment enumeration techniques are conducted.

Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.