Skip to content

Instantly share code, notes, and snippets.

View epi052's full-sized avatar
🍕
status updates are fleeting, but Wu-Tang is forever

epi epi052

🍕
status updates are fleeting, but Wu-Tang is forever
View GitHub Profile
@epi052
epi052 / NotoColorEmoji.ttf
Last active October 25, 2020 16:31
Noto Color Emoji - Pre-built .ttf - Unicode version 13.1 support
This file has been truncated, but you can view the full file.
❯ msfvenom -f python -p windows/exec cmd=calc exitfunc=seh --bad-chars '\x00\x20\x25\x26\x27\x2b\x2f\x5c\x7e' --smallest
[-] No platform was selected, choosing Msf::Module::Platform::Windows from the payload
[-] No arch selected, selecting arch: x86 from the payload
Found 11 compatible encoders
Attempting to encode payload with 1 iterations of x86/shikata_ga_nai
x86/shikata_ga_nai succeeded with size 216 (iteration=0)
Attempting to encode payload with 1 iterations of generic/none
generic/none failed with Encoding failed due to a bad character (index=3, char=0x00)
Attempting to encode payload with 1 iterations of x86/call4_dword_xor
x86/call4_dword_xor succeeded with size 216 (iteration=0)
@epi052
epi052 / gist:3db89672755db2db6fd3716601396e62
Created February 15, 2020 13:21
linkfinder html scrape for raw links
- run linkfinder
- open output.html
- open console in dev tools
- copy/paste line below
Array.prototype.forEach.call(document.getElementsByClassName('text'), function(el) { console.log(el.text); });