Codebase list python-faraday / 1611737
Update the helper-script to wait for the server Sophie Brun 7 years ago
3 changed file(s) with 3 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
2121 user and password are the one you chose in step 1:
2222 http://user:[email protected]:5985
2323
24 The port 5985 is the default port for Faraday in kali (see the note below)
24 The port 5985 is the default port for Faraday in kali
2525
2626 You can also configure the server IP in the config file
2727 ~/.faraday/config/user.xml before launching faraday.
2828 <couch_uri>http://user:[email protected]:5985</couch_uri>
29
30
31 IMPORTANT NOTE: the ports are inverted between kali and faraday wiki
32 (https://github.com/infobyte/faraday/wiki/First-steps)
33 Port of couchdb is 5984 in kali , 5985 mentioned on the wiki
34 Port of faraday is 5985 in kali , 5984 mentioned on the wiki
35 In kali we kept the default port configured in couchdb
11
22 * Import new upstream release
33 * Drop patch modify-configuration.patch: merged by upstream
4 * Update the helper-script to wait for the server
45
56 -- Sophie Brun <[email protected]> Fri, 23 Sep 2016 12:06:29 +0200
67
00 #!/bin/sh
11
22 systemctl start python-faraday
3 sleep 3
34 cd /usr/share/python-faraday && ./faraday.py "$@"
45 systemctl stop python-faraday