From 914b8deb62d480f217c46e1113ab484ca892b911 Mon Sep 17 00:00:00 2001 From: Mari Wahl Date: Tue, 7 Oct 2014 13:45:28 -0400 Subject: [PATCH] some small fixes --- Cryptography/ROT_13_EASY.md | 4 ++++ Memory_Exploits/shellspawn | 1 + 2 files changed, 5 insertions(+) create mode 100644 Cryptography/ROT_13_EASY.md create mode 100644 Memory_Exploits/shellspawn diff --git a/Cryptography/ROT_13_EASY.md b/Cryptography/ROT_13_EASY.md new file mode 100644 index 0000000..db7f1d3 --- /dev/null +++ b/Cryptography/ROT_13_EASY.md @@ -0,0 +1,4 @@ +VAR=$(cat data.txt) +echo "$VAR" +alias rot13="tr A-Za-z N-ZA-Mn-za-m" +echo "$VAR" | rot13 diff --git a/Memory_Exploits/shellspawn b/Memory_Exploits/shellspawn new file mode 100644 index 0000000..5823f90 --- /dev/null +++ b/Memory_Exploits/shellspawn @@ -0,0 +1 @@ +1ÀPh//shh/bin‰ãP‰âP‰á° Í€ \ No newline at end of file