How can I use the file command on an output from netcat?
For example:
nc 192.168.1.1 1234
dGhpcyBpcyBhIHNhbXBsZSBzdHJpbmc=
dGhpcyBpcyBhIHNhbXBsZSBzdHJpbmc= being the output, (sample base64 for the purpose of the example).
How can this be done?