Skip to content

Commit c6890a9

Browse files
Remove unnecessary browser data paths from sensitive paths in vulnscan.py
Signed-off-by: Shahm Najeeb <[email protected]>
1 parent b431a08 commit c6890a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CODE/vulnscan.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
r"C:\Users\%USERNAME%\Downloads",
3535
r"C:\Users\%USERNAME%\AppData\Roaming",
3636
r"C:\Users\%USERNAME%\AppData\Local",
37-
r"C:\Users\%USERNAME%\AppData\Local\Google\Chrome\User Data",
38-
r"C:\Users\%USERNAME%\AppData\Roaming\Mozilla\Firefox\Profiles",
3937
r"C:\Users\%USERNAME%\OneDrive",
4038
r"C:\Users\%USERNAME%\Dropbox",
4139
r"C:\Users\%USERNAME%\Google Drive",

0 commit comments

Comments
 (0)