{"id":17244726,"url":"https://github.com/kost/babushkafs","last_synced_at":"2026-06-30T12:31:14.298Z","repository":{"id":917095,"uuid":"679277","full_name":"kost/babushkafs","owner":"kost","description":"Pluggable filesystem containers","archived":false,"fork":false,"pushed_at":"2010-05-21T16:47:18.000Z","size":154,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-05T00:19:12.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kost.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-05-21T16:45:37.000Z","updated_at":"2015-08-09T20:10:44.000Z","dependencies_parsed_at":"2022-07-18T05:21:07.904Z","dependency_job_id":null,"html_url":"https://github.com/kost/babushkafs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kost/babushkafs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fbabushkafs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fbabushkafs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fbabushkafs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fbabushkafs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kost","download_url":"https://codeload.github.com/kost/babushkafs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kost%2Fbabushkafs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34967614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T06:27:16.007Z","updated_at":"2026-06-30T12:31:14.250Z","avatar_url":"https://github.com/kost.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"./babushkafs.pl: Pluggable filesystem containers\nCopyright (C) Vlatko Kosturjak, Kost. Distributed under GPL\n\nWARNING!\nThis is Proof of Concept (PoC) implementation. Do not store important data.\n\nFEATURES\n========\nMount encrypted filesystem container using FUSE. \n\nCurrently supported containers:\n- fsFile (store filesystem in file)\n- fsNessusPolicies (store filesystem inside Nessus Policy)\n- fsNessusReports (store filesystem inside Nessus Report)\n\nREQUIREMENTS\n============\nFollowing CPAN modules are required:\nCrypt::GCrypt\nMIME::Base64\nFuse::Simple\nFuse\n\nFor file plugin:\nFile::Slurp\n\nFor nessus plugins:\nXML::Simple\nNet::Nessus::XMLRPC\n\nUSAGE\n=====\nUsage: ./babushkafs.pl [-n] \u003c-s store\u003e \u003c-S name=value,name2=value2\u003e \u003c-E key=secret,iv=myiv\u003e \u003cmount-path\u003e\n\n -n     create new filesystem\n -s \u003cs\u003e use \u003cs\u003e plugin for storage\n -S \u003cs\u003e set following options for storage plugin\n -E \u003cs\u003e set following options for encryption plugin\n -v     verbose\n -h     this help message\n\n\nEXAMPLES\n========\nCreate the filesystem first with -n:\n./babushkafs.pl -n -s file -S \"filename=/tmp/myfs\" -E \"key=my secret key,iv=my init vector\" /tmp\n\nWhen filesystem is created, mount without -n :\n./babushkafs.pl -s file -S \"filename=/tmp/myfs\" -E \"key=my secret key,iv=my init vector\" /tmp\n\nSame rule apply, for other filesystems (in short, be careful with -n), here's \njust few examples for other containers:\n\n./babushkafs.pl -s nessus-policies -S \"url=https://localhost:8834/,user=joe,password=mypassword,policyid=1\" -E \"key=my secret key,iv=my init vector\" /tmp\n\n./babushkafs.pl -s nessus-reports -S \"url=https://localhost:8834/,user=joe,password=mypassword,reportid=2b212e10-0ef6-d777-3488-3ff52d6ec3bf4627e48e28786911\" -E \"key=my secret key,iv=my init vector\" /tmp\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fbabushkafs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkost%2Fbabushkafs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkost%2Fbabushkafs/lists"}