vulsio / go-exploitdb

Tool for searching Exploits from Exploit Databases, etc.
MIT License
249 stars 56 forks source link

exploitdb times out #28

Closed StackKorora closed 5 years ago

StackKorora commented 5 years ago

This might be related to #17 except I am not using a proxy at all. I tried two different internet connections with the same results. I can browse http://cve.mitre.org/data/downloads/allitems-cvrf-year-1999.xml via firefox and download via wget every time but when I use go-exploitdb it times out every time.

$ go-exploitdb fetch exploitdb --debug
INFO[06-17|18:05:02] Opening Database.                        db=sqlite3
INFO[06-17|18:05:02] Migrating DB.                            db=sqlite3
INFO[06-17|18:05:02] Fetching Offensive Security Exploit 
INFO[06-17|18:05:02] Fetching                                 URL=http://cve.mitre.org/data/downloads/allitems-cvrf-year-1999.xml
EROR[06-17|18:21:07] Failed to fetch Exploit                  err="Failed to fetch cve data from Mitre. targetURL: http://cve.mitre.org/data/downloads/allitems-cvrf-year-1999.xml: HTTP error. errs: [Get http://cve.mitre.org/data/downloads/allitems-cvrf-year-1999.xml: read tcp 192.168.1.10:44626->192.52.194.135:80: read: connection timed out], url: http://cve.mitre.org/data/downloads/allitems-cvrf-year-1999.xml"
Failed to fetch cve data from Mitre. targetURL: http://cve.mitre.org/data/downloads/allitems-cvrf-year-1999.xml: HTTP error. errs: [Get http://cve.mitre.org/data/downloads/allitems-cvrf-year-1999.xml: read tcp 192.168.1.10:44626->192.52.194.135:80: read: connection timed out], url: http://cve.mitre.org/data/downloads/allitems-cvrf-year-1999.xml

Any thoughts on what I can do to fix this? Thanks.

StackKorora commented 5 years ago

Ack! Never mind. I was having a proxy issue afterall.