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:
authorAdam Hamsik <haaaad@gmail.com>2020-07-21 23:38:47 +0300
committerGitHub <noreply@github.com>2020-07-21 23:38:47 +0300
commit48c7a005e648923f2bb561e0be826842d9779e3a (patch)
tree623434eb2c27dec1d466d453dcd6f2074430ae8a
parente7a2b9d79aff340f2745ebdb3d1df611eae0265e (diff)
parent7efa291d90ed446c209cfedda581846c1afedebf (diff)
Merge pull request #100 from 0xflotus/patch-1
(docs): fixed possible typo error
-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)
----