keks411 / Skadi-Data-Sec

0 stars 0 forks source link

Overwrite duplicate file online #12

Open keks411 opened 2 years ago

keks411 commented 2 years ago

While random num generator works it simply is a workaround. Best scenario should be to overwrite existing files to not even have to deal with duplicates. However, could also argue that we do want duplicates in case customer scans his system several times. Not sure yet

keks411 commented 1 year ago

Version 1.6 - Basta: Issue: Random-Num suffix to avoid duplicates. While technically possible (no logic implemented) it is very unlikely to actually create duplicates. IF it happens, file will get overwritten.

Best case scenario would be to check the names beforehand. Howver this could technically be abused to bruteforce names and therefore leak information. Maybe some sort of database is needed?