You are absolutely right. You should only use official images from the kali website
In this case, however, you have to do some minor work yourself to get it running because there is currently no official image for the Pi 1 available.
The first image on the site is for a different processor architecture and the second probably works perfectly well on your Pi, except that you can't see what's going on because it displays everything on the non-existing adafruit tft screen that it is configured for
That's not a problem though; you can either:
a) create your own image using the official Kali Linux build scripts, available under:
https://github.com/offensive-securit...-build-scripts, or
b) download the "Raspberry Pi w/TFT" image and manually remove the bits and pieces responsible for directing the output to the tft screen
I'd go with option a)
It's an extremely straightforward process and it'll make you feel awesome when you have it up and running
Let me know if you need any help.