improve linpeas
This commit is contained in:
parent
573acee58c
commit
9f8563c751
@ -19,4 +19,7 @@ check_az_app(){
|
|||||||
if [ -d "/opt/microsoft" ] && env | grep -iq "azure"; then
|
if [ -d "/opt/microsoft" ] && env | grep -iq "azure"; then
|
||||||
is_az_app="Yes"
|
is_az_app="Yes"
|
||||||
fi
|
fi
|
||||||
|
if [ -n "$IDENTITY_ENDPOINT" ] && echo "$IDENTITY_ENDPOINT" | grep -q "/token" && [ -n "$IDENTITY_HEADER" ]; then
|
||||||
|
is_az_app="Yes"
|
||||||
|
fi
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user