diff --git a/navigation.md b/navigation.md index 7b0a063..12013c9 100644 --- a/navigation.md +++ b/navigation.md @@ -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]() diff --git a/persistence/multi/index.md b/persistence/multi/index.md new file mode 100644 index 0000000..92d2d28 --- /dev/null +++ b/persistence/multi/index.md @@ -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." \ No newline at end of file diff --git a/2besorted/cats/ncat.md b/persistence/multi/ncat.md similarity index 100% rename from 2besorted/cats/ncat.md rename to persistence/multi/ncat.md diff --git a/2besorted/cats/netcat.md b/persistence/multi/netcat.md similarity index 100% rename from 2besorted/cats/netcat.md rename to persistence/multi/netcat.md diff --git a/2besorted/cats/socat.md b/persistence/multi/socat.md similarity index 100% rename from 2besorted/cats/socat.md rename to persistence/multi/socat.md