exploitdb icon indicating copy to clipboard operation
exploitdb copied to clipboard

Incorrect date in files_exploits.csv

Open hsvhora opened this issue 4 years ago • 16 comments

Hi,

Since starting of this month (September-2021), date mapping against exploit-id is not proper, even all dates are showing same value 1970-01-01

File : file_exploits.csv

hsvhora avatar Sep 15 '21 06:09 hsvhora

+1, please fix it ASAP

id,file,description,date,author,type,platform,port
9,exploits/windows/dos/9.c,"Apache 2.x - Memory Leak",1970-01-01,"Matthew Murphy",dos,windows,

CaledoniaProject avatar Sep 20 '21 03:09 CaledoniaProject

yes, unix_timestamp: 0 in all records

DaVieS007 avatar Sep 28 '21 20:09 DaVieS007

bump

4lph4b avatar Oct 25 '21 22:10 4lph4b

still facing this issue, please fix soon

thewhiteh4t avatar Nov 30 '21 15:11 thewhiteh4t

Up Please ! Still facing this problem and it makes it very unnecessary hard to filter exploits

matreurai avatar Jan 29 '22 15:01 matreurai

137 days and counting since Offensive Security was notified about this issue.

19,021 days and counting since any exploits have been found according to this repo.

4lph4b avatar Jan 29 '22 16:01 4lph4b

I think every should fix that by their own

DaVieS007 avatar Jan 29 '22 16:01 DaVieS007

If the data is intentionally incorrect, why include it at all?

anthony-dandrea avatar Jan 29 '22 21:01 anthony-dandrea

If the data is intentionally incorrect, why include it at all?

Why publish this git repo then? searchsploit is dead.

4lph4b avatar Jan 29 '22 21:01 4lph4b

do we have alternatives?

DaVieS007 avatar Jan 29 '22 22:01 DaVieS007

I even tweeted and tagged them but absolutely no response, looks like they dont care

thewhiteh4t avatar Jan 31 '22 17:01 thewhiteh4t

do we have alternatives?

You can try HoundSploit that offers many features including date fix. You can select the Database to use in Settings.

nicolas-carolo avatar Jan 31 '22 18:01 nicolas-carolo

I've opened a ticket in offensive security and they replied today:

We are unable to provide an exact date to solve the issue. However, our team will take into the case within this month.

CaledoniaProject avatar Feb 01 '22 07:02 CaledoniaProject

@offensive-security It's been almost a year and this hasn't been fixed yet

wirespecter avatar Apr 28 '22 14:04 wirespecter

still waiting for a fix...

thewhiteh4t avatar Apr 29 '22 07:04 thewhiteh4t

@offensive-security @g0tmi1k Any update on this? Lots of people want this to be fixed.

wirespecter avatar May 10 '22 11:05 wirespecter

Anyone knows any workaround?

skontar avatar Oct 12 '22 09:10 skontar

You could approximate the dates from the git history

eaubin avatar Oct 12 '22 12:10 eaubin

Any update on this issue?

slriv3ra avatar Nov 02 '22 13:11 slriv3ra

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 '^9,' 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
9,exploits/windows/dos/9.c,"Apache 2.x - Memory Leak",2003-04-09,"Matthew Murphy",dos,windows,,2003-04-08,2017-10-04,1,OSVDB-9712;CVE-2003-0132,,,,http://www.exploit-db.comhttpd-2.0.44.tar.gz,
$

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.

offensive-security avatar Nov 11 '22 01:11 offensive-security

@wirespecter, Sorry for the delay in getting back to you - I haven't really used gitHUB since migrating over to gitLAB

g0tmi1k avatar Nov 28 '22 14:11 g0tmi1k