mrps-v01.c
@eZine
Published in
In our honest opinion
· 8 months ago
... and small os fingerprinting. * look for further versions. * * thanks: robosok for debugging help * * IOHO Zine (http://chickenz.net/og) * #og at irc.ndrsnet.com * * orbflux (orbflux@inorbit.com) 2001 * */ #include <stdio.h> #include <stdlib.h> #include <signal.h> #include <string.h> #include <unistd.h> // optarg #include <sys/errno.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <rpc/rpc.h> #include <rpc/pmap_prot.h> #include <rpc/pmap_clnt.h> FILE *in; char infile ...