{"id":28205284,"url":"https://github.com/j3eyond/sepr_parser","last_synced_at":"2026-05-18T19:35:18.464Z","repository":{"id":188481361,"uuid":"678775729","full_name":"J3eyond/SEPR_parser","owner":"J3eyond","description":"The simple scripts for parse symantec endpoint protection html reports.","archived":false,"fork":false,"pushed_at":"2023-08-15T13:59:26.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T08:13:35.053Z","etag":null,"topics":["bash","parser","python","reports","symantec","symantecendpointprotection"],"latest_commit_sha":null,"homepage":"","language":"Python","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/J3eyond.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-15T10:53:36.000Z","updated_at":"2023-08-15T13:55:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f2809f9-cff1-4c2c-b282-c4dc10440b9f","html_url":"https://github.com/J3eyond/SEPR_parser","commit_stats":null,"previous_names":["j3eyond/sepr_parser"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/J3eyond/SEPR_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J3eyond%2FSEPR_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J3eyond%2FSEPR_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J3eyond%2FSEPR_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J3eyond%2FSEPR_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/J3eyond","download_url":"https://codeload.github.com/J3eyond/SEPR_parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/J3eyond%2FSEPR_parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259816111,"owners_count":22915812,"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":["bash","parser","python","reports","symantec","symantecendpointprotection"],"created_at":"2025-05-17T08:14:25.513Z","updated_at":"2026-05-18T19:35:13.425Z","avatar_url":"https://github.com/J3eyond.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align='center'\u003eSymantec endpoint protection reports parser\u003c/h1\u003e\n\u003ch2\u003eDescription\u003c/h2\u003e\n\u003cp\u003eThe simple scripts for parse symantec endpoint protection html reports.\u003c/p\u003e\n\n\u003cb\u003eScripts:\u003c/b\u003e\n\u003cbr\u003e\n\u003ci\u003e\u003cb\u003e- sepr_parser.py\u003c/b\u003e\u003c/i\u003e - parse html report and output txt files to folders.\n\u003cbr\u003e\n\u003ci\u003e\u003cb\u003e- uniq.sh\u003c/b\u003e\u003c/i\u003e - sort and uniq all result to \u003cb\u003ealerts\u003c/b\u003e folder.\n\n\u003cb\u003eFolders:\u003c/b\u003e\n\u003cbr\u003e\n\u003cli\u003e\n\u003cb\u003erisk_category\u003c/b\u003e - VIRUS AND RISK DETECTION (Blocked, Quarantined, Deleted, Newly Infected, Still Infected),\nstrings: \u003cb\u003e\u003ci\u003e\"Filename: Unavailable\" - exception!\u003c/i\u003e\u003c/b\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cb\u003eav_status\u003c/b\u003e - Protection Status Snapshot (AV Engine Off, SONAR Proactive Threat Scan Off); \n\u003c/li\u003e\n\n\u003cli\u003e\n\u003cb\u003ealerts\u003c/b\u003e - Uniq and sorted results; \n\u003c/li\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003eInstall\u003c/h2\u003e\n\u003cpre\u003egit clone https://github.com/J3eyond/SEPR_parser\u003c/pre\u003e\n\u003cpre\u003ecd SEPR_parser\u003c/pre\u003e\n\u003ci\u003eCreate a virtual environment (optional):\u003c/i\u003e\n\u003cpre\u003evirtualenv venv\u003c/pre\u003e\n\u003ci\u003eActivate the virtual environment:\u003c/i\u003e\n\u003cpre\u003esource venv/bin/activate\u003c/pre\u003e\n\u003ci\u003eInstall requirements:\u003c/i\u003e\n\u003cpre\u003epip install -r requirements.txt\u003c/pre\u003e\nGive permission to launch(bash script):\n\u003cpre\u003echmod +x uniq.sh\u003c/pre\u003e\n\n\u003ch2\u003eLaunch\u003c/h2\u003e\n\u003cpre\u003epython3 sepr_parser.py *\u003cb\u003epath to your report*\u003c/b\u003e\u003c/pre\u003e\n\u003cbr\u003e\n\u003cpre\u003e./uniq.sh\u003c/pre\u003e\n\u003ch2\u003eRequirements\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003e\n        \u003cb\u003epython 3.9 +\u003c/b\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003cb\u003evirtualenv==20.23.1 (optional)\u003c/b\u003e\n    \u003c/li\u003e\n\u003c/ul\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj3eyond%2Fsepr_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj3eyond%2Fsepr_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj3eyond%2Fsepr_parser/lists"}