{"id":13845196,"url":"https://github.com/ZororoZ/fscanOutput","last_synced_at":"2025-07-12T01:31:56.065Z","repository":{"id":37476239,"uuid":"474897345","full_name":"ZororoZ/fscanOutput","owner":"ZororoZ","description":"一个用于处理fsacn输出结果的小脚本（尤其面对大量资产的fscan扫描结果做输出优化，让你打点快人一步！！！）","archived":false,"fork":false,"pushed_at":"2024-08-28T15:12:28.000Z","size":83,"stargazers_count":408,"open_issues_count":13,"forks_count":37,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-21T18:39:03.159Z","etag":null,"topics":["python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ZororoZ.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-28T07:44:23.000Z","updated_at":"2024-11-20T08:12:19.000Z","dependencies_parsed_at":"2023-01-19T12:01:55.337Z","dependency_job_id":"9641c156-317d-4b07-af5e-f9c71e493e06","html_url":"https://github.com/ZororoZ/fscanOutput","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/ZororoZ/fscanOutput","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZororoZ%2FfscanOutput","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZororoZ%2FfscanOutput/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZororoZ%2FfscanOutput/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZororoZ%2FfscanOutput/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZororoZ","download_url":"https://codeload.github.com/ZororoZ/fscanOutput/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZororoZ%2FfscanOutput/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264923076,"owners_count":23683716,"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":["python3"],"created_at":"2024-08-04T17:03:15.909Z","updated_at":"2025-07-12T01:31:55.767Z","avatar_url":"https://github.com/ZororoZ.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# fscanOutput\n\n### 一个用于处理fsacn输出结果的小脚本（尤其面对大量资产的fscan扫描结果做输出优化，**让你打点快人一步！！！**）\n\n`python3 fscanOutput.py result.txt`\n\n## 关于更新V3.0版本\n\n1、优化netbios和netinfo的提取规则，将其分别提取至不同的sheetList中，避免漏匹配的问题。\n\n2、将所有的txt结果整理至目标处理文件命名文件下，避免杂乱。\n\n![image](https://github.com/user-attachments/assets/70d46a70-f4ec-4276-8abc-41410bd49542)\n\n\n## 关于更新V2.3.1版本\n\n1、优化密码提取规则，兼容新版本fscan！！！\n\n## 关于更新V2.3版本\n\n1、对各个模块进行优化，兼容了新版本的fscan；\n\n2、新增NetInfo信息提取模块，包含NetBIOS信息；\n\n3、新增各个模块txt格式输出，方便无Office环境、Linux命令行类型环境查看；\n\n4、修复了一些BUG!\n\n![image](https://github.com/ZororoZ/fscanOutput/assets/46238787/d5a3b48e-4816-49ef-bc64-1605859c6d34)\n\n\n## 关于更新V2.2版本\n\n1、优化弱口令模块，新增对应开放端口号，剔除多余显示的redis可写目录。\n\n2、修复了一些BUG!\n\n## 关于更新V2.1版本\n\n1、新增txt文件编码修复功能；\n\n2、新增存活IP段的功能；\n\n3、修复一些已知的bug，优化弱口令的输出；\n\n4、优化漏洞模块的输出。\n\n\n## 关于更新V2.0版本\n\n1、对工具进行了一些优化，修复了一些Bug。\n\n2、对处理结果做了简单的输出。**更快！更高！更强！！！**\n\n![image](https://user-images.githubusercontent.com/46238787/197140508-617a9758-837e-4350-bf99-7027f6e717db.png)\n\n## 关于更新V1.03版本\n\n1、由于fscan导出的个别结果中存在如下特殊字符，导致运行报错。\n![图片](https://user-images.githubusercontent.com/46238787/181872469-af304c06-321d-4096-b211-0f995d8c0ed4.png)\n\n2、整改了输出文件命名方式，与导入文件名称相同，方便查找。\n![图片](https://user-images.githubusercontent.com/46238787/181872698-4d47653d-cd6f-4d52-a615-f9fed4b45987.png)\n\n\n## 关于更新 V1.02 版本\n\n1、将漏洞列表分为exp和poc;\n\n2、将之前无法匹配的一些结果优化匹配；\n\n![图片](https://user-images.githubusercontent.com/46238787/174651191-2f3d0fbf-2358-40b9-9bbc-047beb27e0a9.png)\n\n![图片](https://user-images.githubusercontent.com/46238787/174651252-22edc59f-3b87-48cc-9fde-6dcabf343568.png)\n\n\n## 使用方法\n\n1、python3 fscanOutput.py result.txt\n\n![图片](https://user-images.githubusercontent.com/46238787/174651780-484454d7-25e6-4fc2-a3db-ac0fbd07a6af.png)\n\n\n2、输出结果为xlsx格式的文件，比较清楚的整理了fscan的各类型输出结果：\n\n![图片](https://user-images.githubusercontent.com/46238787/160351612-00308a30-2241-4924-988c-8b9f063f9d76.png)\n\n**注：为了最佳使用效果，请使用新版本fsan工具生成的结果进行处理**\n\nsma11New师傅 YYDS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZororoZ%2FfscanOutput","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FZororoZ%2FfscanOutput","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FZororoZ%2FfscanOutput/lists"}