You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--timeout`|`-t`|`15`| Detonation duration in seconds |
70
+
|`--os`|`-o`|`win-10`| Preferred OS for detonation (`win-7` or `win-10`) |
71
+
50
72
### Rescan
51
73
52
74
Rescan an existing file by its SHA256 hash, or rescan a batch of hashes from a text file.
@@ -55,6 +77,14 @@ Rescan an existing file by its SHA256 hash, or rescan a batch of hashes from a t
55
77
saferwall-cli rescan <sha256>
56
78
```
57
79
80
+
### View
81
+
82
+
View scan results for a file by its SHA256 hash. Displays file identification (hashes, size), properties (format, packer, timestamps), classification verdict, and antivirus detection results. For archive files, it shows a summary table of all contained files.
83
+
84
+
```sh
85
+
saferwall-cli view <sha256>
86
+
```
87
+
58
88
### Download
59
89
60
90
Download a sample by its SHA256 hash, or provide a text file with one hash per line to download in batch.
0 commit comments