mirror of
https://github.com/RustySamovar/RustySamovar.git
synced 2024-11-22 10:46:55 +00:00
6 lines
112 B
Bash
6 lines
112 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
xxd -r text.log > gptr.bin
|
||
|
./xor.py gptr.bin 0x20
|
||
|
dd if=gptr.bin of=key.bin bs=4096 count=1 skip=1
|