User:E.zn/hackpact: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
:- 1 ------------------------------------------------------------------------------------------- | :- 1 ------------------------------------------------------------------------------------------- | ||
<div style="width:40%; float:left;> | <div style="width:40%; float:left;"> | ||
:- Running a web server on RPi at my place and hosting [http://leverburns.blue/ leverburns.blue] | :- Running a web server on RPi at my place and hosting [http://leverburns.blue/ leverburns.blue] | ||
:- Using Terminado to access the terminal on the server via browser [many thanks to Michael] | :- Using Terminado to access the terminal on the server via browser [many thanks to Michael] | ||
Line 23: | Line 23: | ||
</div> | </div> | ||
:::::::::::::::::::::::::::<pre style="background-color:#335035; border:none">lynx http://www.webleedlikeg.com/</pre> | :::::::::::::::::::::::::::<pre style="background-color:#335035; border:none">lynx http://www.webleedlikeg.com/</pre> | ||
<div style="width:45%; float:right;> | <div style="width:45%; float:right;"> | ||
[[File:ack_1.png|550px|right]] | [[File:ack_1.png|550px|right]] | ||
[[File:ack_2.png|550px|right]] | [[File:ack_2.png|550px|right]] | ||
Line 83: | Line 83: | ||
<div style="width:45%; float:right;> | <div style="width:45%; float:right;"> | ||
[[File:nc_3.png|550px|right]] | [[File:nc_3.png|550px|right]] | ||
</div> | </div> |
Revision as of 00:23, 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