From 22a820b12e9bb0e6847a2534c0cdc6d47ed01504 Mon Sep 17 00:00:00 2001 From: dmacias72 Date: Sat, 28 Jan 2017 01:22:22 -0700 Subject: [PATCH] update command line plugin --- plugins/cmdline.plg | 10 +++++++--- plugins/cmdline.xml | 6 +++++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/plugins/cmdline.plg b/plugins/cmdline.plg index 8e92a4c1..cc63ef4e 100755 --- a/plugins/cmdline.plg +++ b/plugins/cmdline.plg @@ -3,7 +3,7 @@ - + @@ -22,6 +22,10 @@ This Plugin installs and controls shellinabox for unRaid 6.1 All dependencies a ##&name; ###&version; +- update security for XSS and CSRF vulnerabilities +- strip down screenfetch for slackware/unRAID +- add unRAID version to screenshot +###2017.01.22 - update shellinabox unofficial to latest v2.20 - add: security patches - fix: suppress var.ini parse error @@ -170,7 +174,7 @@ else echo "-----------------------------------------------------------" echo " &name; has been installed." echo " This plugin requires Dynamix webGui to operate" - echo " Copyright 2017, &author;" + echo " Copyright 2015-2017, &author;" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" @@ -195,7 +199,7 @@ rm -f &plgPATH;/*.txz \ echo "" echo "-----------------------------------------------------------" echo " &name; has been removed." -echo " Copyright 2017, &author;" +echo " Copyright 2015-2017, &author;" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" diff --git a/plugins/cmdline.xml b/plugins/cmdline.xml index eeee47a3..07664224 100644 --- a/plugins/cmdline.xml +++ b/plugins/cmdline.xml @@ -11,8 +11,12 @@ Command Line implements Shell In A Box. A web server that can export arbitrary c http://lime-technology.com/forum/index.php?topic=42683.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/cmdline.png -2017.01.22 +2017.01.28 +###2017.01.28 +- update security for XSS and CSRF vulnerabilities +- strip down screenfetch for slackware/unRAID +- add unRAID version to screenshot ###2017.01.22 - update shellinabox unofficial to latest v2.20 - add: security patches