{"id":15050176,"url":"https://github.com/mozilla/garmr","last_synced_at":"2025-10-04T12:32:10.601Z","repository":{"id":45046413,"uuid":"2194314","full_name":"mozilla/Garmr","owner":"mozilla","description":"INACTIVE - Security Testing Tool","archived":true,"fork":true,"pushed_at":"2016-02-18T08:59:16.000Z","size":65,"stargazers_count":107,"open_issues_count":0,"forks_count":21,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-09-22T06:45:12.988Z","etag":null,"topics":["inactive","unmaintained"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"AutomatedTester/Garmr","license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mozilla.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":"2011-08-11T23:03:24.000Z","updated_at":"2025-04-23T05:29:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mozilla/Garmr","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mozilla/Garmr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2FGarmr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2FGarmr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2FGarmr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2FGarmr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mozilla","download_url":"https://codeload.github.com/mozilla/Garmr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozilla%2FGarmr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278314297,"owners_count":25966771,"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-04T02:00:05.491Z","response_time":63,"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":["inactive","unmaintained"],"created_at":"2024-09-24T21:24:55.397Z","updated_at":"2025-10-04T12:32:10.341Z","avatar_url":"https://github.com/mozilla.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Garmr\n\nGarmr is a tool to inspect the responses from websites for basic security requirements.\n\nGarmr includes a set of core test cases implemented in corechecks that are derived from\nthe [Mozilla Secure Coding Guidelines](https://wiki.mozilla.org/WebAppSec/Secure_Coding_Guidelines)\n\n## Installation\n\nThis version of Garmr requires Requests \u003e 0.8.3\n\n    git clone https://github.com/freddyb/Garmr.git\n    cd Garmr\n    sudo python setup.py install\n    garmr -u http://my.target.app\n\n## Usage\n    usage: Runs a set of tests against the set of provided URLs\n       [-h] [-u TARGETS] [-f TARGET_FILES] [-S] [-m MODULES] [-D] [-p] [-d]\n       [-r REPORT] [-o OUTPUT] [-c OPTS] [-e EXCLUSIONS] [--save DUMP_PATH]\n\n    optional arguments:\n      -h, --help            show this help message and exit\n      -u TARGETS, --url TARGETS\n                            Add a target to test\n      -f TARGET_FILES, --target-file TARGET_FILES\n                            File with URLs to test\n      -S, --new-sessions    Create new Session for each test\n      -m MODULES, --module MODULES\n                            Load an extension module\n      -D, --disable-core    Disable corechecks\n      -p, --force-passive   Force passives to be run for each active test\n      -d, --dns             Skip DNS resolution when registering a target\n      -r REPORT, --report REPORT\n                            Load a reporter e.g. -r reporter.AntXmlReporter\n      -o OUTPUT, --output OUTPUT\n                            Default output is garmr-results.xml\n      -c OPTS, --check OPTS\n                            Set a parameter for a check (check:opt=value)\n      -e EXCLUSIONS, --exclude EXCLUSIONS\n                            Prevent a check from being run/processed\n      --save DUMP_PATH      Write out a configuration file based on parameters\n                            (won't run scan)\n    \n    \n    A TARGET is an http or https scheme url to execute tests against.\n     e.g. garmr -u http://localhost\n    \n    A MODULE is the name of a module; resolving this path needs to be improved\n     e.g. garmr -m djangochecks (Experimental)\n    \n    An OPTS field contains the path and name of the option to set\n     e.g. garmr -m webchecks -c webchecks.RobotsTest:save_contents=True\n    \n    A REPORT is the namespace qualified name of a reporter object or a valid alias (xml is the only current valid alias, and the default)\n     e.g. garmr -r xml\n    \n    An EXCLUSION prevents a check from being executed\n     e.g. garmr -e WebTouch\n     \n    Disable core checks will prevent all of the checks in corechecks from being loaded; this is useful to limit the scope of testing.\n\n## Tasks\nSee [Issues on Github](https://github.com/freddyb/garmr/issues)\n \n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozilla%2Fgarmr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmozilla%2Fgarmr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozilla%2Fgarmr/lists"}