offensive-security / exploitdb

The legacy Exploit Database repository - New repo located at https://gitlab.com/exploit-database/exploitdb
https://gitlab.com/exploit-database/exploitdb
GNU General Public License v2.0
7.74k stars 1.88k forks source link

Dates on the file files_exploits.csv are wrong #221

Closed koncharman closed 2 years ago

koncharman commented 2 years ago

All the dates of the published exploits are stacked on "1970-1-1". I reviewed the file from google chrome and here is an example i encountered:

50781,exploits/windows/remote/50781.txt,"Adobe ColdFusion 11 - LDAP Java Object Deserialization Remode Code Execution (RCE)",1970-01-01,"Amel BOUZIANE-LEBLOND",remote,windows,

This published exploit on your official site has exactly the same attributes but the linked date is "2022-2-23"

offensive-security commented 2 years ago

Sorry for the delay. Thank you for the bug report.

The 2022 update should fix it: https://www.offensive-security.com/offsec/exploit-db-2022-update/

$ head -n 1 files_exploits.csv; grep '^50781,' files_exploits.csv
id,file,description,date_published,author,type,platform,port,date_added,date_updated,verified,codes,tags,aliases,screenshot_url,application_url,source_url
50781,exploits/windows/remote/50781.txt,"Adobe ColdFusion 11 - LDAP Java Object Deserialization Remode Code Execution (RCE)",2022-02-23,"Amel BOUZIANE-LEBLOND",remote,windows,,2022-02-23,2022-02-23,0,,,,,,

You should be able to get updates now from: https://gitlab.com/exploit-database/exploitdb If you are still having issues, open up a ticket here: https://gitlab.com/exploit-database/exploitdb/-/issues.