21 lines
764 B
Markdown
21 lines
764 B
Markdown
---
|
|
layout: post
|
|
title: "oscp prep - hex tutorials"
|
|
date: 2018-10-09
|
|
categories: oscp prep
|
|
---
|
|
|
|
# oscp prep - hex tutorials
|
|
dumping files to hexadecimal and octal output, is something that i am going to
|
|
be really trying to learn. here are some links to good resources:
|
|
|
|
## hex color codes
|
|
{% include youtubePlayer.html id="6cJd7eyYBFs" %}
|
|
|
|
##### links
|
|
- [rtfm](http://man7.org/linux/man-pages/man1/hexdump.1.html)
|
|
- [wikipedia - hexdump](https://en.wikipedia.org/wiki/Hex_dump)
|
|
- [wikipedia - hexadecimal](https://en.wikipedia.org/wiki/Hexadecimal)
|
|
- [practice color codes](http://yizzle.com/whatthehex/)
|
|
- [making sense of hexadump](https://www.suse.com/c/making-sense-hexdump/)
|
|
- [hexadecimal numbers](https://www.electronics-tutorials.ws/binary/bin_3.html)
|