summaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo13
1 files changed, 13 insertions, 0 deletions
diff --git a/todo b/todo
index 588eac18c..c9003c4d7 100644
--- a/todo
+++ b/todo
@@ -69,5 +69,18 @@ profile_syntax.exp (profile syntax)
69fs_chroot.exp (chroot as user) 69fs_chroot.exp (chroot as user)
70private-etc.exp 70private-etc.exp
71 71
728. Disable /dev/tcp in bash. Compiled time: --enable-net-redirections, --disable-net-redirections
73ksh and zsh seem to have it.
72 74
75Tests:
76a)
77cat </dev/tcp/time.nist.gov/13
78
79b)
80exec 3<>/dev/tcp/www.google.com/80
81echo -e "GET / HTTP/1.1\r\nhost: http://www.google.com\r\nConnection: close\r\n\r\n" >&3
82cat <&3
83
84c) A list of attacks
85http://www.lanmaster53.com/2011/05/7-linux-shells-using-built-in-tools/
73 86