ciscocsirt / malspider

Malspider is a web spidering framework that detects characteristics of web compromises.
BSD 3-Clause "New" or "Revised" License
420 stars 78 forks source link

Spider Daemon links to localhost? #10

Closed wrinkl3 closed 7 years ago

wrinkl3 commented 7 years ago

I'm trying to run malspider on a remote server. I'm accessing the dashboard just fine using "serveripaddress":8080. However, all the links from the dashboard that are supposed to lead to the spider daemon are given as "http://localhost:6802", which seems to be a hardcoded address. Manually changing localhost to "serveripaddress" doesn't seem to help. How do I fix it?

jasheppa5 commented 7 years ago

Hi Alex,

It's a bug in the code - The spider daemon should be accessed via the scrapyd api from django and not directly. I'll probably remove the links completely in the next release until I recode a custom daemon page.

-James

On Wed, Sep 14, 2016 at 3:23 AM, Alex Shatberashvili < notifications@github.com> wrote:

I'm trying to run malspider on a remote server. I'm accessing the dashboard just fine using :8080. However, all the links from the dashboard that are supposed to lead to the spider daemon are given as " http://localhost:6802", which seems to be a hardcoded address. Manually changing localhost to doesn't seem to help. How do I fix it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ciscocsirt/malspider/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AR0QEIq7OH689853cKyRU3ruWf4K0-4jks5qp6DvgaJpZM4J8eN5 .