Replies: 4 comments
-
e6f9629f10c3:~/cowrie$ mkdir cat mkdir: can't create directory 'cat': Read-only file system e6f9629f10c3:~/cowrie$ |
Beta Was this translation helpful? Give feedback.
-
any help would be great guys, i'm struct at this for weeks together |
Beta Was this translation helpful? Give feedback.
-
/home/cowrie/cowrie/share/cowrie/fs.pickle Kippo/Cowrie file system interactive editor fs.pickle:/$ ls |
Beta Was this translation helpful? Give feedback.
-
@t3chn0m4g3 Or @everyone please let me know if any solutions exist for the issue, its for my project and i need to submit it soon, i do not have much time guys ; ( |
Beta Was this translation helpful? Give feedback.
-
I have installed tpot as a standalone and i wanted to configure the honeypot to run only the cowrie honeypot.
i changed the tpot.yml file and ensure that only cowrie is running, now when i try to change the fs in cowrie, which is easily distinguishable as a honeypot to a new file system by using pickle file and a few other files, i am getting an error which says the file system is only readable.
e6f9629f10c3:
/cowrie$ ./bin/createfs -l YOUR-DIR -d 6 -o ./share/cowrie/custom.pickle/cowrie$Traceback (most recent call last):
File "/home/cowrie/cowrie/./bin/createfs", line 192, in
pickle.dump(tree, open(output, "wb"))
OSError: [Errno 30] Read-only file system: './share/cowrie/custom.pickle'
e6f9629f10c3:
whenever i try to edit or configure something, even if i want to make a directory using mkdir, i get the error saying..
OSError: [Errno 30] Read-only file system: './share/cowrie/custom.pickle'
i tried to change the file in the docker-compose file also,
in the screenshot you can see that the read only file is set to true, i changed it to false and restarted the tpot, and even then i am getting the same error.
I am trying to implement a few lures in the fs using pickle fs, so if any of you can help me how to make the file system in conatiner writable, i will be eternally grateful
Beta Was this translation helpful? Give feedback.
All reactions