From f2bdb820a4ddfe20a5e05517afbfaae5ebeeae9e Mon Sep 17 00:00:00 2001 From: rvrsh3ll Date: Wed, 19 Oct 2022 21:30:42 -0400 Subject: [PATCH] Update Examples --- Find-Fruit.ps1 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Find-Fruit.ps1 b/Find-Fruit.ps1 index 0057d51..0e213a3 100644 --- a/Find-Fruit.ps1 +++ b/Find-Fruit.ps1 @@ -201,11 +201,20 @@ Use an SSL connection. The maximum concurrent threads to execute.. +.PARAMETER WebProxy + +Specify an http proxy + +.PARAMETER ProxyPort + +Specify the http proxy port + .EXAMPLE C:\PS> Find-Fruit -Rhosts 192.168.1.0/24 -Port 8080 C:\PS> Find-Fruit -Rhosts 192.168.1.0/24 -Path dictionary.txt -Port 8443 -UseSSL +C:\PS> Find-Fruit -Rhosts 192.168.1.0/24 -Port 8080 -WebProxy 127.0.0.1 -ProxyPort 8080 .NOTES