ShellBanner
System:Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686
Software:Apache. PHP/5.3.6-13ubuntu3.10
ID:uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
Safe Mode:OFF
Open_Basedir:OFF
Freespace:26.07 GB of 70.42 GB (37.02%)
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,

/ usr/ src/ courier-0.66.1/ rfc822/ - drwxrwxrwx

Directory:
Viewing file:     testsuite.c (2.47 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
** Copyright 1998 - 2006 Double Precision, Inc.
** See COPYING for distribution information.
*/

#include    "rfc822.h"
#include    "rfc2047.h"
#include    <stdio.h>
#include    <stdlib.h>


static void print_func(char c, void *p)
{
    p=p;
    putchar(c);
}

static void print_separator(const char *s, void *p)
{
    p=p;
    printf("%s", s);
}

static struct rfc822t *tokenize(const char *p)
{
struct    rfc822t    *tp;
int    i;
char    buf[2];

    printf("Tokenize: %s\n", p);
    tp=rfc822t_alloc_new(p, NULL, NULL);
    if (!tp)    exit(0);
    buf[1]=0;
    for (i=0; i<tp->ntokens; i++)
    {
        buf[0]=tp->tokens[i].token;
        if (buf[0] == '\0' || buf[0] == '"' || buf[0] == '(')
        {
            printf("%s: ", buf[0] == '"' ? "Quote":
                buf[0] == '(' ? "Comment":"Atom");
            if (fwrite(tp->tokens[i].ptr, tp->tokens[i].len, 1,
                   stdout) != 1)
                exit(1);

            printf("\n");
        }
        else    printf("Token: %s\n", buf[0] ? buf:"atom");
    }
    return (tp);
}

static struct rfc822a *doaddr(struct rfc822t *t)
{
struct rfc822a *a=rfc822a_alloc(t);

    if (!a)    exit(0);
    printf("----\n");
    rfc822_print(a, print_func, print_separator, NULL);
    printf("\n");
    return (a);
}

int main()
{
    struct    rfc822t *t1, *t2, *t3, *t4, *t5;
    struct    rfc822a *a1, *a2, *a3, *a4, *a5;

    t1=tokenize("nobody@example.com (Nobody (is) here\\) right)");
    t2=tokenize("Distribution  list: nobody@example.com daemon@example.com");
    t3=tokenize("Mr Nobody <nobody@example.com>, Mr. Nobody <nobody@example.com>");
    t4=tokenize("nobody@example.com, <nobody@example.com>, Mr. Nobody <nobody@example.com>");

    t5=tokenize("=?UTF-8?Q?Test?= <nobody@example.com>, foo=bar <nobody@example.com>");

    a1=doaddr(t1);
    a2=doaddr(t2);
    a3=doaddr(t3);
    a4=doaddr(t4);
    a5=doaddr(t5);

    rfc822a_free(a5);
    rfc822a_free(a4);
    rfc822a_free(a3);
    rfc822a_free(a2);
    rfc822a_free(a1);
    rfc822t_free(t5);
    rfc822t_free(t4);
    rfc822t_free(t3);
    rfc822t_free(t2);
    rfc822t_free(t1);

#define FIVEUTF8 "\xe2\x85\xa4"

#define FIVETIMES4 FIVEUTF8 FIVEUTF8 FIVEUTF8 FIVEUTF8

#define FIVETIMES16 FIVETIMES4 FIVETIMES4 FIVETIMES4 FIVETIMES4

#define FIVEMAX FIVETIMES16 FIVETIMES4 FIVETIMES4

    {
        char *p=rfc2047_encode_str(FIVEMAX, "utf-8",
                       rfc2047_qp_allow_any);

        if (p)
        {
            printf("%s\n", p);
            free(p);
        }
    }

    {
        char *p=rfc2047_encode_str(FIVEMAX FIVEUTF8, "utf-8",
                       rfc2047_qp_allow_any);

        if (p)
        {
            printf("%s\n", p);
            free(p);
        }
    }

    {
        char *p=rfc2047_encode_str(FIVEMAX "\xcc\x80", "utf-8",
                       rfc2047_qp_allow_any);

        if (p)
        {
            printf("%s\n", p);
            free(p);
        }
    }

    return (0);
}
Command:
Quick Commands:
Upload:
[OK] Max size: 100MB
PHP Filesystem: <@ Ú
Search File:
regexp
Create File:
Overwrite [OK]
View File:
Mass Defacement:
[+] Main Directory: [+] Defacement Url:
LmfaoX Shell - Private Build [BETA] - v0.1 -; Generated: 0.1616 seconds