-
Run installer from here: https://github.com/google/rekall/releases/download/1.7.2rc1/Rekall_1.7.2.p1_Hurricane.Ridge_x64.exe
-
Open a cmd.exe
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
diff --git a/components/utils/config.hpp b/components/utils/config.hpp | |
index 4582712..86154e3 100644 | |
--- a/components/utils/config.hpp | |
+++ b/components/utils/config.hpp | |
@@ -21,7 +21,9 @@ constexpr unsigned int default_stack_size_words = 8192; | |
namespace nsec::config::social | |
{ | |
-constexpr uint8_t initial_level = 0; | |
+// OB: override default level |
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
pandas | |
plotly | |
hvplot | |
kaleido |
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
# CPAN Name : MooseX::Getopt | |
# Contributor: Anton Leontiev <scileont /at/ gmail.com> | |
# Generator : CPANPLUS::Dist::Arch 1.32 | |
pkgname=perl-moosex-getopt | |
pkgver=0.72 | |
pkgrel=1 | |
pkgdesc='A Moose role for processing command line options' | |
arch=('any') | |
url='https://metacpan.org/release/MooseX-Getopt' |
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
# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com> | |
# Generator : CPANPLUS::Dist::Arch 1.32 | |
pkgname='perl-getopt-long-descriptive' | |
pkgver='0.103' | |
pkgrel='1' | |
pkgdesc="Getopt::Long, but simpler and more powerful" | |
arch=('any') | |
license=('PerlArtistic' 'GPL') | |
options=('!emptydirs') |
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
[Desktop Entry] | |
Name=Autopsy | |
Comment=The Autopsy Forensic Browser is a GUI for The Sleuth Kit. | |
GenericName=Autopsy | |
Exec=/opt/autopsy/bin/autopsy | |
Icon=/usr/share/pixmaps/autopsy.ico | |
Type=Application | |
StartupNotify=false | |
Categories=Utility; |
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 | |
PATH=/usr/sbin:/sbin | |
# Dell RAID | |
RAID_GROUPS=( 0 ) | |
for RAID_GROUP in ${RAID_GROUPS[@]}; do | |
mpt-status -i $RAID_GROUP -s >/dev/null | |
if [ $? -ne 0 ]; then | |
echo "There is a problem in RAID group $RAID_GROUP. Investigate on the server with mpt-stats or OpenManage." |
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 python2 | |
import binascii | |
import hashlib | |
import time | |
# FIXME: why isn't pwntools python 3 already!? Oh I see it's complicated: https://github.com/Gallopsled/pwntools/issues/529 | |
from pwn import * | |
#context.log_level = 'debug' |
NewerOlder