Sinderella / epherousa

1 stars 0 forks source link

0day.today searcher crashed #18

Open Sinderella opened 7 years ago

Sinderella commented 7 years ago

Keyword: cakephp

Exception in thread Thread-4:
Traceback (most recent call last):
  File "/usr/local/Cellar/python3/3.5.2_3/Frameworks/Python.framework/Versions/3.5/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/usr/local/Cellar/python3/3.5.2_3/Frameworks/Python.framework/Versions/3.5/lib/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/Sinderella/PycharmProjects/untitled/untitled/../untitled/searchers/Searcher.py", line 38, in findExploits
    self.findExploitsByString()
  File "/Users/Sinderella/PycharmProjects/untitled/untitled/../untitled/searchers/ZeroDayToday.py", line 30, in findExploitsByString
    self.findExploitsFromURL(search_url)
  File "/Users/Sinderella/PycharmProjects/untitled/untitled/../untitled/searchers/ZeroDayToday.py", line 47, in findExploitsFromURL
    date = datetime.strptime(date_string[0], "%d-%m-%Y")
  File "/usr/local/Cellar/python3/3.5.2_3/Frameworks/Python.framework/Versions/3.5/lib/python3.5/_strptime.py", line 510, in _strptime_datetime
    tt, fraction = _strptime(data_string, format)
  File "/usr/local/Cellar/python3/3.5.2_3/Frameworks/Python.framework/Versions/3.5/lib/python3.5/_strptime.py", line 343, in _strptime
    (data_string, format))
ValueError: time data '30-11--0001' does not match format '%d-%m-%Y'