Net
Exploit Exercises - …
Continuing with the “Net” series of Protostar, is Net 1.
We are given the following code:
#include "../common/common.c"
#define NAME "net1"
#define UID 998
#define GID 998
#define PORT 2998
void run()
{
char buf[12];
char fub[12];
char *q;
unsigned int wanted; …