Run your first directory scan
Gobuster's main mode is 'dir'. Give it -u (the target URL) and -w (a wordlist) and it requests each word as a path, printing the ones that return. /admin and /backup here are not linked from the homepage — Gobuster finds them anyway.
gobuster dir -u http://10.10.10.10 -w common.txt