This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdlib.h> | |
#include <stdio.h> | |
#include <openssl/sha.h> | |
#include <stddef.h> | |
#include <errno.h> | |
#include <string.h> | |
// gcc -lcrypto setuid_shell.c -o setuid_shell | |
void sha256(char *string, char outputBuffer[65]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src='./domPurify-2.0.15.js'></script> | |
</head> | |
<body> | |
<style> | |
.text { | |
font-size: 16px; | |
font-weight: bold; | |
} |
OlderNewer