cheat_sheets_nc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cheat_sheets_nc [2023/01/12 00:33] – [NetCat (nc)] 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 | ||
+ | </ | ||
---- | ---- | ||
Line 47: | Line 58: | ||
**Source**: [[https:// | **Source**: [[https:// | ||
- | ==== Ncat ==== | + | ---- |
+ | |||
+ | ====== Ncat ====== | ||
[[https:// | [[https:// | ||
+ | * I has a variety of different capabilities... | ||
+ | * SSL | ||
+ | * Proxies | ||
+ | * SendMail | ||
+ | * Chain together Ncat sessions for pivoting. | ||
If you need a statically compiled version of ncat.exe that you can just drop on a Windows system and use without having to run any installer or copy over extra library files: [[https:// | If you need a statically compiled version of ncat.exe that you can just drop on a Windows system and use without having to run any installer or copy over extra library files: [[https:// | ||
Line 57: | Line 75: | ||
If you need a portable version of a newer Ncat release, see the [[ https:// | If you need a portable version of a newer Ncat release, see the [[ https:// | ||
- | ---- | ||
cheat_sheets_nc.1673483597.txt.gz · Last modified: by gman