Hardest Hacking Interview Preparation Guide
Download PDF

Hacking is a criminal act, The terms hack and hacking are also used to refer to a modification of a program or device to give the user access to features that were otherwise unavailable, such as by circuit bending. It is from this usage that the term hacking is often used to refer to more nefarious criminal uses such as identity theft, credit card fraud or other actions categorized as computer crime. So get start preparation for a job interview related to the Hacking

56 Hacking Questions and Answers:

Table of Contents:

Hardest  Hacking Job Interview Questions and Answers
Hardest Hacking Job Interview Questions and 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.

11 :: What is Keylogger Trojan?

Keylogger Trojan is malicious software that can monitor your keystroke, logging them to a file and sending them off to remote attackers. When the desired behaviour is observed, it will record the keystroke and captures your login username and password.

12 :: Define Mac Flooding?

Mac Flooding is a technique where the security of given network switch is compromised. In Mac flooding the hacker or attacker floods the switch with large number of frames, then what a switch can handle. This make switch behaving as a hub and transmits all packets at all the ports. Taking the advantage of this the attacker will try to send his packet inside the network to steal the sensitive information.

13 :: What is Defacement?

In this technique the attacker replaces the organization website with a different page. It contains the hackers name, images and may even include messages and background music.

14 :: What is Pharming?

In this technique the attacker compromises the DNS ( Domain Name System) servers or on the user computer so that traffic is directed to a malicious site.

15 :: List the types of Cross site scripting?

There are three types of Cross-site scripting:
★ Non-persistent
★ Persistent
★ Server side versus DOM based vulnerabilities

16 :: Define Cross-site scripting?

Cross site scripting is done by using the known vulnerabilities like web based applications, their servers or plug-ins users rely upon. Exploiting one of these by inserting malicious coding into a link which appears to be a trustworthy source. When users click on this link the malicious code will run as a part of the client's web request and execute on the user's computer, allowing attacker to steal information.

17 :: What is DHCP Rogue Server?

A Rogue DHCP server is DHCP server on a network which is not under the control of administration of network staff. Rogue DHCP Server can be a router or modem. It will offer users IP addresses , default gateway, WINS servers as soon as user's logged in. Rogue server can sniff into all the traffic sent by client to all other networks.

18 :: List the common forms of DOS attack?

★ Buffer Overflow Attacks
★ SYN Attack
★ Teardrop Attack
★ Smurf Attack
★ Viruses

19 :: What is DOS (Denial of service) attack?

Denial of Service, is a malicious attack on network that is done by flooding the network with useless traffic. Although, DOS does not cause any theft of information or security breach, it can cost the website owner a great deal of money and time.

20 :: How to avoid or prevent ARP poisoning?

ARP poisoning can be prevented by following methods:
Packet Filtering:
Packet filters are capable for filtering out and blocking packets with conflicting source address information.
Avoid trust relationship:
Organization should develop protocol that rely on trust relationship as little as possible.
Use ARP spoofing detection software:
There are programs that inspects and certifies data before it is transmitted and blocks data that is spoofed.
Use cryptographic network protocols:
By using secure communications protocols like TLS, SSH, HTTP secure prevents ARP spoofing attack by encrypting data prior to transmission and authenticating data when it is received.

21 :: What is ARP Spoofing or ARP poisoning?

ARP (Address Resolution Protocol) is a form of attack in which an attacker changes MAC ( Media Access Control) address and attacks an internet LAN by changing the target computer's ARP cache with a forged ARP request and reply packets.

22 :: Define SQL injection?

SQL is one of the technique used to steal data from organizations, it is a fault created in the application code. SQL injection happens when you inject the content into a SQL query string and the result mode content into a SQL query string, and the result modifies the syntax of your query in ways you did not intend.

23 :: What is Network Sniffing?

A network sniffer monitors data flowing over computer network links. By allowing you to capture and view the packet level data on your network, sniffer tool can help you to locate network problems. Sniffers can be used for both stealing information off a network and also for legitimate network management.

24 :: List the types of computer based social engineering attacks?

Computer based social engineering attacks are:
★ Phishing
★ Baiting
★ On-line scams

25 :: Define Phishing?

Phishing technique involves sending false e-mails, chats or website to impersonate real system with aim of stealing information from original website.
Hacking Interview Questions and Answers
56 Hacking Interview Questions and Answers