You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update documentation and code to follow coding convention
ProjectDiscovery code usually follows the rule "Words in names
that are initialisms or acronyms (e.g., URL and NATO) should have
the same case." (defined in https://google.github.io/styleguide/
go/decisions.html#initialisms) SOCKS5 is most commonly written in
all-caps, just like HTTP.
This commit updates the documentation and code to all use the same
style when refering to SOCKS5 as well as adhere to the coding
convention. This commit also updates some other style errors.
Signed-off-by: MJ Kim <mjkim610@gmail.com>
Swiss Army Knife Proxy for rapid deployments. Supports multiple operations such as request/response dump, filtering and manipulation via DSL language, upstream HTTP/Socks5 proxy.
25
+
Swiss Army Knife Proxy for rapid deployments. Supports multiple operations such as request/response dump, filtering and manipulation via DSL language, upstream HTTP/SOCKS5 proxy.
26
26
Additionally, a replay utility allows to import the dumped traffic (request/responses with correct domain name) into BurpSuite or any other proxy by simply setting the upstream proxy to proxify.
27
27
28
28
# Features
@@ -60,7 +60,7 @@ proxify -h
60
60
This will display help for the tool. Here are all the switches it supports.
61
61
62
62
```console
63
-
Swiss Army Knife Proxy for rapid deployments. Supports multiple operations such as request/response dump,filtering and manipulation via DSL language, upstream HTTP/Socks5 proxy
63
+
Swiss Army Knife Proxy for rapid deployments. Supports multiple operations such as request/response dump,filtering and manipulation via DSL language, upstream HTTP/SOCKS5 proxy
flagSet.SetDescription(`Swiss Army Knife Proxy for rapid deployments. Supports multiple operations such as request/response dump,filtering and manipulation via DSL language, upstream HTTP/Socks5 proxy`)
74
+
flagSet.SetDescription(`Swiss Army Knife Proxy for rapid deployments. Supports multiple operations such as request/response dump,filtering and manipulation via DSL language, upstream HTTP/SOCKS5 proxy`)
0 commit comments