|
|
|
|
|
by 1vuio0pswjnm7
1666 days ago
|
|
This sure seems like a weakness of the so-called "modern" web browser. Simpler, safer clients and proxies have no trouble dealing with a server that is (deliberately) too slow. For example, curl curl -y3 -4o 1.jpg https://youcantdownloadthisimage.online/lisa.jpg
tnftp ftp -q3 -4o 1.jpg https://youcantdownloadthisimage.online/lisa.jpg
links xy(){ tmux send "$@" ;};
xy "links https://youcantdownloadthisimage.online/lisa.jpg";
xy Enter;
sleep 2;
xy s;
xy Enter;
tmux capture -t3 -p|grep -q Overwrite &&
xy o;
sleep 1;
xy a;
xy q;
xy y;
haproxy frontend bs
bind ipv4@127.0.0.1:80
use_backend bs if { base_reg youcantdownloadthisimage.online/lisa.jpg }
backend bs
timeout server 420ms
server bs ipv4@137.135.98.207:443 ssl force-tlsv13 ca-file /etc/ssl/certs/ca-certificates.crt verify required
|
|