HTTP protocol specifies that arbitrary binary characters can be passed within the URL by using %xx notation, where 'xx' is the
Reveal answer details Close answer details
Correct answerC
EC-COUNCIL · ECSAv8
Preview real exam questions, verified answers and available explanations before choosing a study plan.
|
Single choice
HTTP protocol specifies that arbitrary binary characters can be passed within the URL by using %xx notation, where 'xx' is the Reveal answer details Close answer detailsCorrect answerC
Single choice
When you are running a vulnerability scan on a network and the IDS cuts off your connection, what type of IDS is being used? Reveal answer details Close answer detailsCorrect answerB
Single choice
Fuzz testing or fuzzing is a software/application testing technique used to discover coding errors and security loopholes in software, operating systems, or networks by inputting massive amounts of random data, called fuzz, to the system in an attempt to make it crash. Fuzzers work best for problems that can cause a program to crash, such as buffer overflow, cross-site scripting, denial of service attacks, format bugs, and SQL injection. Fuzzer helps to generate and submit a large number of inputs supplied to the application for testing it against the inputs. This will help us to identify the SQL inputs that generate malicious output. Suppose a pen tester knows the underlying structure of the database used by the application (i.e., name, number of columns, etc.) that she is testing. Which of the following fuzz testing she will perform where she can supply specific data to the application to discover vulnerabilities? Reveal answer details Close answer detailsCorrect answerC
Single choice
A firewall's decision to forward or reject traffic in network filtering is dependent upon which of the following? Reveal answer details Close answer detailsCorrect answerD Explanation References:
Single choice
Port numbers are used to keep track of different conversations crossing the network at the same time. ![]() Port numbers above 1024 are considered which one of the following? Reveal answer details Close answer detailsCorrect answerC Explanation References:
Single choice
John, a penetration tester, was asked for a document that defines the project, specifies goals, objectives, deadlines, the resources required, and the approach of the project. Which of the following includes all of these requirements? Reveal answer details Close answer detailsCorrect answerA Explanation Explanation: Rfere
Single choice
Internet Control Message Protocol (ICMP) messages occur in many situations, such as whenever a datagram cannot reach the destination or the gateway does not have the buffering capacity to forward a datagram. Each ICMP message contains three fields: type, code, and checksum. Different types of Internet Control Message Protocols (ICMPs) are identified by a type and code field. ![]() Which of the following ICMP messages will be generated if the destination port is not reachable? Reveal answer details Close answer detailsCorrect answerD
Single choice
By default, the TFTP server listens on UDP port 69. Which of the following utility reports the port status of target TCP and UDP ports on a local or a remote computer and is used to troubleshoot TCP/IP connectivity issues? Reveal answer details Close answer detailsCorrect answerA Explanation References:
Single choice
Which of the following external pen testing tests reveals information on price, usernames and passwords, sessions, URL characters, special instructors, encryption used, and web page behaviors? ![]() Reveal answer details Close answer detailsCorrect answerC Explanation References:
Single choice
Phishing is typically carried out by email spoofing or instant messaging and it often directs users to enter details at a fake website whose look and feel are almost identical to the legitimate one. Phishing is an example of social engineering techniques used to deceive users, and exploits the poor usability of current web security technologies. Attempts to deal with the growing number of reported phishing incidents include legislation, user training, public awareness, and technical security measures. ![]() What characteristics do phishing messages often have that may make them identifiable? Reveal answer details Close answer detailsCorrect answerD
Single choice
Identify the injection attack represented in the diagram below: ![]() Reveal answer details Close answer detailsCorrect answerC Explanation References:
Single choice
Which of the following scan option is able to identify the SSL services? Reveal answer details Close answer detailsCorrect answerB Explanation References:
Single choice
In which of the following firewalls are the incoming or outgoing packets blocked from accessing services for which there is no proxy? Reveal answer details Close answer detailsCorrect answerD Explanation References:
Single choice
Which of the following equipment could a pen tester use to perform shoulder surfing? Reveal answer details Close answer detailsCorrect answerA Explanation References:
Single choice
Windows stores user passwords in the Security Accounts Manager database (SAM), or in the Active Directory database in domains. Passwords are never stored in clear text; passwords are hashed and the NTLM and LM authentication protocols are used to securely store a user's password in the SAM database ![]() The SAM file in Windows Server 2008 is located in which of the following locations? Reveal answer details Close answer detailsCorrect answerA
Single choice
The IP protocol was designed for use on a wide variety of transmission links. Although the maximum length of an IP datagram is 64K, most transmission links enforce a smaller maximum packet length limit, called a MTU. The value of the MTU depends on the type of the transmission link. The design of IP accommodates MTU differences by allowing routers to fragment IP datagrams as necessary. The receiving station is responsible for reassembling the fragments back into the original full size IP datagram. IP fragmentation involves breaking a datagram into a number of pieces that can be reassembled later. The IP source, destination, identification, total length, and fragment offset fields in the IP header, are used for ![]() The fragment offset is 13 bits and indicates where a fragment belongs in the original IP datagram. This value is a: Reveal answer details Close answer detailsCorrect answerC Explanation References:
Single choice
Which of the following is not the SQL injection attack character? Reveal answer details Close answer detailsCorrect answerB
Single choice
A penetration tester performs OS fingerprinting on the target server to identify the operating system used on the target server with the help of ICMP packets. ![]() While performing ICMP scanning using Nmap tool, message received/type displays "3 ?Destination Unreachable[5]" and code 3. Which of the following is an appropriate description of this response? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which of the following policies helps secure data and protects the privacy of organizational information? Reveal answer details Close answer detailsCorrect answerC
Single choice
Which of the following attacks is an offline attack? Reveal answer details Close answer detailsCorrect answerA Explanation References:
Single choice
Which of the following policy forbids everything with strict restrictions on all usage of the company systems and network? Reveal answer details Close answer detailsCorrect answerB
Single choice
Traceroute is a computer network diagnostic tool for displaying the route (path) and measuring transit delays of packets across an Internet Protocol (IP) network. It sends a sequence of three Internet Control Message Protocol (ICMP) echo request packets addressed to a destination host. The time-to-live (TTL) value, also known as hop limit, is used in determining the intermediate routers being traversed towards the destination. ![]() During routing, each router reduces packets' TTL value by Reveal answer details Close answer detailsCorrect answerB Explanation References:
Single choice
Packet filtering firewalls are usually a part of a router. In a packet filtering firewall, each packet is compared to a set of criteria before it is forwarded. Depending on the packet and the criteria, the firewall can: i)Drop the packet ii)Forward it or send a message to the originator ![]() At which level of the OSI model do the packet filtering firewalls work? Reveal answer details Close answer detailsCorrect answerD Explanation References: |