From 151a0524dcbe0c2b3af6ad6443a521b82d7b946f Mon Sep 17 00:00:00 2001 From: webbreacher Date: Thu, 6 Feb 2014 19:56:25 -0500 Subject: [PATCH] Moved the 'cats' to the persistence dir and added nav item and an index page. --- navigation.md | 1 + persistence/multi/index.md | 7 +++++++ {2besorted/cats => persistence/multi}/ncat.md | 0 {2besorted/cats => persistence/multi}/netcat.md | 0 {2besorted/cats => persistence/multi}/socat.md | 0 5 files changed, 8 insertions(+) create mode 100644 persistence/multi/index.md rename {2besorted/cats => persistence/multi}/ncat.md (100%) rename {2besorted/cats => persistence/multi}/netcat.md (100%) rename {2besorted/cats => persistence/multi}/socat.md (100%) 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