I hereby claim:
- I am maniacsec on github.
- I am maniacsec (https://keybase.io/maniacsec) on keybase.
- I have a public key ASA2AQpKimodqSOCwzupQKc7THgBZ_wR5k2zEeJCXWOjLQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* credits to http://blog.techorganic.com/2015/01/04/pegasus-hacking-challenge/ */ | |
| #include <stdio.h> | |
| #include <unistd.h> | |
| #include <netinet/in.h> | |
| #include <sys/types.h> | |
| #include <sys/socket.h> | |
| #define REMOTE_ADDR "XXX.XXX.XXX.XXX" | |
| #define REMOTE_PORT XXX |