http://giggles.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/hacking/finger.html
                                
                                
                                                                            I will also reproduce the entire function here static int
show_text(const char *directory, const char *file_name, const char *header)
{
        int ch, lastc = 0, fd;
        FILE *fp;
        struct stat sbuf1, sbuf2;
        snprintf(tbuf, TBUFLEN, "%s/%s", directory, file_name);
        if (lstat(tbuf, &sbuf1) || !S_ISREG(sbuf1.st_mode)) return 0;
        fd = open(tbuf, O_RDONLY);
        if (fd <0) return 0;
        if (fstat(fd, &sbuf2)) { close(fd); return 0; }
  ...