HTTP Latch
Trigger the Latch
This page controls a small program, running in a remote computer and stopping
execution of scripts. By entering the secret, you will close this program in
the remote computer, and resume script execution.
Note that the password is transmitted quite securely as a salted hash.
Latch Triggered
The latch has been triggered, and is not running anymore, unless the owner of
the remote computer restarted it (in that case refresh this page).
About
This page controls a small program, running in a remote computer and stopping
execution of scripts. By entering the secret, you will close this program in
the remote computer, and resume script execution.
In windows, you can use it as follows:
:loop
HTTP_Latch.exe --password-file myPass.txt
goto
loop
Or if you are using linux, you would do something like:
while
[ 1 ]
do
http_latch -pf /usr/home/myPass.txt
done
Note that in the above scripts, myPass.txt is a plain-text
file with a predefined password, at the first line. The rest of the file
is ignored. Note that this is used to avoid passing password by commandline,
as the process is expected to run for extended periods of time.
Made by -tHE SWINe- using ÜberLame technology.
This work also uses some interesting third party technologies, namely: