This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository mum. See http://git.chorem.org/mum.git commit 3cb88d4b837245c98f67c02dac1e1d5c0e9689cf Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Wed Jul 1 11:31:01 2015 +0200 replace run.sh to mum.sh --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 482b7bd..a83d94c 100644 --- a/README +++ b/README @@ -29,14 +29,14 @@ Run the install script (it will install python dependences with Pip): Copy the mum.conf file to create a local configuration file. -Edit this local configuration file. To get informations about each field, type : ./run.sh -h +Edit this local configuration file. To get informations about each field, type : ./mum.sh -h Launch the server (you need root access for UDP scan with nmap): -sudo ./run.sh location_of_local_conf_file +sudo ./mum.sh location_of_local_conf_file You can also overwrite a filed of the configuration file by adding "--field value" arguments on the command line. To get all avaliable arguments, type : -./run.sh -h +./mum.sh -h The service will be avaliable by default on 0.0.0.0:1337 @@ -63,6 +63,6 @@ Edit local configuration file by following the latest model (mum.conf) Remove database -Launch the server again: sudo ./run.sh location_of_local_conf_file +Launch the server again: sudo ./mum.sh location_of_local_conf_file Don't forget to set the default settings before scanning machines ! \ No newline at end of file -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.