{"id":22355724,"url":"https://github.com/zbo14/mongomap","last_synced_at":"2025-03-26T13:13:06.867Z","repository":{"id":42782126,"uuid":"274812730","full_name":"zbo14/mongomap","owner":"zbo14","description":"Store and fetch your bug bounty data in mongodb","archived":false,"fork":false,"pushed_at":"2023-01-07T19:28:13.000Z","size":288,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T15:09:16.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/zbo14.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":"2020-06-25T02:26:23.000Z","updated_at":"2020-07-19T17:17:51.000Z","dependencies_parsed_at":"2023-02-07T22:46:00.277Z","dependency_job_id":null,"html_url":"https://github.com/zbo14/mongomap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fmongomap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fmongomap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fmongomap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbo14%2Fmongomap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zbo14","download_url":"https://codeload.github.com/zbo14/mongomap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245659053,"owners_count":20651525,"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":[],"created_at":"2024-12-04T14:07:48.158Z","updated_at":"2025-03-26T13:13:06.831Z","avatar_url":"https://github.com/zbo14.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mongomap\n\nA CLI to store/fetch bug bounty information in mongodb!\n\n## Install\n\n`npm i @zbo14/mongomap`\n\n## Usage\n\n```\n .--------.-----.-----.-----.-----.--------.---.-.-----.\n |        |  _  |     |  _  |  _  |        |  _  |  _  |\n |__|__|__|_____|__|__|___  |_____|__|__|__|___._|   __|\n                      |_____|                    |__|\n\nUsage: mongomap [options] [command]\n\nOptions:\n  -V, --version                       output the version number\n  -h, --help                          display help for command\n\nCommands:\n  push \u003cprogram\u003e \u003ccollection\u003e \u003cfile\u003e  store the contents of a file in the database\n  pull \u003cprogram\u003e \u003ccollection\u003e         pull documents that were added to the database today\n  help [command]                      display help for command\n```\n\n## Document models\n\n### Domain\n\n```js\n/**\n * @typedef {Object}  Domain\n *\n * @property {Date}    created\n * @property {String}  name\n * @property {String}  parent\n * @property {String}  program\n */\n```\n\n### IP address\n\n```js\n/**\n * @typedef {Object}  IP\n *\n * @property {String}  address\n * @property {Date}    created\n * @property {String}  program\n */\n```\n\n### IP Range\n\n```js\n/**\n * @typedef {Object}  Range\n *\n * @property {Number}  asn\n * @property {String}  cidr\n * @property {Date}    created\n * @property {String}  program\n */\n```\n\n### URL\n\n```js\n/**\n * @typedef {Object}  URL\n *\n * @property {Date}     created\n * @property {String}   domain\n * @property {String}   href\n * @property {String}   program\n * @property {Boolean}  secure\n */\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbo14%2Fmongomap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbo14%2Fmongomap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbo14%2Fmongomap/lists"}