Difference between revisions of "ARG Toolbox"

From Game Detectives Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
Line 74: Line 74:
 
http://mh-nexus.de/en/hxd/
 
http://mh-nexus.de/en/hxd/
  
Hex editor/viewer.
+
Hex editor/viewer. A very useful alternative to Notepad.
  
 
==Audio Analysis==
 
==Audio Analysis==

Revision as of 17:15, 7 December 2016

This page is under construction and isn't fully written.

Tools

Cipher Solving Tools

Cyberchef

https://gchq.github.io/CyberChef/

Includes tools to decipher B64, MD5, and other reled hashes.

asciitohex

http://www.asciitohex.com/

Converts ASCII to hex and vice versa, as well as to other number-based encryption methods.

Rumkin

http://rumkin.com/tools/cipher/

Has tools to decipher many common encryption methods, including Caesar and Vigenere ciphers.

Cryptii

https://cryptii.com/text/select

An MIT site that decrypts many encryption methods, including Enigma and hex.

The Black Chamber

http://www.simonsingh.net/The_Black_Chamber/chamberguide.html

A compendium of different text-based ciphers.

md5hashing

https://md5hashing.net/hash_type_checker

Allows you to decode many variations of MD5 and Sha ciphers.

Xlate

http://otp22.com/xlate

A multibase data translator made by the creator of ae27ff, crashdemons.

Shift/XOR Report

http://otp22.com/xlate/shifts.html

Made by the creator of ae27ff, allows the visualization of all possible 256 byte shifts.

OtpXor

https://github.com/otp22/decoders/tree/master/OtpXor

Made by the creator of ae27ff, allows for the xoring of two large files together.

XorJ

https://github.com/crashdemons/XorJ

Made by the creator of ae27ff, allows for the xoring of two relatively small files together.

HTTP Referrer Extension

https://addons.mozilla.org/En-US/firefox/addon/refcontrol/

An extension for Firefox to help find HTTP referrers.

HxD

http://mh-nexus.de/en/hxd/

Hex editor/viewer. A very useful alternative to Notepad.

Audio Analysis

Image Analysis

Binvis.io

http://binvis.io/#/

A tool that gives a visual representation of binary files.

Jeffrey's Image Metadata Viewer

http://regex.info/exif.cgi

Allows you to view the metadata of images.

EXCIF.cgi

http://regex.info/exif.cgi

Image exif and metadata viewer.

FotoForensics

http://fotoforensics.com/

Image metadata and Error Level Analysis.

RawPixels

http://rawpixels.net/

A website that visualizes .raw files.

Jhead

http://mirror.otp22.com/jhead

Made by the creator of ae27ff; allows for the viewing of jpeg headers, abnormalities, and outgress output.