From 2266b7e92fd04516ff2f714f616e86a93b9803e7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 9 Apr 2023 13:36:34 +0300 Subject: Update content for html --- testpage.html | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) (limited to 'testpage.html') diff --git a/testpage.html b/testpage.html index 4d0c41bb..e0ee588d 100644 --- a/testpage.html +++ b/testpage.html @@ -42,12 +42,35 @@
jo

-
-if [ -f "foo" ]; then
+
+
if [ -f "foo" ]; then
     echo foo
-else
+else
     echo bar
-fi
+fi
+
+
+ +
# Jo
+❯ exec 5<>/dev/tcp/google.de/80
+❯ echo -e "GET / HTTP/1.1\nhost: google.de\n\n" >&5
+❯ cat <&5 | head
+HTTP/1.1 301 Moved Permanently
+Location: http://www.google.de/
+Content-Type: text/html; charset=UTF-8
+Date: Thu, 18 Nov 2021 08:27:18 GMT
+Expires: Sat, 18 Dec 2021 08:27:18 GMT
+Cache-Control: public, max-age=2592000
+Server: gws
+Content-Length: 218
+X-XSS-Protection: 0
+X-Frame-Options: SAMEORIGIN
 

Foo0
-- cgit v1.2.3