Skip to content

Instantly share code, notes, and snippets.

View randshell's full-sized avatar

Cezar Lungu randshell

View GitHub Profile
@4oo4
4oo4 / spectre.c
Created January 10, 2018 00:43 — forked from ErikAugust/spectre.c
Spectre example code
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#ifdef _MSC_VER
#include <intrin.h> /* for rdtscp and clflush */
#pragma optimize("gt",on)
#else
#include <x86intrin.h> /* for rdtscp and clflush */
#endif
@mehedishakeel
mehedishakeel / HTool.sh
Created September 12, 2017 22:18
50+ Hacking Tools For Linux 2017
#!/bin/bash
#Hacking Tools Collection by SSTec Tutorials
#YouTube Channel : https://www.youtube.com/sstectutorials
#Website : http://www.sstectutorials.com/
#Facebook Page : https://web.facebook.com/sstectutorials
#Author : Mehedi Shakeel
clear
cat << EOF