User Tools

Site Tools


rootme-reseau

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rootme-reseau [2026/06/08 10:16] – - Imported by DokuWiki Advanced Plugin djorootme-reseau [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-<code></code> 
- 
-==== ETHERNET - trame ==== 
- 
-[[https://linuxhandbook.com/convert-hex-ascii/|source]] 
- 
-<code bash> 
-$ cat ch12.txt | xxd -r -p 
-s��i��Z��`�@&S`*����� A�B3�tP��}����▒�Ϡ 
-        >i��~�GET / HTTP/1.1 
-Authorization: Basic Y29uZmk6ZGVudGlhbA== 
-User-Agent: InsaneBrowser 
-Host: www.myipv6.org 
-Accept: */* 
-</code> 
- 
-  Authorization: Basic Y29uZmk6ZGVudGlhbA== 
- 
-<code bash> 
-$ base64 --help 
-Usage: base64 [OPTION]... [FILE] 
-Base64 encode or decode FILE, or standard input, to standard output. 
- 
-With no FILE, or when FILE is -, read standard input. 
- 
-Mandatory arguments to long options are mandatory for short options too. 
-  -d, --decode 
-         decode data 
- 
-$ echo "Y29uZmk6ZGVudGlhbA==" | base64 --decode - 
-confi:dential 
- 
-</code> 
- 
-==== Authentification twitter ==== 
- 
-<code> 
-Authorization: Basic dXNlcnRlc3Q6cGFzc3dvcmQ= 
-usertest:password 
-</code> 
- 
-==== IP - Time To Live ==== 
- 
-Request 71 --> Reply 72 
- 
-{{::rootme:ip-timetolive.png?nolink&600 |}} 
- 
-