https://github.com/stuxnet999/MemLabs
Lab_1:
$ vol.py -f MemoryDump_Lab1.raw kdbgscan
$ vol.py -f MemoryDump_Lab1.raw --profile Win7SP1x64 procdump --dump-dir procdump > procdump/procdump.txt
$ vol.py -f MemoryDump_Lab1.raw --profile Win7SP1x64 dumpfiles -n -u --dump-dir dumpfiles > dumpfiles/dumpfiles.txt
$ vol.py -f MemoryDump_Lab1.raw --profile Win7SP1x64 screenshot --dump-dir screenshot
$ vol.py -f MemoryDump_Lab1.raw --profile Win7SP1x64 mutantscan > mutantscan.txt
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
https://www.contextfreeart.org | |
https://github.com/MtnViewJohn/context-free | |
https://cfdg.herokuapp.com | |
http://www.korsh.com/cfdg | |
https://cink.applegrew.com | |
https://lochrist.github.io/blog/2017-04-21-cfdg | |
https://www.nodebox.net | |
http://structuresynth.sourceforge.net | |
https://github.com/seanth/Structure-Synth |
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
--- | |
version: '2' | |
services: | |
zookeeper: | |
image: confluentinc/cp-zookeeper:5.3.1 | |
hostname: zookeeper | |
container_name: zookeeper | |
ports: | |
- "2181:2181" | |
environment: |
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
kafkacat: | |
image: confluentinc/cp-kafkacat:${CP_KAFKA_VERSION} | |
depends_on: | |
- kafka | |
command: "kafkacat -b kafka:9092 -C -K: -f '\nKey (%K bytes): %k\t\nValue (%S bytes): %s\n\Partition: %p\tOffset: %o\n--\n' -t telegraf" |
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
/afl/experimental/crash_triage/triage_crashes.sh /<binary>_output/SESSION005 /root/bin/<binary> |
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
#!/usr/bin/env node | |
var request = require('request') ; | |
var ffmpeg = require('ffmpeg'); | |
var getPixels = require('get-pixels'); | |
var GifEncoder = require('gif-encoder'); | |
const sortAlphaNum = (a, b) => a.localeCompare(b, 'en', { numeric: true }) | |
try { | |
// file to extract images from |
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
#!/bin/bash | |
ffmpeg -i $2 -t $1 -loop 0 $3 |
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
#!/bin/bash | |
fmpeg \ | |
-i $* \ | |
-ss 30 \ | |
-t 3 \ | |
-vf "fps=10,scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" \ | |
-loop 0 \ | |
output.gif |
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
brew cask install xquartz | |
brew tap homebrew-ffmpeg/ffmpeg | |
brew install \ | |
homebrew-ffmpeg/ffmpeg/ffmpeg \ | |
--with-fdk-aac \ | |
--with-game-music-emu \ | |
--with-libbluray \ | |
--with-libbs2b \ | |
--with-libcaca \ | |
--with-libgsm \ |
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
https://emyann.github.io/morphism/ | |
https://github.com/stimulusjs/stimulus | |
http://netflix.github.io/falcor/ | |
https://github.com/evilsocket/bettercap | |
https://github.com/stelligent/microservice-exemplar | |
https://github.com/k88hudson/git-flight-rules | |
https://github.com/Jam3/math-as-code | |
https://github.com/vmware/harbor | |
http://www.liquigraph.org/ | |
https://github.com/sequelize/sequelize |