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
| """ | |
| A script to download malware by hash from various platforms. Set your API key in the following | |
| environment variables: | |
| - API_MALSHARE for Malshare | |
| - API_MWBAZAAR for Malware Bazaar | |
| - API_UNPAC_ME for Unpac.Me | |
| Requirements: | |
| pip install pyzipper requests | |
| You can either call the script as follows: | |
| shazam.py <HASH1> <HASH2> ... |
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
| /* | |
| * get_sqlcipher_password.js | |
| * Copyright (c) 2019 Elliot Alderson <fs0c131y@protonmail.com> | |
| * | |
| * Frida.re JS functions to get SQLCipher database passwords. | |
| * | |
| * Example usage: | |
| * # frida -U -f in.gov.uidai.mAadhaarPlus -l get_sqlcipher_password.js --no-pause | |
| * | |
| */ |