http://halfway-neko.i2p/log/1711800000.html?i2paddresshelper=XeeEcrjZBSZvLCLt32HWWojBguqcQNIfCcYnLhCSpV3LHMHvq-3nkdVw3DGoJYEQnLEpbhLEH~KwUXs42auWcbRedx895ciACwHpMBnchqCYvYeqKNOnMnlZkpSGJNNSRXAcUM48WLh7v6PscDCDKQFN8KVo9n6OBm0KKQjmaQjIN3unappXVvN90d0Q6tWjftn1mTtm2Is4sYYM3glXr47IXPjTha~XW6Ex5wNqtD7pR5rNN5g5Xcpww2teT~mo52Z1xFE5g7ZgK3rHRVnShmolLNwU2VT1ZGqI5X74Tq6DPu6itln3SYyF6db-X
and then i thought " hmm, i wonder if i could write my own http request???? " so i pull up a terminal, (relearn how netcat works), and then type this: printf " GET / HTTP/1.0\r\n\r\n " | nc x.x.x.x 80 and it just WORKS... HTTP/1.0 200 OK
Content-Type: text/html
ETag: " 2888739140 " Last-Modified: Sun, 31 Mar 2024 12:10:55 GMT
Content-Length: 2890
Connection: close
Date: Sun, 31 Mar 2024 12:49:04 GMT
Server: lighttpd/1.4.59 < !