To modify the fake filesystem in Kippo honeypot:
1. Browse to /honeydrive/kippo/data/fs
2. Create a new directory or file (e.g. myfiles)
3. Modify the script create_filesystem.py to include the newly created directory/file in the fake filesystem
4. Re-run the script to rebuild the fake filesystem pickle file with the modifications
5. Restart Kippo using ./start.sh
6. Now when an attacker SSH's in, they should see the new myfiles directory/file
The fake filesystem is built dynamically using Python scripts and stored in a pickle file. Modifying the creation script allows customizing what