User:E.zn/hackpact: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 1: Line 1:
<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 21: Line 20:




::::[[File:fail.gif|250px|left]]
::[[File:fail.gif|250px|left]]
</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>
Line 54: Line 53:




</div>
<div style="background-color:white;">
</div>
<div style="font-family:monospace; font-size:14px; background-color:black; color:white; padding:10px">
:- 2 -------------------------------------------------------------------------------------------
:: Send lib.txt to 192.168.1.xxx over port 45788
:::::::::<pre style="background-color:#335035; border:none">nc 192.168.1.xxx 45788 < lib.txt</pre>
:: Receive lib.txt over port 45788
:::::::::<pre style="background-color:white; border:none">nc -l 45788 > lib.txt</pre>
<div style="width:45%; float:right;>
[[File:nc_3.png|550px|right]]
</div>
</div>
</div>

Revision as of 00:56, 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]







Fail.gif
lynx http://www.webleedlikeg.com/
Ack 1.png
Ack 2.png






















- 2 -------------------------------------------------------------------------------------------


Send lib.txt to 192.168.1.xxx over port 45788
nc 192.168.1.xxx 45788 < lib.txt
Receive lib.txt over port 45788
nc -l 45788 > lib.txt
Nc 3.png