Skip to content

Instantly share code, notes, and snippets.

View MantisSTS's full-sized avatar
🏠
Working from home

Richard Clifford MantisSTS

🏠
Working from home
View GitHub Profile
@MantisSTS
MantisSTS / he.py
Created April 5, 2019 09:36
Find High Entropy Strings ( functions from truffleHog )
import sys
import math
def get_strings_of_set(word, char_set, threshold=20):
count = 0
letters = ""
strings = []
for char in word:
if char in char_set:
letters += char
@MantisSTS
MantisSTS / infosec_newbie.md
Created June 13, 2018 09:11 — forked from mubix/infosec_newbie.md
How to start in Infosec
@MantisSTS
MantisSTS / gist:3437325
Created August 23, 2012 14:46 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt