mirror of https://github.com/cowrie/cowrie.git
.dist file goes to etc/
This commit is contained in:
parent
369497005f
commit
b584287e3a
|
@ -51,7 +51,7 @@ For Python dependencies, see requirements.txt
|
||||||
|
|
||||||
## Files of interest:
|
## Files of interest:
|
||||||
|
|
||||||
* `cowrie.cfg` - Cowrie's configuration file. Default values can be found in `cowrie.cfg.dist`
|
* `cowrie.cfg` - Cowrie's configuration file. Default values can be found in `etc/cowrie.cfg.dist`
|
||||||
* `data/fs.pickle` - fake filesystem
|
* `data/fs.pickle` - fake filesystem
|
||||||
* `data/userdb.txt` - credentials allowed or disallowed to access the honeypot
|
* `data/userdb.txt` - credentials allowed or disallowed to access the honeypot
|
||||||
* `dl/` - files transferred from the attacker to the honeypot are stored here
|
* `dl/` - files transferred from the attacker to the honeypot are stored here
|
||||||
|
|
|
@ -42,4 +42,4 @@ def readConfigFile(cfgfile):
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
|
||||||
CONFIG = readConfigFile(("cowrie.cfg.dist", "etc/cowrie.cfg", "cowrie.cfg"))
|
CONFIG = readConfigFile(("etc/cowrie.cfg.dist", "etc/cowrie.cfg", "cowrie.cfg"))
|
||||||
|
|
Loading…
Reference in New Issue