-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Connect to docker daemon at standard IP and port 2375, add suricata s…
…ocket directory
- Loading branch information
Showing
2 changed files
with
4 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,12 @@ | ||
FjoSpidie-Interface | ||
=================== | ||
|
||
FjoSpidie Honey Client web interface | ||
|
||
`python manage.py runserver` | ||
|
||
Or, uwsgi: | ||
|
||
[uwsgi] | ||
chdir=/home/espen/SpidieFace | ||
module=SpidieFace.wsgi:application | ||
master=True | ||
pidfile=/tmp/project-master.pid | ||
vacuum=True | ||
env DJANGO_SETTINGS_MODULE=SpidieFace.settings | ||
home=/home/espen/Sources/fjospidie_virtual | ||
max-requests=5000 | ||
daemonize=/var/log/spidieface.log | ||
socket=/tmp/spidie.sock | ||
master | ||
processes=5 | ||
plugins=python | ||
|
||
======= | ||
FjoSpidie Interface | ||
=================== | ||
This is a WEB interface for the FjoSpidie Honey Client. | ||
It is written in Python and built on django | ||
|
||
Building | ||
======== | ||
* `perl Makefile.PL` | ||
* `make` | ||
|
||
Usage | ||
===== | ||
Run script/fjospidie_server.pl to start the application. | ||
The interface is best run in Docker `docker run --link some-mongo:mongo -p 80:8080 -d espenfjo/spidieface` | ||
|
||
|
||
See https://www.dropbox.com/s/eiwul3ipmqto57s/Screenshot%202013-10-26%2021.35.40.png for how it looks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters