Does anyone know of a tool that allows the code of an HTTPS file to be displayed in(or dumped from) command or something similar.
Essentially, I'm trying to monitor an https web site for a certain snippet of code condition.
|
Does anyone know of a tool that allows the code of an HTTPS file to be displayed in(or dumped from) command or something similar. Essentially, I'm trying to monitor an https web site for a certain snippet of code condition. |
||||
|
|
|
There are two popular command-line tools that do this, wget and curl. Either should do what you want. They are both freely available for Unix, Linux and Windows. Curl: http://curl.haxx.se/ |
|||
|
|