Skip to content

Commit ee83c23

Browse files
authored
Update 16_Crontab_UI_misconfig.sh
1 parent bdcebad commit ee83c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linPEAS/builder/linpeas_parts/4_procs_crons_timers_srvcs_sockets/16_Crontab_UI_misconfig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if ! [ "$SEARCH_IN_FOLDER" ]; then
9898
if [ -n "$basic_user" ] || [ -n "$basic_pwd" ]; then
9999
uprint="$basic_user"
100100
pprint="$basic_pwd"
101-
[ -n "$basic_pwd" ] && pprint=$(mask_secret "$basic_pwd")
101+
[ -n "$basic_pwd" ] && pprint="$basic_pwd"
102102
echo " └─ Basic-Auth credentials in Environment: user='${uprint}' pwd='${pprint}'" | sed -${E} "s,pwd='[^']*',${SED_RED_YELLOW},g"
103103
fi
104104

0 commit comments

Comments
 (0)