{"id":48583516,"url":"https://github.com/tasooshi/digslash","last_synced_at":"2026-04-08T17:37:19.029Z","repository":{"id":62568275,"uuid":"444155659","full_name":"tasooshi/digslash","owner":"tasooshi","description":"A site mapping and enumeration tool for Web applications analysis","archived":false,"fork":false,"pushed_at":"2022-12-09T02:33:57.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T17:43:29.145Z","etag":null,"topics":["crawler","mapping","sitemap","spider"],"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/tasooshi.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}},"created_at":"2022-01-03T18:06:57.000Z","updated_at":"2023-08-08T03:46:42.000Z","dependencies_parsed_at":"2023-01-25T16:30:36.095Z","dependency_job_id":null,"html_url":"https://github.com/tasooshi/digslash","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tasooshi/digslash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasooshi%2Fdigslash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasooshi%2Fdigslash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasooshi%2Fdigslash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasooshi%2Fdigslash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tasooshi","download_url":"https://codeload.github.com/tasooshi/digslash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tasooshi%2Fdigslash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["crawler","mapping","sitemap","spider"],"created_at":"2026-04-08T17:37:18.429Z","updated_at":"2026-04-08T17:37:19.019Z","avatar_url":"https://github.com/tasooshi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# digslash\n\n\u003e A site mapping and enumeration tool for Web applications analysis\n\nUsage:\n\n    \u003e\u003e\u003e import asyncio\n    \u003e\u003e\u003e from digslash import sites\n    \u003e\u003e\u003e website = sites.Site('https://example.com', limit=50, deduplicate=False)\n    \u003e\u003e\u003e asyncio.run(website.crawl())\n\nOutput example:\n\n    \u003e\u003e\u003e dict(website.results)\n    {\n        'https://example.com/': {\n            'checksum': '17913e89fe23ba03081f5f5b650c29a0',\n            'encoding': 'utf-8',\n            'source': ''\n        },\n        'https://example.com/js/script.js': {\n            'checksum': '4cdad7e5affe29e1347343e126beea09',\n            'encoding': 'ascii',\n            'source': 'https://example.com/'\n        },\n        'https://example.com/pages/about.html': {\n            'checksum': 'fad033d51adc628b17268ce2669543fd',\n            'encoding': 'utf-8',\n            'source': 'https://example.com/'\n        },\n        'https://example.com/pages/contact.html': {\n            'checksum': 'b12c6a2fde381552564eea6a477030f0',\n            'encoding': 'utf-8',\n            'source': 'https://example.com/'\n        },\n        'https://example.com/pages/feedback.html': {\n            'checksum': '9b0482107470956f7b64c833f1ef5e59',\n            'encoding': 'utf-8',\n            'source': 'https://example.com/'\n        },\n        'https://example.com/scripts/feedback.html': {\n            'checksum': 'b92c8a06f3d4a9c22e8c11606bcbd2f7',\n            'encoding': 'utf-8',\n            'source': 'https://example.com/pages/feedback.html'\n        }\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasooshi%2Fdigslash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftasooshi%2Fdigslash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftasooshi%2Fdigslash/lists"}