├── .fuzzy ├── .info ├── .shellcode ├── .strings ├── .virustotal ├── .yara └── README.md /.fuzzy: -------------------------------------------------------------------------------- 1 | {"results": [{"data": "No open session", "type": "error"}]} -------------------------------------------------------------------------------- /.info: -------------------------------------------------------------------------------- 1 | { 2 | "results": { 3 | "../": [] 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /.shellcode: -------------------------------------------------------------------------------- 1 | {"results": [{"data": "No open session", "type": "error"}]} -------------------------------------------------------------------------------- /.strings: -------------------------------------------------------------------------------- 1 | {"message": "File not found in the database"} 2 | -------------------------------------------------------------------------------- /.virustotal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ring0x0/honeydrops/4eba64ad6b3d556943b8fe5c5f24d68bd26952ac/.virustotal -------------------------------------------------------------------------------- /.yara: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | } 2 | 3 | ] 4 | --------------------------------------------------------------------------------