Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0xflotus <0xflotus@gmail.com>2020-05-24 15:22:02 +0300
committerGitHub <noreply@github.com>2020-05-24 15:22:02 +0300
commit7efa291d90ed446c209cfedda581846c1afedebf (patch)
tree623434eb2c27dec1d466d453dcd6f2074430ae8a
parente7a2b9d79aff340f2745ebdb3d1df611eae0265e (diff)
(docs): fixed possible typo error
in www.insecure.org/nmap
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index bee5f38..ca622cc 100644
--- a/README.adoc
+++ b/README.adoc
@@ -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)
----