anymous 1.4.8 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -11
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# anymous — AI-Powered Reverse Engineering & Pentest Platform
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**44 AI agents** for reverse engineering, pentest, SOC and engineering.
|
|
4
4
|
64 free models, no API key required. Unrestricted mode for professionals.
|
|
5
5
|
|
|
6
6
|
```bash
|
|
@@ -8,26 +8,18 @@ npm install -g anymous
|
|
|
8
8
|
anymous
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## Quick Tasks
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
anymous run --agent any "faz pentest neste host"
|
|
15
14
|
anymous run --agent soc "analisa este alerta"
|
|
16
15
|
anymous run --agent redteam "alvo lab 10.10.10.0/24"
|
|
17
16
|
anymous run --agent blueteam "hardening deste servidor"
|
|
18
17
|
anymous run --agent forensics "analisa este dump"
|
|
19
18
|
```
|
|
20
19
|
|
|
21
|
-
## Voice (pt-BR, offline)
|
|
22
|
-
|
|
23
|
-
```bash
|
|
24
|
-
anymous voice "Olá, esta é a voz do Any"
|
|
25
|
-
anymous voice --loop
|
|
26
|
-
```
|
|
27
|
-
|
|
28
20
|
## Agents
|
|
29
21
|
|
|
30
|
-
- **
|
|
22
|
+
- **Leads**: soc, forensics, redteam, blueteam, build, plan
|
|
31
23
|
- **RE (8)**: reverser-static, reverser-dynamic, reverser-binary, reverser-source,
|
|
32
24
|
reverser-automator, memory-dump, exe-extractor, debug-tools
|
|
33
25
|
- **Pentest (10)**: pentest-lead, pentest-recon, pentest-scanner, pentest-enumerator,
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"scripts": {
|
|
7
7
|
"postinstall": "node ./postinstall.mjs"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.5.0",
|
|
10
10
|
"description": "AI-powered reverse engineering platform",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"homepage": "https://github.com/anymousdark/anymous",
|
|
@@ -24,17 +24,17 @@
|
|
|
24
24
|
"x64"
|
|
25
25
|
],
|
|
26
26
|
"optionalDependencies": {
|
|
27
|
-
"anymous-linux-arm64-musl": "1.
|
|
28
|
-
"anymous-linux-x64": "1.
|
|
29
|
-
"anymous-darwin-x64-baseline": "1.
|
|
30
|
-
"anymous-windows-arm64": "1.
|
|
31
|
-
"anymous-linux-arm64": "1.
|
|
32
|
-
"anymous-darwin-arm64": "1.
|
|
33
|
-
"anymous-windows-x64-baseline": "1.
|
|
34
|
-
"anymous-linux-x64-baseline-musl": "1.
|
|
35
|
-
"anymous-linux-x64-baseline": "1.
|
|
36
|
-
"anymous-windows-x64": "1.
|
|
37
|
-
"anymous-darwin-x64": "1.
|
|
38
|
-
"anymous-linux-x64-musl": "1.
|
|
27
|
+
"anymous-linux-arm64-musl": "1.5.0",
|
|
28
|
+
"anymous-linux-x64": "1.5.0",
|
|
29
|
+
"anymous-darwin-x64-baseline": "1.5.0",
|
|
30
|
+
"anymous-windows-arm64": "1.5.0",
|
|
31
|
+
"anymous-linux-arm64": "1.5.0",
|
|
32
|
+
"anymous-darwin-arm64": "1.5.0",
|
|
33
|
+
"anymous-windows-x64-baseline": "1.5.0",
|
|
34
|
+
"anymous-linux-x64-baseline-musl": "1.5.0",
|
|
35
|
+
"anymous-linux-x64-baseline": "1.5.0",
|
|
36
|
+
"anymous-windows-x64": "1.5.0",
|
|
37
|
+
"anymous-darwin-x64": "1.5.0",
|
|
38
|
+
"anymous-linux-x64-musl": "1.5.0"
|
|
39
39
|
}
|
|
40
40
|
}
|