{"id":49546940,"url":"https://github.com/fabiodefilipposoftware/fdsec","last_synced_at":"2026-05-02T20:00:47.831Z","repository":{"id":341100141,"uuid":"1168898057","full_name":"fabiodefilipposoftware/FDSec","owner":"fabiodefilipposoftware","description":"A sort of Antivirus for Windows","archived":false,"fork":false,"pushed_at":"2026-04-26T17:47:27.000Z","size":16134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-26T18:23:59.273Z","etag":null,"topics":["anti-virus","antivirus","antivirus-scanner","antivirusscanner","cyber-security","cybersecurity","cybersecurity-tools","malware-detection","protection","security","security-tools"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabiodefilipposoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-27T23:22:22.000Z","updated_at":"2026-04-26T17:47:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fabiodefilipposoftware/FDSec","commit_stats":null,"previous_names":["fabiodefilipposoftware/fdsec"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabiodefilipposoftware/FDSec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiodefilipposoftware%2FFDSec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiodefilipposoftware%2FFDSec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiodefilipposoftware%2FFDSec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiodefilipposoftware%2FFDSec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiodefilipposoftware","download_url":"https://codeload.github.com/fabiodefilipposoftware/FDSec/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiodefilipposoftware%2FFDSec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32547651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["anti-virus","antivirus","antivirus-scanner","antivirusscanner","cyber-security","cybersecurity","cybersecurity-tools","malware-detection","protection","security","security-tools"],"created_at":"2026-05-02T20:00:40.529Z","updated_at":"2026-05-02T20:00:47.822Z","avatar_url":"https://github.com/fabiodefilipposoftware.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FDSec\n## A sort of Antivirus🦠 for Windows\n\n[![License](https://img.shields.io/badge/license-GPv3-blue.svg)](LICENSE)\n![Platform](https://img.shields.io/badge/platform-windows-green.svg)\n\nI am trying to create an Antivirus too.\n\n## WHAT IS MINI-FDSEC?\n\nIt's a mini version of FDSec, with the only blackhashes engine. starting it, it will scan %USERPROFILE% folder recursively, in loop, checking all files only for blackhashes. There are two versions, english and italian one.\nPlease report bugs in Issues tab.\n\n\n## ⚠️WARNING⚠️:\n\nRead and check the code before compiling and running it in production (Virtual Machine)!\n## INSTALLATION:\n\n1. Create a new project in Visual Studio;\n2. Paste the code inside Program.cs;\n3. \u003cstrong\u003eREAD\u003c/strong\u003e and \u003cstrong\u003eCHECK\u003c/strong\u003e the code;\n4. Compile it and execute the binary!\n5. (optional) download and unzip [radare2](https://github.com/radareorg/radare2) in FDSec folder (copy the 'bin', 'include', 'lib' and 'share' folders as showed below);\n\n|\u003cstrong\u003eFDSec folder\u003c/strong\u003e|\n|:----------:|\n|bin\\ |\n|include\\ |\n|lib\\ |\n|share\\ |\n|fdsec.exe |\n\n\nI suggest Framework 4.7 or higher!\n## EXAMPLES OF USE:\n\n1. Scan processes in loop:\n```\nC:\\fdsec_folder\u003e .\\fdsec.exe\n```\n\n2. Scan a file then exit:\n```\nC:\\fdsec_folder\u003e .\\fdsec.exe suspicious-file.exe\n```\n\n3. Scan recursively a folder then exit:\n```\nC:\\fdsec_folder\u003e .\\fdsec.exe .\\folder\\\n```\n\n\n## FEATURES:\n- scan processes in loop;\n- Arbitrary scan single file;\n- recursive scan folder;\n- scan remote ip connections in loop;\n- automatic exclusion from legittimate software (by whitelist hashes);\n- scan dangerous functions from strings;\n- (optional) radare2 scanner for a deep search of dangerous functions;\n\n## ⚠️WARNING ABOUT RADARE2⚠️:\nUsing radare2 may cause a slowdown in the dangerous functions search. I have implemented a 5-seconds timed wait then it will be forced killed;\n\n## TECHNOLOGIES:\n- blacklist and whitelist of sha256 hashes;\n- signatures;\n- blacklist of malicious ip;\n- dangerous functions;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiodefilipposoftware%2Ffdsec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiodefilipposoftware%2Ffdsec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiodefilipposoftware%2Ffdsec/lists"}