1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 21:09:00 +00:00

Removes trailing spaces in 69 files. Closes #971.

This commit is contained in:
rewanth
2017-08-23 08:52:40 +00:00
parent 1c8e232bb3
commit 6ee953a5ff
69 changed files with 409 additions and 409 deletions

View File

@@ -7,7 +7,7 @@
# able to access your newly spawned SOCKS4
# server.
#
# Obviously, these IP addresses are pretty
# Obviously, these IP addresses are pretty
# useless to most people. It is an example
# afterall. :)
#

View File

@@ -2,5 +2,5 @@ These are various scripts that demonstrate some
potential usage for Ncat.
If you find a neat usage for Ncat and possibly
write a few lines of code to automate something,
write a few lines of code to automate something,
then please email them over to Chris Gibson (chris@linuxops.net)

View File

@@ -2,7 +2,7 @@ HTTP-SCAN with Ncat
~~~~~~~~~~~~~~~~~~~
This is a simple exercise that uses a small amount of
scripted automation that will throw out the banner
scripted automation that will throw out the banner
information of n number of hosts listed in the file "iplist".
Ncat uses the "get.request" HTTP header to get the newly
@@ -10,5 +10,5 @@ connected webserver to tell you about itself.
Usage: ./scan-example
Variables to change: None, but you may want to change "iplist"
Variables to change: None, but you may want to change "iplist"
to other more informative hosts.