Update Examples

This commit is contained in:
rvrsh3ll
2022-10-19 21:30:42 -04:00
parent 2dc7bc2113
commit f2bdb820a4
+9
View File
@@ -201,11 +201,20 @@ Use an SSL connection.
The maximum concurrent threads to execute.. The maximum concurrent threads to execute..
.PARAMETER WebProxy
Specify an http proxy
.PARAMETER ProxyPort
Specify the http proxy port
.EXAMPLE .EXAMPLE
C:\PS> Find-Fruit -Rhosts 192.168.1.0/24 -Port 8080 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 -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 .NOTES