infobyte / faraday

Open Source Vulnerability Management Platform
https://www.faradaysec.com
GNU General Public License v3.0
4.78k stars 885 forks source link

Can't install client and server on the same machine? #423

Closed bt-nia closed 3 years ago

bt-nia commented 3 years ago

I just followed the install process for the server and wanted to upload a report. From what I understand this has to happen via the client, so I installed that. However, after installing it, the server was removed. How/why is that?

aenima-x commented 3 years ago

@bt-nia you can upload the report in the server. Go to Manage and click in the upload icon. Select the report, and then "upload file".

Theres a dependency issue between the server and the client. The client is gonna be deprecated for a command line tool we are working on.

bt-nia commented 3 years ago

@aenima-x thank you. I was aware of this, but I'm looking for a way to upload reports programmatically. Since I'm looking for a way to add reports from a scheduled scan. Is there an other option?

Is there some kind of ETA for the new command line tool?

aenima-x commented 3 years ago

@bt-nia https://github.com/infobyte/faraday-cli

but keep in mind that it might change

aenima-x commented 3 years ago

@bt-nia feel free to leave feedback and open issue if you have problems

bt-nia commented 3 years ago

@aenima-x awesome! That's what I was looking for. The auth call does seem to require some manual input, but overall the necessary functions are there.