Ok, so from what I understand your candidates look like this:
.,onetwo.,
in that case you can use hashcat's combinator mode (-a 1) with -j '^,^.' -k '$.$,'
hashcat -a 1 wordlist.txt wordlist.txt -j '^,^.' -k '$.$,' -m 14800 hash.txt
to make sure the candidates look like expected run
hashcat -a 1 wordlist.txt wordlist.txt -j '^,^.' -k '$.$,' --stdout
.,onetwo.,
in that case you can use hashcat's combinator mode (-a 1) with -j '^,^.' -k '$.$,'
hashcat -a 1 wordlist.txt wordlist.txt -j '^,^.' -k '$.$,' -m 14800 hash.txt
to make sure the candidates look like expected run
hashcat -a 1 wordlist.txt wordlist.txt -j '^,^.' -k '$.$,' --stdout