Hands-On Ethical Hacking and Network Defense, Third Edition 5-5
Fping
1. Use Figures 5-5 and 5-6 to illustrate the use of Fping, a command-line tool that allows
you to ping multiple IP addresses simultaneously. Fping can accept a range of IP
Hping
1. Explain the use of Hping for ping sweeping. It is important to note that Hping allows
2. Emphasize that security professionals should spend some time learning and
Crafting IP Packets
1. Describe the advantages of crafting packets when trying to find out information about a
network host and its running services. Packets contain fields for source IP addresses,
Understanding Scripting
1. Define a script as a customized computer program that automates otherwise time
Scripting Basics
1. Explain that scripting is similar to DOS batch programming. A script or batch file is a
text file containing a multiple commands that can be executed by just providing the
name of the script (or batch) file. Good candidates for scripting are repetitive tasks
involving several commands.