Moved the 'cats' to the persistence dir and added nav item and an index page.

This commit is contained in:
webbreacher 2014-02-06 19:56:25 -05:00
parent cff1bf259e
commit 151a0524dc
5 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,7 @@
* [Windows](persistence/windows/index.md)
* [Linux](persistence/linux/index.md)
* [OSX](persistence/osx/index.md)
* [Universal](persistence/multi/index.md)
[Pivoting]()

View File

@ -0,0 +1,7 @@
# Universal Persistence Commands
Commands that help you maintain control over a compromised system.
* [ncat](ncat.md) - "Ncat is a feature-packed networking utility which reads and writes data across networks from the command line."
* [netcat](netcat.md) - The original and venerable "swiss-army knife" of network communications tools.
* [socat](socat.md) - "socat is a relay for bidirectional data transfer between two independent data channels."