It’s actually harder to detect that. The *
is expanded before the arguments are sent to rm
, so it just sees a list of directories like /bin /usr /dev /sbin /home
and so on.
You could implement logic to detect that case, but at that point you’re just playing whackamole.
Does it increase fingerprinting? I imagine there might be some non-user-agent way to determine the OS. Like with image handling or whatever.
It’s probably more unique and suspicious for a linux browser to pretend to be Windows than a Linux system disclosing itself as Linux.