{"id":13797268,"url":"https://github.com/nullarray/amplispy","last_synced_at":"2025-10-08T22:22:00.821Z","repository":{"id":140847784,"uuid":"85732778","full_name":"NullArray/AmpliSpy","owner":"NullArray","description":"Check local or remote list of DNS servers for suitability in DNS Amplification DoS.","archived":false,"fork":false,"pushed_at":"2019-03-30T03:45:04.000Z","size":23,"stargazers_count":46,"open_issues_count":0,"forks_count":22,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T00:27:03.075Z","etag":null,"topics":["ddos","dns","dns-server","dos","name-server","osint"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/NullArray.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-03-21T17:26:41.000Z","updated_at":"2025-02-27T07:38:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"16a94794-4422-4862-a096-0a34ac557ad1","html_url":"https://github.com/NullArray/AmpliSpy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NullArray/AmpliSpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullArray%2FAmpliSpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullArray%2FAmpliSpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullArray%2FAmpliSpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullArray%2FAmpliSpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NullArray","download_url":"https://codeload.github.com/NullArray/AmpliSpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NullArray%2FAmpliSpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000782,"owners_count":26082851,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ddos","dns","dns-server","dos","name-server","osint"],"created_at":"2024-08-03T23:01:26.391Z","updated_at":"2025-10-08T22:22:00.805Z","avatar_url":"https://github.com/NullArray.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"8c5a692b5d26527ef346687e047c5c21\"\u003e\u003c/a\u003e收集"],"sub_categories":[],"readme":"# AmpliSpy\nCheck local or remote list of DNS servers for suitability in DNS Amplification DoS.\n\nAmpliSpy checks a list of name server IPs to see if a server responds for a zone for which it is none authoritative. You can provide the program with a local list of name server IPs or you can set the `--remote` option to fetch a list of name servers from public-dns.info.\n\n## Usage\n\nCloning the repo.\n\n```\ngit clone https://github.com/NullArray/AmpliSpy.git\ncd AmpliSpy\npython amplispy.py\n```\nThe options for the program are as follows.\n\n```\n-h, --help                show this help message and exit\n-l LOCAL, --local LOCAL   select locally saved list of name servers\n-r, --remote              fetch remote list of name servers from public-dns.info\n-u URL, --url URL         provide the URL for a domain to test against\n```\n\nPlease also see some examples for clarity below.\n\n```\namplispy.py -h\namplispy.py -l /tmp/dns_list.txt --url target.com \n```\n\nOnce the program is done it will save the results to a file called amplispy.log for further processing when desired.\n\n### Dependencies\n\nThe mechanize lib is used to fetch the remote list of name servers and I used the blessings module in this script for formatting purposes, should you find you don't have these installed please use `pip` with the following commands to install them.\n\n```\npip install blessings\npip install mechanize\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullarray%2Famplispy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullarray%2Famplispy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullarray%2Famplispy/lists"}