X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml_tips;h=34e2e8ffba52d16a3f4d452faf275711c871803a;hb=5ea36996e45d4ce9fd55f6a07f49f5a22bd774aa;hp=29df0c6891add4f5e29c126112088cfe1fb7cd0b;hpb=66608faad46ca83cf25808895d1f479033363a24;p=grml-tips.git diff --git a/grml_tips b/grml_tips index 29df0c6..34e2e8f 100644 --- a/grml_tips +++ b/grml_tips @@ -627,7 +627,7 @@ Read BIOS: -- Read HTTP via netcat: -echo -e "GET / HTTP/1.0\r\n\r\n" | netcat $DOMAIN 80 +echo -e "GET / HTTP/1.1\r\nHost: $DOMAIN\r\n\r\n" | netcat $DOMAIN 80 -- Get X ressources for specific program: