Update 3_procs_crons_timers_srvcs_sockets.sh

This commit is contained in:
Peter Melniček 2022-01-09 17:55:39 +01:00 committed by GitHub
parent 8c67152e17
commit cb81dbf02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ else
echo "" echo ""
#-- PCS) Binary processes permissions #-- PCS) Binary processes permissions
print_2title "Binary processes permissions (non 'root root' and not beloging to current user)" print_2title "Binary processes permissions (non 'root root' and not belonging to current user)"
print_info "https://book.hacktricks.xyz/linux-unix/privilege-escalation#processes" print_info "https://book.hacktricks.xyz/linux-unix/privilege-escalation#processes"
binW="IniTialiZZinnggg" binW="IniTialiZZinnggg"
ps auxwww 2>/dev/null | awk '{print $11}' | while read bpath; do ps auxwww 2>/dev/null | awk '{print $11}' | while read bpath; do
@ -303,4 +303,4 @@ if [ "$dbuslist" ]; then
fi fi
done done
else echo_not_found "busctl" else echo_not_found "busctl"
fi fi