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
* Update screenshots.py
* Add QR code URL extraction to screenshots module
Introduces optional QR code URL extraction in Windows screenshots. Adds configuration option 'screenshots_qr' and corresponding UI checkbox, enabling automatic detection and opening of URLs from QR codes found in screenshots if OpenCV is available.
* Add QR code URL extraction from screenshots
Introduces QR code detection using OpenCV in the deduplication process. Extracted URLs from QR codes in screenshots are collected and stored in results. Adds a new signature module to report these URLs.
* Update screenshots.py
* Update deduplication.py
* Update test_analysis_manager.py
* Update test_analysis_manager.py
* Update test_analysis_manager.py
* Update test_analysis_manager.py
<inputtype="checkbox" name="screenshots_qr" /> QR URL extraction <spanclass="text-muted"><small>(Extract and open URLs from QR codes in screenshots)</small></span>
604
+
</label>
605
+
</div>
606
+
<divclass="form-check">
607
+
<label>
608
+
<inputtype="checkbox" name="static"/> Try to extract config without VM <spanclass="text-muted"><small>(Submit to VM if not extracted)</small></span>
0 commit comments