Skip to content

opensumware/proxy-test

Repository files navigation

Build Status Quality Gate Status

Proxy Test Tool

Deploy

./gradlew shadowJar

Run

cd build/libs
java -jar proxy-test.jar -h your.proxy.server -p 3128 -t https://example.com

Options

--disableSSL

   Disable SSL Verification
   Default: true

--help

   Print usage instructions
   Default: false

--user-agent

   User Agent
   Default: Mozilla/5.0

* -h

   Proxy Host

* -p

   Proxy Port
   Default: 3128

-u

   Proxy Username

-P

   Proxy Password   

* -t

   Target URL to test

About

🧪 🛠️ Proxy Test using Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages