Date: 2025-01-31
Last update: 2025-03-09
How to get files and content over NEX protocol
----------------------------------------------
Check any plain text file just with netcat is the most simple option.
echo /path/filename.txt | nc morena.rip 1900
or pipe it into viewer/pager for example less
echo /path/filename | nc morena.rip 1900 | less
Get any file (jpg, mp3, pdf, whatever)
echo /path/filename.pdf | nc morena.rip 1900 > nameofsavedfile.pdf
Do the same inside telnet or netcat session
telnet morena.rip 1900
/path/filename
Using web proxy at http://portal.mozz.us
Using some broken NEX browser ;/
---------------------------------------------------------------------
Every change is a menace to stability.