Merge pull request #100 from 0xflotus/patch-1

(docs): fixed possible typo error
This commit is contained in:
Adam Hamsik 2020-07-21 22:38:47 +02:00 committed by GitHub
commit 48c7a005e6
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)
----