{"id":19322631,"url":"https://github.com/picatz/nmapr","last_synced_at":"2025-04-22T19:31:39.360Z","repository":{"id":56885627,"uuid":"97349173","full_name":"picatz/nmapr","owner":"picatz","description":"🗺 Your friendly neighborhood Ruby DSL to Nmap for network exploration.","archived":false,"fork":false,"pushed_at":"2017-07-23T15:53:48.000Z","size":16,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-10T11:25:04.466Z","etag":null,"topics":["dsl","gem","nmap","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/picatz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-16T00:02:12.000Z","updated_at":"2022-02-27T01:26:50.000Z","dependencies_parsed_at":"2022-08-20T13:50:55.868Z","dependency_job_id":null,"html_url":"https://github.com/picatz/nmapr","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picatz%2Fnmapr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picatz%2Fnmapr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picatz%2Fnmapr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picatz%2Fnmapr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picatz","download_url":"https://codeload.github.com/picatz/nmapr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223903660,"owners_count":17222550,"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":["dsl","gem","nmap","ruby"],"created_at":"2024-11-10T01:41:53.591Z","updated_at":"2024-11-10T01:41:53.697Z","avatar_url":"https://github.com/picatz.png","language":"Ruby","readme":"# Nmapr\n\nA friendly Ruby DSL to [nmap](https://nmap.org/).\n\n## Installation\n\n    $ gem install nmapr\n\n## Usage\n\nBuild a `nmap` scan command in friendly, readable way.\n\n```ruby\nNmapr.scan :cmd do\n  target '192.168.0.2'\n  ports :common\n  sequential\n  detect :os\n  verbose\nend\n# =\u003e \"nmap 192.168.0.2 -p 1-1024 -r -O -v\"\n```\n\nRun those commands.\n\n```ruby\nresult = Nmapr.scan :run do\n  targets 'localhost'\n  ports 22, 24\n  detect :version\nend\n\n# Check stdout, stderr and status of command.\nresult[:stdout]\nresult[:stderr]\nresult[:status]\n```\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Nmapr project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/nmapr/blob/master/CODE_OF_CONDUCT.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicatz%2Fnmapr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicatz%2Fnmapr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicatz%2Fnmapr/lists"}