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
<li>Added option to view the raw JSON analysis result</li>
67
+
<li>Permissions are shown in the file tree (where available)</li>
68
+
<li>Improved comment feature</li>
69
+
<li>Single file analyses will be shown directly when completed</li>
70
+
<li>Show a link to the actual file (if available) for symlinks</li>
71
+
<li>Added option to hide symlinks in the file tree</li>
72
+
<li>Added forward/back buttons to hex preview</li>
73
+
</ul>
74
+
</li>
75
+
<li>Comparison:
76
+
<ul>
77
+
<li>Changed text files are shown as tree</li>
78
+
<li>Improved browsing page</li>
79
+
</ul>
80
+
</li>
81
+
<li>Binary search: show matching strings</li>
82
+
<li>Advanced search: improved support for <code>$contains</code> operator</li>
83
+
<li>GraphQL search: search the database using GraphQL</li>
84
+
<li>Improved upload page</li>
85
+
<li>Added dark mode</li>
86
+
<li>Added option to cancel analyses</li>
87
+
<li>Improved system and plugin status page</li>
88
+
<li>New loading animation</li>
89
+
</ul>
90
+
</li>
91
+
<li>Plugins:
92
+
<ul>
93
+
<li>known vulnerabilities:
94
+
<ul>
95
+
<li>Added check for vulnerable xz version</li>
96
+
</ul>
97
+
</li>
98
+
<li>filesystem metadata:
99
+
<ul>
100
+
<li>added support for YAFFS filesystems</li>
101
+
<li>Show permissions (where possible)</li>
102
+
</ul>
103
+
</li>
104
+
<li>software components:
105
+
<ul>
106
+
<li>Improved signatures of OpenSSH, dropbear and lighttpd</li>
107
+
</ul>
108
+
</li>
109
+
<li>CVE lookup:
110
+
<ul>
111
+
<li>Added support for CVSS 4.0+ metrics</li>
112
+
</ul>
113
+
</li>
114
+
<li>IP and URI finder:
115
+
<ul>
116
+
<li>Merged with "interesting URIs" plugin</li>
117
+
<li>Improved template</li>
118
+
</ul>
119
+
</li>
120
+
<li>printable strings:
121
+
<ul>
122
+
<li>merged with string evaluator plugin</li>
123
+
<li>improved result visualization</li>
124
+
</ul>
125
+
</li>
126
+
<li>users and passwords:
127
+
<ul>
128
+
<li>improved password cracking wordlist</li>
129
+
</ul>
130
+
</li>
131
+
</ul>
132
+
</li>
133
+
<li>Other:
134
+
<ul>
135
+
<li>Firmware import/export: analyses (extracted files and results) can now be exported and imported using the script <code>firmware_import_export.py</code></li>
136
+
<li>Added delete endpoint to REST API</li>
137
+
<li>Extractor docker image can now be set in the configuration</li>
138
+
</ul>
139
+
</li>
140
+
</ul>
141
+
</li>
142
+
<li>Performance/Efficiency Improvements:
143
+
<ul>
144
+
<li>Improved docker container mount efficiency of multiple analysis plugins</li>
145
+
<li>Improved code highlighting speed on analysis page</li>
146
+
<li>Optimized RAM usage of cve lookup plugin setup</li>
0 commit comments