f0985c5444
* initial commit * modified output style * final url changes * Update rocke-and-roll-stage-01.sh
11 lines
185 B
C
11 lines
185 B
C
#include <stdio.h>
|
|
|
|
|
|
// Simple Hello World for Atomic Red Team payload
|
|
|
|
int main() {
|
|
|
|
printf("Hello from Atomic Red Team! \n");
|
|
|
|
return 0;
|
|
} |