NokiMo
GuidedHacking
GuidedHacking

patreon


Binary Refinery Tutorial

A very important part of the Binary Refinery tool is that it is possible to quickly search all modules for the given operation that you'd like to carry out on the data. Calling binref and then a keyword will return all matches of that keyword within the units so that you can search for your desired operation. To work on data you begin by calling emit which will get a given file or string as input and you can then use pipe to chain the next command. The next command may be something like b64 which will base64 decode the input so that you are able to easily read it. There are also operations that can provide the user with more information such as magic which will detect embedded files. Units such as carve will automatically extract out information from the input such as detecting base64 encoded strings and so on which makes it an incredibly useful unit as you can use it to find embedded information within your input. Once completed Binary Refinery will allow for you to output your modified data by calling dump.

Binary Refinery Tutorial

Related Creators