Fixing remote exploit. Thanks to Evil_Bob. I love you too! - annna - Annna the … | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit dadc36321d8193771dd720e0c0e8d07855dc53c8 | |
parent a552990a34ab1e9c35ae75d009f1af05ebed9aaa | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Mon, 2 Apr 2018 16:34:30 +0200 | |
Fixing remote exploit. Thanks to Evil_Bob. I love you too! | |
Diffstat: | |
M annna-start-services | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -92,7 +92,7 @@ then | |
if [ -n "$uri" ]; | |
then | |
urititle="$(curl-grabtitle "${uri}" \ | |
- | tr '\n' ' ' \ | |
+ | tr '[:cntrl:]' ' ' \ | |
| sed 's@^ *@@')" | |
if [ -n "$urititle" ]; | |
then |