User:E.zn/hackpact: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="float:right"> | |||
__TOC__ | |||
</div> | |||
<br clear=all> | |||
<div style="font-family:monospace; font-size:14px; background-color:#071918; color:white; padding:10px"> | <div style="font-family:monospace; font-size:14px; background-color:#071918; color:white; padding:10px"> | ||
====-==== | |||
Line 72: | Line 76: | ||
</div> | </div> | ||
<div style="font-family:monospace; font-size:14px; background-color:black; color:white; padding:10px"> | <div style="font-family:monospace; font-size:14px; background-color:black; color:white; padding:10px"> | ||
====-==== | |||
Revision as of 13:44, 6 November 2020
-
- - 1 -------------------------------------------------------------------------------------------
- - Running a web server on RPi at my place and hosting leverburns.blue
- - Using Terminado to access the terminal on the server via browser [many thanks to Michael]
lynx http://www.webleedlikeg.com/
-
- - 2 -------------------------------------------------------------------------------------------
- Send lib.txt to 192.168.1.xxx over port 45788 using netcat
nc 192.168.1.xxx 45788 < lib.txt
- Receive lib.txt over port 45788
nc -l 45788 > lib.txt
- Send text over url
echo '///////////////////' | nc leverburns.blue 33872
- Receive the message on a web server over 33872
nc -l 33872