cheat_sheets_nc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
cheat_sheets_nc [2023/01/12 00:35] – [Ncat] gman | cheat_sheets_nc [2023/01/12 00:52] (current) – [NetCat (nc)] gman | ||
---|---|---|---|
Line 30: | Line 30: | ||
< | < | ||
+ | Send output from a listener to a text file: | ||
+ | |||
+ | < | ||
+ | nc -nvlp [port number] > filename.txt | ||
+ | </ | ||
+ | |||
+ | Send output from a text file to a remote machine: | ||
+ | |||
+ | < | ||
+ | nc [IP Address] [port] < filename.txt | ||
+ | </ | ||
---- | ---- |
cheat_sheets_nc.1673483729.txt.gz · Last modified: by gman