schirrmacher commited on
Commit
7e32428
Β·
verified Β·
1 Parent(s): a05ca61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -25,6 +25,7 @@ malwi examples/malicious
25
 
26
  3) **Evaluate**: a [recent zero-day](https://socket.dev/blog/malicious-pypi-package-targets-discord-developers-with-RAT) detected with high confidence
27
  ```
 
28
  .--------.---.-| .--.--.--|__|
29
  | | _ | | | | | |
30
  |__|__|__|___._|__|________|__|
@@ -32,18 +33,30 @@ malwi examples/malicious
32
 
33
 
34
  - target: examples/malicious
 
35
  - files: 13
36
  β”œβ”€β”€ scanned: 3
37
  β”œβ”€β”€ skipped: 10
38
  └── suspicious:
 
 
 
 
39
  └── examples/malicious/discordpydebug-0.0.4/src/discordpydebug/__init__.py
40
- └── <module>
41
- β”œβ”€β”€ deserialization
42
- β”œβ”€β”€ user io
43
- β”œβ”€β”€ system interaction
 
 
 
 
 
 
 
44
  └── process management
45
 
46
- => πŸ‘Ή malicious 1.00
47
  ```
48
 
49
  ## Why malwi?
 
25
 
26
  3) **Evaluate**: a [recent zero-day](https://socket.dev/blog/malicious-pypi-package-targets-discord-developers-with-RAT) detected with high confidence
27
  ```
28
+ __ __
29
  .--------.---.-| .--.--.--|__|
30
  | | _ | | | | | |
31
  |__|__|__|___._|__|________|__|
 
33
 
34
 
35
  - target: examples/malicious
36
+ - seconds: 0.42
37
  - files: 13
38
  β”œβ”€β”€ scanned: 3
39
  β”œβ”€β”€ skipped: 10
40
  └── suspicious:
41
+ β”œβ”€β”€ examples/malicious/discordpydebug-0.0.4/setup.py
42
+ β”‚ └── <module>
43
+ β”‚ β”œβ”€β”€ archive compression
44
+ β”‚ └── package installation execution
45
  └── examples/malicious/discordpydebug-0.0.4/src/discordpydebug/__init__.py
46
+ β”œβ”€β”€ <module>
47
+ β”‚ β”œβ”€β”€ process management
48
+ β”‚ β”œβ”€β”€ system interaction
49
+ β”‚ β”œβ”€β”€ deserialization
50
+ β”‚ └── user io
51
+ β”œβ”€β”€ run
52
+ β”‚ └── fs linking
53
+ β”œβ”€β”€ debug
54
+ β”‚ β”œβ”€β”€ fs linking
55
+ β”‚ └── archive compression
56
+ └── runcommand
57
  └── process management
58
 
59
+ => πŸ‘Ή malicious 0.98
60
  ```
61
 
62
  ## Why malwi?