alias poetry="python3 $HOME/.poetry/bin/poetry"
Tweets are in Unicode format and different languages. You might want to convert all the different kind of spaces into a single type of space.
If you are curious about all the different kind of spaces in Unicode, you might want to read Unicode spaces
CHARS=$(printf "%b" "\U00A0\U1680\U180E\U2000\U2001\U2002\U2003\U2004\U2005\U2006\U2007\U2008\U2009\U200A\U200B\U202F\U205F\U3000\UFEFF")- (1) https://mobile.twitter.com/James_inthe_box/status/1234502259414749184
- (2) https://mobile.twitter.com/DynamicAnalysis/status/1234998504453361666
- (3) https://mobile.twitter.com/unpacker/status/1170677293926080512
- (4) https://marcoramilli.com/2019/12/05/apt28-attacks-evolution/
- (5) (CTI) https://www.clearskysec.com/wp-content/uploads/2020/02/ClearSky-Fox-Kitten-Campaign-v1.pdf
- (6) https://mobile.twitter.com/Vishnyak0v/status/1197129423830626318
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
| <?xml version="1.0" encoding="us-ascii"?> | |
| <ioc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="fc2d3e44-80a6-4add-ad94-de9f289e62ff" last-modified="2011-10-28T21:00:13" xmlns="http://schemas.mandiant.com/2010/ioc"> | |
| <short_description>CCAPP.EXE</short_description> | |
| <description>Custom Reverse shell.</description> | |
| <keywords /> | |
| <authored_by>Mandiant</authored_by> | |
| <authored_date>2010-12-13T12:49:53</authored_date> | |
| <links> | |
| <link rel="grade">Alpha</link> | |
| </links> |
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
| 5d323e196ae9cd8b05c7711538264ebc59f0d690 | |
| 3c5b1fa5b76033ae9ab6a28af6d495487b509fa7 | |
| aacd28512f3e5690c70fcb9018f0da7d94f873a2 | |
| 6c80fd53423f99bdcff0a1460d0e1b3c7078f58e | |
| 4c9bf438d46ca87cfed57d851d69766b017a4aca | |
| 28307d491aa8262e09e147fba06a5b2314124c57 | |
| 179cefa4d2e29d17ec38a7e2c28f0bd847504694 | |
| 80be5349ebe8ab391303cc4b9045ffbf7c8a4ce2 | |
| b642848933f2aae2500d3ad77ccce3d4250d928d |
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
| [31mScanning for devices...[0m | |
| Device (new): [37m6c:d9:23:52:61:b4[0m (random), -73 dBm | |
| Flags: <1a> | |
| Manufacturer: <4c001005111c67c1fb> | |
| Device (new): [37m5a:b4:cf:1d:94:50[0m (random), -78 dBm | |
| Flags: <1a> | |
| Manufacturer: <c400073302131580> | |
| Complete 16b Services: <0000feb9-0000-1000-8000-00805f9b34fb> | |
| 0x1b: <00ed908eaa6fa0> | |
| Device (new): [37m40:fd:ed:6d:c0:45[0m (random), -87 dBm |
As the Ghidra open source community is growing, trying to document the new projects around Ghidra. Feel free to fork the gist and propose improvements.
- New 6502 language module for Ghidra
- Atmel AVR helpers for Ghidra - ATmega328p
- Processor definitions for DMG and CGB in Ghidra - Gameboy CPU (LR35902) (WiP)
- ghidra based disassembly of the x68000's IPL.
- In signal processing, cross-correlation is a measure of similarity of two series as a function of the displacement of one relative to the other.
- Manhattan distance
- Bhattacharyya distance measures the similarity of two probability distributions.
- ImageHash which supports average hashing, perception hashing, difference hashing and wavelet hashing.
- dhash is a Python library which supports a perceptual hash based on Neal Krawetz’s dHash algorithm in this “Hacker Factor” blog entry.