{"id":13839834,"url":"https://github.com/checkymander/Carbuncle","last_synced_at":"2025-07-11T06:32:04.131Z","repository":{"id":51030665,"uuid":"280772969","full_name":"checkymander/Carbuncle","owner":"checkymander","description":"Tool for interacting with outlook interop during red team engagements","archived":false,"fork":false,"pushed_at":"2021-06-29T14:09:29.000Z","size":61,"stargazers_count":142,"open_issues_count":1,"forks_count":25,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-05T17:24:20.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/checkymander.png","metadata":{"files":{"readme":"README.md","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":"2020-07-19T01:56:11.000Z","updated_at":"2024-07-19T07:36:26.000Z","dependencies_parsed_at":"2022-09-21T03:42:59.113Z","dependency_job_id":null,"html_url":"https://github.com/checkymander/Carbuncle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkymander%2FCarbuncle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkymander%2FCarbuncle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkymander%2FCarbuncle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/checkymander%2FCarbuncle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/checkymander","download_url":"https://codeload.github.com/checkymander/Carbuncle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225700133,"owners_count":17510439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-08-04T17:00:36.072Z","updated_at":"2024-11-21T08:31:38.752Z","avatar_url":"https://github.com/checkymander.png","language":"C#","funding_links":[],"categories":["C# #","C# (212)"],"sub_categories":[],"readme":"# Carbuncle\nTool for interacting with outlook interop during red team engagements.\n\n# Usage\n```\nCarbuncle Usage:\ncarbuncle.exe \u003caction\u003e \u003caction arguments\u003e\n\nActions:\n\tsearchmail\t\tSearch for an e-mail in the users inbox\n\tattachments\t\tSearch for and download attachments\n\tread\t\t\tRead a specific e-mail item\n\tsend\t\t\tSend an e-mail\n\tmonitor\t\t\tMonitor for new e-mail items\n\nread:\n\t/entryid:\t\tRead an e-mail by its specific unique ID\n\t\t\t\t\tcarbuncle.exe read /entryid:00000000ABF08F38F774EF44BD800D54DA6135740700438C90E5F1E27549A26DD4C4CE7C884C0069B971A0EB00007E3487BFEF2F834F93D188D339E4EA4E00003BA5A49B0000\n\t\n\t/number:\t\tReadn an e-mail by its numerical position in the inbox.\n\t\t\t\t\tcarbuncle.exe read /number:3\n\t\t\t\t\t\n\t/subject\t\tRead an e-mail by its subject\n\t\t\t\t\tcarbuncle.exe read /subject:\"Password Reset 05/20/2021\"\n\t\t\t\t\t\n\t\nsearchmail:\n\t/body\t\t\tSearch by the content of the body. Supported search methods: /regex and /content\n\t\t\t\t\tcarbuncle.exe searchmail /body /content:\"Password\" [/display]\n\t\t\t\t\t\n\t/senderaddress\tSearch by sender address. Supported search methods: /regex and /address\n\t\t\t\t\tcarbuncle.exe searchmail /senderaddress:\"checkymander@protonmail.com\" [/display]\n\t\t\t\t\t\n\t/subject\t\tSearch by e-mail subject. Supported search methods: /regex and /content\n\t\t\t\t\tcarbuncle.exe searchmail /subject /regex:\"(checky).+\" [/display]\n\t\n\t/attachment\t\tSearch by e-mail attachment. Supported serach methods: /regex and /name\n\t\t\t\t\tcarbuncle.exe searchmail /regex:\"(id_rsa).+\" /downloadpath:\"C:\\\\temp\\\\\" [/display]\n\t\n\t/all\t\t\tGets all e-mails\n\t\t\t\t\tcarbuncle.exe /all [/display]\n\t\n\tOptional Flags:\n\t/display \t\tDisplay the body of any matched e-mail.\n\t/downloadpath\tDownload any matching attachments to the specified location\n\nmonitor:\n\tOptional:\n\t/regex\t\t\tCan specify a regex to only notify on new e-mails that match a specific regex\n\t\t\t\t\tcarbuncle.exe monitor /regex:(id_rsa) [/display]\n\t\n\t/display\t\tDisplay the e-mails in console as they arrive.\n\t\t\t\t\tcarbuncle.exe monitor /display\n\t\t\t\t\t\nattachments\n\t/all\t\t\tDownloads all attachments to the specified download folder\n\t\t\t\t\tcarbuncle.exe attachments /downloadpath:\"C:\\\\temp\\\\\" /all\n\t\t\t\t\t\n\t/entryid\t\tDownload attachment from a specified e-mail\n\t\t\t\t\tcarbuncle.exe attachments /downloadpath:\"C\\\\temp\\\\\" /entryid:00000000ABF08F38F774EF44BD800D54DA6135740700438C90E5F1E27549A26DD4C4CE7C884C0069B971A0EB00007E3487BFEF2F834F93D188D339E4EA4E00003BA5A49B0000\n\t\t\t\t\t\n\t\t\t\t\t\nsend\n\t/subject\t\tSets the subject of the e-mail\n \n\t/recipients\t\tA comma separated list of recipients for the e-mail to be sent to\n\n\t/body\t\t\tBody of the e-mail to send.\n\t\t\t\n\t/attachment\t\tThe local file of the attachment to be included in the e-mail\n\n\t/attachmentname\t(Optional) The name of the attachment. The default is the name of the file without the extension.\n\t\t\t\t\tcarbuncle.exe send /subject:\"test e-mail please ignore\" /recipients:\"email1@domain.com,email2@domain.com\" /body:\"Hello World\" /attachment:\"C:\\\\temp\\\\attachment.exe\" /attachmentname:\"Totally Legitimate\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheckymander%2FCarbuncle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheckymander%2FCarbuncle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheckymander%2FCarbuncle/lists"}