Scanning a Filesystem for Files with Weak Restrictions

Howto find world writable files that could be attacked on your server?

find / -type f \( ! -user root -perm -o+w \) -print