noxxi / p5-ssl-tools

various standalone perl scripts
199 stars 78 forks source link

Script #7

Closed JPL0908 closed 10 years ago

JPL0908 commented 10 years ago

I need to be able to run this script using a specific proxy script. How can that be done...or can it?

noxxi commented 10 years ago

Sorry, but I don't understand what you mean. Can you give more details?

JPL0908 commented 10 years ago

We have a proxy on place, and I have to use a proxy script to get out to the internet. So in ie I use that script. Is there a way to use a proxy script in this code?

Jay Lockhart - iPhone

On Apr 19, 2014, at 12:44 AM, "Steffen Ullrich" notifications@github.com<mailto:notifications@github.com> wrote:

Sorry, but I don't understand what you mean. Can you give more details?

— Reply to this email directly or view it on GitHubhttps://github.com/noxxi/p5-scripts/issues/7#issuecomment-40861656.

noxxi commented 10 years ago

I guess you mean a *.pac file, which is JavaScript where you put the target URL in and get the proxy to use out. But my perl script does not execute any JavaScript, so you need to determine the proxy yourself. But once you determined the proxy you can use -starttls http_connect:... to use the proxy (for example look into usage)

JPL0908 commented 10 years ago

using the exact usage from the script:

C:>perl C:\Applications\SCRI_Heartbleed\check-ssl-heartbleed.pl --starttls http_connect:www.google.com:443 proxy:8000

I get the following message:

ERROR: invalid starttls protocol http_connnnect:www.google.com:443

Can you help?

Thanks again.

noxxi commented 10 years ago

The example was wrong, it must be http_proxy. It's fixed now. Thanks for reporting the problem.

JPL0908 commented 10 years ago

Thank you. Works perfectly now.

From: Steffen Ullrich [mailto:notifications@github.com] Sent: Monday, April 21, 2014 11:41 AM To: noxxi/p5-scripts Cc: Lockhart Jay Subject: Re: [p5-scripts] Script (#7)

The example was wrong, it must be http_proxy. It's fixed now. Thanks for reporting the problem.

— Reply to this email directly or view it on GitHubhttps://github.com/noxxi/p5-scripts/issues/7#issuecomment-40950391.