Skip to content

Instantly share code, notes, and snippets.

TERMS AND CONDITIONS
IMPORTANT - PLEASE READ
Terms and Conditions of End-User License Agreement
This software upgrade program provided herewith (the "Software") is proprietary to DENON, a division of D&M Holdings, Inc. ("DENON") and has been made available to you only in accordance with and subject to the terms and conditions of this License Agreement. By installing or using the Software, you will be confirming your acceptance of the Software and your agreement to be bound by all of the following terms and conditions, including, without limitation, the disclaimers which are a part thereof: IF YOU DO NOT AGREE TO THE FOLLOWING TERMS AND CONDITIONS DO NOT INSTALL OR USE THE SOFTWARE.
1. Title.
The Software is the property of DENON. No title or ownership therein or thereto is transferred to you hereunder. This License only provides you with certain prescribed rights to use the Software, subject always to the terms and conditions herein set forth. All rights in and to the Software a
@warewolf
warewolf / etc_dracut.conf.d_crypto.conf
Last active January 9, 2016 15:44
rotating keys on boot
install_items="/.luks.key"
@warewolf
warewolf / thoughts.txt
Created February 15, 2016 00:17
Have a data model/query queston
Okay, so I have a set of ranges. In the end these will be dates, but for sake of simplicity they're just numbers here. I think I'll be storing epoch dates.
10-100
30-40
35-60
47-80
12-90
Somebody is going to say "GRAPH DATABASE", but reall what I want is something akin to an index in a SQL db that I can query against ala a where clause.
@warewolf
warewolf / move.pl
Created February 21, 2016 07:51
Because malware.
#!/usr/bin/perl
use strict;
use warnings;
use Getopt::Long qw(:config pass_through);
use File::Path qw(make_path);
use File::Copy;
use File::Spec;
my $opts = {

Dear Mr. Harman,

Thank you for contacting me regarding digital security and encryption policy. I appreciate hearing your views on this complex subject, which involves multiple competing security interests.

While the debate over government access to encrypted communications has long been a contentious subject, the issue has received increased attention and scrutiny in the wake of the terrorist attacks in Paris and San Bernardino and, more recently, the ongoing legal battle between Apple Inc. and the Federal Bureau of Investigation (FBI) over access to the iPhone of one of the alleged perpetrators of the terrorist attack in San Bernardino, California. As these attacks showed us, terrorists have become increasingly sophisticated in their use of technology. Social media platforms have become prominent tools for recruitment and radicalization. And when individuals show interest in terrorists' cause, they move their communications to encrypted applications and other secure platforms to evade detection. This pre

Take a look at the scsi lines, with 'scsi 11:0:0:0' v.s. scsi 11:0:0:1' - the last 0/1 is the logical unit number. Hidden volume drive has two LUNs.
Drive w/ hidden volume:
[14448.296921] scsi host11: usb-storage 2-3.4:1.0
[14449.301962] scsi 11:0:0:0: Direct-Access USB DISK 1.00 PQ: 0 ANSI: 4
[14449.302936] scsi 11:0:0:1: Direct-Access USB DISK 1.00 PQ: 0 ANSI: 4
[14449.303853] sd 11:0:0:0: Attached scsi generic sg4 type 0
[14449.304387] sd 11:0:0:1: Attached scsi generic sg5 type 0
[14452.632704] sd 11:0:0:1: [sdc] 8392696 512-byte logical blocks: (4.30 GB/4.00 GiB)
# Copyright (C) 2010-2015 Cuckoo Foundation.
# This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org
# See the file 'docs/LICENSE' for copying permission.
import logging
import libvirt
import xml.etree.ElementTree as ET
from lib.cuckoo.common.abstracts import LibVirtMachinery
[
{
"format_version" : 2,
"_category_" : "client_event",
"triggered_on" : 1462327087456,
"event_namespace" : {
"component" : "user_recommendations",
"section" : "profile",
"page" : "me",
"element" : "wtf_import_prompt",
diff -urN libvirt-1.2.18.2/src/qemu/qemu_command.c libvirt-1.2.18.2-patched/src/qemu/qemu_command.c
--- libvirt-1.2.18.2/src/qemu/qemu_command.c 2015-12-23 18:21:41.000000000 -0500
+++ libvirt-1.2.18.2-patched/src/qemu/qemu_command.c 2016-05-06 17:26:55.033133087 -0400
@@ -3756,9 +3756,7 @@
virBufferAddLit(&opt, ",readonly=on");
}
if (disk->transient) {
- virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
- _("transient disks not supported yet"));
- goto error;
<sysinfo type='smbios'>
<bios>
<entry name='vendor'>American Megatrends Inc.</entry>
<entry name='version'>2.0a</entry>
<entry name='date'>06/08/2012</entry>
<entry name='release'>2.10</entry>
</bios>
<system>
<entry name='manufacturer'>Supermicro</entry>
<entry name='product'>X9SCL/X9SCM</entry>