mirror of
https://github.com/RustySamovar/RustySamovar.git
synced 2024-11-21 18:38:18 +00:00
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/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
|