{"id":14956648,"url":"https://github.com/kardespro/nosqlmap","last_synced_at":"2025-10-24T10:30:47.989Z","repository":{"id":248894672,"uuid":"829636105","full_name":"kardespro/nosqlmap","owner":"kardespro","description":"NoSQLMap CLI Tool is a command-line interface (CLI) tool designed to test for NoSQL injection vulnerabilities using Node.js, TypeScript, and Axios. It supports both HTTP and HTTPS requests and works with all HTTP methods.","archived":false,"fork":false,"pushed_at":"2024-09-03T15:23:06.000Z","size":5835,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T09:44:52.415Z","etag":null,"topics":["exploit","mongodb","mongodb-database","mongoose","nosqlmap","pentesting","scan-tool","security","security-tools","sqlmap"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/kardespro.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,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T20:46:09.000Z","updated_at":"2024-12-24T22:37:45.000Z","dependencies_parsed_at":"2024-09-22T01:40:51.047Z","dependency_job_id":null,"html_url":"https://github.com/kardespro/nosqlmap","commit_stats":{"total_commits":35,"total_committers":3,"mean_commits":"11.666666666666666","dds":0.5142857142857142,"last_synced_commit":"6ae97e9844ceebaea2a3727e978ff78cb977895f"},"previous_names":["kardespro/nosqlmap"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kardespro%2Fnosqlmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kardespro%2Fnosqlmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kardespro%2Fnosqlmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kardespro%2Fnosqlmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kardespro","download_url":"https://codeload.github.com/kardespro/nosqlmap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237950768,"owners_count":19392666,"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":["exploit","mongodb","mongodb-database","mongoose","nosqlmap","pentesting","scan-tool","security","security-tools","sqlmap"],"created_at":"2024-09-24T13:13:17.094Z","updated_at":"2025-10-24T10:30:47.514Z","avatar_url":"https://github.com/kardespro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NoSQLMap CLI Tool\n\nNoSQLMap CLI Tool is a command-line interface (CLI) tool designed to test for NoSQL injection vulnerabilities using Node.js, TypeScript, and Axios. It supports both HTTP and HTTPS requests and works with all HTTP methods.\n\n## Installation\n\nClone the repository and install the dependencies:\n\n```bash\ngit clone https://github.com/kardespro/nosqlmap\ncd nosqlmap\nnpm install\n```\n\n## Build\n\nCompile the TypeScript files:\n\n```bash\nnpm run nsq-build\n```\n\n## Usage\n\nYou can run the tool using the defined NPM script.\n\n### Example Usage\n\nRun the tool with the following command:\n\n```bash\nnpm run nsq -- --url=http://target.com/api --method=POST --field=username --json --header=\"Authorization: Bearer token\" --cookie=\"sessionId=abc123\" --proxy=\"http://localhost:8080\"\n```\n\n### Parameters\n\n- `--url`: The URL to scan (Required)\n- `--method`: The HTTP method to use (GET, POST, PUT, DELETE, etc.) (Default: `POST`)\n- `--field`: The form field name to test for NoSQL injection\n- `--json`: Indicates if the payload should be sent as JSON (Default: `true`)\n- `--cookie`: Cookies to include in the request\n- `--header`: Headers to include in the request (key:value format)\n- `--proxy`: Proxy server to use (format: `http://host:port`)\n- `--burp`: Path to Burp Suite request file (Optional)\n- `--ai`: Use AI for payload generation.\n- `--config`: Configuration (format: `GEMINI_API_KEY=xxxx`).\n\n### Example Command\n\n```bash\nnpm run nsq -- --url=http://target.com/api --method=POST --field=username --json --header=\"Authorization: Bearer token\" --cookie=\"sessionId=abc123\" --proxy=\"http://localhost:8080\"\n```\n\n### Explanation\n\n- `--url`: The target URL to scan.\n- `--method`: The HTTP method to use. Defaults to `POST`.\n- `--field`: The form field name to test for NoSQL injection.\n- `--json`: Indicates if the payload should be sent as JSON.\n- `--header`: Headers to include in the request (key:value format).\n- `--cookie`: Cookies to include in the request.\n- `--proxy`: Proxy server to use (format: `http://host:port`).\n- `--ai`: Use AI for payload generation.\n- `--config`: Configuration (format: `GEMINI_API_KEY=xxxx`).\n\n\n\n## Development\n\nTo contribute to the project, follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/fooBar`).\n3. Commit your changes (`git commit -am 'Add some fooBar'`).\n4. Push to the branch (`git push origin feature/fooBar`).\n5. Open a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkardespro%2Fnosqlmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkardespro%2Fnosqlmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkardespro%2Fnosqlmap/lists"}