(docs): fixed possible typo error

in www.insecure.org/nmap
This commit is contained in:
0xflotus 2020-05-24 14:22:02 +02:00 committed by GitHub
parent e7a2b9d79a
commit 7efa291d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ it supports SOCKS4, SOCKS5 and HTTP CONNECT proxy servers.
dynamic order (smart exclude dead proxies from chain)
* You can use it with any TCP client application, even network scanners
yes, yes - you can make portscan via proxy (or chained proxies)
for example with Nmap scanner by fyodor (www.insecire.org/nmap).
for example with Nmap scanner by fyodor (www.insecure.org/nmap).
----
proxychains nmap -sT -PO -p 80 -iR (find some webservers through proxy)
----