This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # strings from Chimera Core.dll | |
| # extracted by: hasherezade | |
| ## | |
| secp256k1 | |
| :HAA6 | |
| RIPEMD160 | |
| SHA1 | |
| SHA224 | |
| SHA256 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| Take advantage of our affiliate-program! | |
| We offer you 50% of our profits. | |
| You can reach us via the bitmessage address: | |
| BM-2cW44Yq9DWbHYnRSfzBLVxvE6WjadchNBt | |
| ---------------------------------------------------- | |
| Profitieren Sie von unserem Affiliate-Programm! | |
| Wir bieten Ihnen 50% der erzielten Gewinne. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // XOR Crypter decoder | |
| // CC-BY: hasherezade | |
| // for Malwarebytes | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <stdlib.h> | |
| #ifdef _MSC_VER | |
| #include <stdint.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Runtime.InteropServices; | |
| internal class Stub | |
| { | |
| internal struct IMAGE_EXPORT_DIRECTORY | |
| { | |
| public uint Characteristics; | |
| public uint TimeDateStamp; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; mini bootloader for educational purposes | |
| ; CC-BY: hasherezade | |
| ; | |
| ; compile: | |
| ; nasm test.asm -f bin -o test.bin | |
| ; | |
| ; Copy to flash disk (as root) | |
| ; example if the flash disk is /dev/sdb: | |
| ; dd if=test.bin of=/dev/sdb bs=512 count=1 | |
| ; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "Trying to autobuild IAT_patcher..." | |
| #QT check | |
| QT_VER=`qmake -v` | |
| QTV="version 4." | |
| if echo "$QT_VER" | grep -q "$QTV"; then | |
| echo "[+] Qt4 found!" | |
| else | |
| echo "[-] Qt4 NOT found!" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "blacklist": { | |
| "countries": [ | |
| "am", | |
| "az", | |
| "by", | |
| "ge", | |
| "kg", | |
| "kz", | |
| "md", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; Bootloader detecting PETYA Ransomware and recovering Stage1 key | |
| ; | |
| ; CC-BY: hasherezade | |
| ; | |
| ; compile: | |
| ; nasm boot.asm -f bin -o boot.bin | |
| ; | |
| ; Copy to flash disk (as root) | |
| ; example if the flash disk is /dev/sdb: | |
| ; dd if=boot.bin of=/dev/sdb bs=512 count=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # requires: xorriso | |
| # copy your bootloader as: cdcontent/boot/loader.sys | |
| prog="xorriso -as mkisofs" | |
| $prog -R -J -c boot/bootcat \ | |
| -b boot/loader.sys -no-emul-boot -boot-load-size 1 \ | |
| -o ./bootable.iso ./cdcontent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| uu$$$$$$$$$$$uu | |
| uu$$$$$$$$$$$$$$$$$uu | |
| u$$$$$$$$$$$$$$$$$$$$$u | |
| u$$$$$$$$$$$$$$$$$$$$$$$u | |
| u$$$$$$$$$$$$$$$$$$$$$$$$$u | |
| u$$$$$$* *$$$* *$$$$$$u | |
| *$$$$* u$u $$$$* | |
| $$$u u$u u$$$ | |
| $$$u u$$$u u$$$ | |
| *$$$$uu$$$ $$$uu$$$$* |