Began restructuring project to include payload building
This commit is contained in:
13
checkm8_remote/main.c
Normal file
13
checkm8_remote/main.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <stdio.h>
|
||||
#include "exploit/checkm8.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
int status = exploit_device();
|
||||
if(status != 0)
|
||||
{
|
||||
printf("Failed to checkm8_remote device\n");
|
||||
return status;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user