anymous 1.4.7 → 1.4.9

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.
Files changed (2) hide show
  1. package/README.md +3 -11
  2. 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
- **45 AI agents** orchestrated by **Any**, offline pt-BR voice, Iron-Man HUD.
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
- ## Talk to Any
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
- - **Orchestrators**: any, soc, forensics, redteam, blueteam, build, plan
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.4.7",
9
+ "version": "1.4.9",
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.4.7",
28
- "anymous-linux-x64": "1.4.7",
29
- "anymous-darwin-x64-baseline": "1.4.7",
30
- "anymous-windows-arm64": "1.4.7",
31
- "anymous-linux-arm64": "1.4.7",
32
- "anymous-darwin-arm64": "1.4.7",
33
- "anymous-windows-x64-baseline": "1.4.7",
34
- "anymous-linux-x64-baseline-musl": "1.4.7",
35
- "anymous-linux-x64-baseline": "1.4.7",
36
- "anymous-windows-x64": "1.4.7",
37
- "anymous-darwin-x64": "1.4.7",
38
- "anymous-linux-x64-musl": "1.4.7"
27
+ "anymous-linux-arm64-musl": "1.4.9",
28
+ "anymous-linux-x64": "1.4.9",
29
+ "anymous-darwin-x64-baseline": "1.4.9",
30
+ "anymous-windows-arm64": "1.4.9",
31
+ "anymous-linux-arm64": "1.4.9",
32
+ "anymous-darwin-arm64": "1.4.9",
33
+ "anymous-windows-x64-baseline": "1.4.9",
34
+ "anymous-linux-x64-baseline-musl": "1.4.9",
35
+ "anymous-linux-x64-baseline": "1.4.9",
36
+ "anymous-windows-x64": "1.4.9",
37
+ "anymous-darwin-x64": "1.4.9",
38
+ "anymous-linux-x64-musl": "1.4.9"
39
39
  }
40
40
  }