[rnicrosoft.net]
The home of
Nick Harbour's tools and techniques
- Software
- Forensics Software
-
dcfldd
- A modified version
of the unix "dd" command with hashing and many, many other
custom features.
-
tcpxtract
- A data carving program for extracting
files directly from network traffic. Carves based on
signatures from the headers of known file types. You
can add your own file types as well.
-
fatback
- A unix command line tool for undeleting
files from FAT filesystems. FAT12/16/32 support with
long filenames.
-
FindEvil
- An early alpha release of a malware
discovery tool. Uses disassembly to detect packed
executables.
-
pecarve
-
nstrings
- My version of the "strings" command for
windows. Unlike every other strings tool on the
market, this displays both unicode and ascii strings with
one single pass through the data so that unicode strings are
displayed in their proper location relative to the ascii
strings.
-
pestat
- Prints important information from PE
binaries including compile time, checksum and MD5.
- Packers
-
PE-Scrambler
- Scrambles and obfuscates compiled
binaries at the machine code instruction level. Also
obfuscates function calls. Presented at DEFCON 16 in
August 2008, "Advanced Software Armoring and Polymorphic
Kung-Fu".
- CoreDpack (comming soon)
- A packer which uses process injection to
infect the packed binary into a process of your choosing.
-
slickpack
- A cheesy simple packer. Blasts away
the import table.
-
slackpack
- A version of slickpack with additional
anti-reverse engineering armoring.
-
UPXFail
- A mangler for UPX. Pack a binary with UPX
and use this to thwart detection and static UPX unpacking.
- Misc
-
nickisofs
- A modified version of the mkisofs command
that splits up the input files into multiple ISO image files
of a specified size. With this you could, for example,
split an entire hard drive full of files into CD-ROM images
containing those logical files.
-
cl-cgi
- A dynamic web page programming library
for the Common Lisp programming language.
-
tcopy-linux
- A linux port of the BSD tcopy program
used to duplicate tape devices.
-
FileInsight_plugins
- My collection of essential plugins for
the excellent FileInsight hex editor. Unpack this in your
%Documents%\FileInsight\plugins directory. (Since the
official FileInsight download site seems to be down I have
mirrored it here:
download FileInsight)
- ClipTools
- A suite of tools for interacting with
windows clipboard data from the command line with standard
input and output streams. Allows you to specify
datatypes and comes with a command ("showclip") to list the
current contents of your clipboard with datatype values and
descriptions.
- Presentations
- Other Files
- Contact
Copyright (c) 2009 Nick Harbour, All Rights Reserved