-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmodules.json
55 lines (55 loc) · 2.07 KB
/
modules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"author": "battleoverflow",
"version": "0.1.26",
"numOfModules": "6",
"ModulesList": [
{
"id": 1,
"name": "NetScan",
"description": "Collects publicly available network information about a host",
"version": "1.0.9",
"source_path": "net/netscan/src/*",
"dist_path": "net/netscan/dist/netscan"
},
{
"id": 2,
"name": "links",
"description": "Parses web content, extracting external and internal links",
"version": "0.2.14",
"source_path": "web/parsers/links.py",
"dist_path": "web/parsers/dist/links"
},
{
"id": 3,
"name": "Mercy Extension",
"description": "Suite of methods for decryption and decoding data, extends the Mercy Rust crate",
"version": "1.4.15",
"source_path": "mercy/extenstion.py",
"dist_path": "mercy/dist/extenstion"
},
{
"id": 4,
"name": ["c_hex_dump", "rust_hex_dump"],
"description": "Dumps hexadecimal information for most file types (.exe, .toml, .c, etc.)",
"version": "0.1.11",
"source_path": ["data/hex/c/c_hex_dump.c", "data/hex/rust/rust_hex_dump.rs"],
"dist_path": ["data/hex/c/dist/hex.so", "data/hex/rust/rust_hex_dump.rs"]
},
{
"id": 5,
"name": "redis_analysis",
"description": "Real-time Redis database analysis and monitoring",
"version": "1.3.36",
"source_path": "db/redis/redis_analysis.py",
"dist_path": "db/redis/dist/redis_analysis"
},
{
"id": 6,
"name": "exec_dump_win",
"description": "Multi-format parser built to extract various data points from Windows executables, object binaries, DLLs and more (32-bit & 64-bit)",
"version": "0.1.10",
"source_path": "data/exe/exec_dump_win.py",
"dist_path": "data/exe/dist/exec_dump_win"
}
]
}