{"id":16446507,"url":"https://github.com/edoardottt/defango","last_synced_at":"2025-03-23T08:32:20.620Z","repository":{"id":205642516,"uuid":"714573278","full_name":"edoardottt/defango","owner":"edoardottt","description":"URL / IP / Email defanging with Golang. Make IoC harmless.","archived":false,"fork":false,"pushed_at":"2024-11-26T10:13:57.000Z","size":34,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T19:29:24.715Z","etag":null,"topics":["defang","defanging","defense","defensive-security","email-security","go","golang","golang-module","golang-package","indicators-of-compromise","ioc","malware","malware-analysis","malware-protection","malware-research","phishing","phishing-protection","security","web-security","websecurity"],"latest_commit_sha":null,"homepage":"https://edoardoottavianelli.it","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edoardottt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":"edoardottt","liberapay":"edoardottt","patreon":"edoardottt","ko_fi":"edoardottt","open_collective":"edoardottt","custom":"https://www.paypal.me/edoardottt"}},"created_at":"2023-11-05T09:07:40.000Z","updated_at":"2025-03-02T14:00:04.000Z","dependencies_parsed_at":"2023-11-29T10:43:21.375Z","dependency_job_id":"95734e71-432c-4d9f-a5e3-1219f1fa23ce","html_url":"https://github.com/edoardottt/defango","commit_stats":null,"previous_names":["edoardottt/defango"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fdefango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fdefango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fdefango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edoardottt%2Fdefango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edoardottt","download_url":"https://codeload.github.com/edoardottt/defango/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245078067,"owners_count":20557274,"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":["defang","defanging","defense","defensive-security","email-security","go","golang","golang-module","golang-package","indicators-of-compromise","ioc","malware","malware-analysis","malware-protection","malware-research","phishing","phishing-protection","security","web-security","websecurity"],"created_at":"2024-10-11T09:47:50.608Z","updated_at":"2025-03-23T08:32:20.609Z","avatar_url":"https://github.com/edoardottt.png","language":"Go","readme":"\u003ch1 align=\"center\"\u003e\n  defango\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eURL / IP / Email defanging with Golang. Make IoC harmless.\u003c/h4\u003e\n\n\u003ch6 align=\"center\"\u003e Coded with 💙 by edoardottt \u003c/h6\u003e\n\n\u003cp align=\"center\"\u003e\n\n  \u003ca href=\"https://github.com/edoardottt/defango/actions\"\u003e\n      \u003cimg src=\"https://github.com/edoardottt/defango/actions/workflows/go.yml/badge.svg\" alt=\"go action\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://goreportcard.com/report/github.com/edoardottt/defango\"\u003e\n      \u003cimg src=\"https://goreportcard.com/badge/github.com/edoardottt/defango\" alt=\"go report card\"\u003e\n  \u003c/a\u003e\n\n\u003cbr\u003e\n  \u003c!--Tweet button--\u003e\n  \u003ca href=\"https://twitter.com/intent/tweet?text=defango%20-%20URL%20%2F%20IP%20%2F%20Email%20defanging%20with%20Golang.%20Make%20IoC%20harmless.%20https%3A%2F%2Fgithub.com%2Fedoardottt%2Fdefango%20%23golang%20%23github%20%23linux%20%23infosec%20%23malware\" target=\"_blank\"\u003eShare on Twitter!\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#install-\"\u003eInstall\u003c/a\u003e •\n  \u003ca href=\"#get-started-\"\u003eGet Started\u003c/a\u003e •\n  \u003ca href=\"#changelog-\"\u003eChangelog\u003c/a\u003e •\n  \u003ca href=\"#contributing-\"\u003eContributing\u003c/a\u003e •\n  \u003ca href=\"#license-\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\nInstall 📡\n----------\n\n```console\ngo get github.com/edoardottt/defango\n```\n\nGet Started 🎉\n----------\n\n```go\npackage main\n\nimport (\n    \"fmt\"\n    \"log\"\n    \"github.com/edoardottt/defango\"\n)\n\nfunc main() {\n    fmt.Println(defango.IP(\"8.8.8.8:53\"))\n\n    u, err := defango.URL(\"http://malicious.example.link.com:666/m4lw4r3.exe\")\n    if err != nil {\n      log.Fatal(err)\n    }\n    fmt.Println(u)\n\n    fmt.Println(defango.Email(\"mailto:edoardott@gmail.com\"))\n}\n```\n\nRead the full [`package documentation here`](https://pkg.go.dev/github.com/edoardottt/defango).\n\nChangelog 📌\n-------\n\nDetailed changes for each release are documented in the [release notes](https://github.com/edoardottt/defango/releases).\n\nContributing 🛠\n-------\n\nJust open an [issue](https://github.com/edoardottt/defango/issues) / [pull request](https://github.com/edoardottt/defango/pulls).\n\nBefore opening a pull request, download [golangci-lint](https://golangci-lint.run/usage/install/) and run\n\n```console\ngolangci-lint run\n```\n\nIf there aren't errors, go ahead :)\n\nLicense 📝\n-------\n\nThis repository is under [MIT License](https://github.com/edoardottt/defango/blob/main/LICENSE).  \n[edoardottt.com](https://edoardottt.com) to contact me.\n","funding_links":["https://github.com/sponsors/edoardottt","https://liberapay.com/edoardottt","https://patreon.com/edoardottt","https://ko-fi.com/edoardottt","https://opencollective.com/edoardottt","https://www.paypal.me/edoardottt"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoardottt%2Fdefango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedoardottt%2Fdefango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedoardottt%2Fdefango/lists"}