William Vu 2018-07-10 18:34:21 -05:00
parent 1f0535618d
commit 3dda19f3c6
1 changed files with 5 additions and 4 deletions

View File

@ -19,10 +19,11 @@ module MetasploitModule
'Name' => 'Unix Command Shell, Reverse TCP (/dev/tcp)',
'Description' => %q{
Creates an interactive shell via bash's builtin /dev/tcp.
This will not work on most Debian-based Linux distributions
(including Ubuntu) because they compile bash without the
/dev/tcp feature.
},
This will not work on circa 2009 and older Debian-based Linux
distributions (including Ubuntu) because they compile bash
without the /dev/tcp feature.
},
'Author' => 'hdm',
'License' => MSF_LICENSE,
'Platform' => 'unix',