{"id":18107140,"url":"https://github.com/byt3n33dl3/injectionmap_v2","last_synced_at":"2025-04-13T21:41:59.079Z","repository":{"id":247325942,"uuid":"774248240","full_name":"byt3n33dl3/Injectionmap_v2","owner":"byt3n33dl3","description":"An Open source Pentesting Software for Mapping Injection points to Takeover.","archived":false,"fork":false,"pushed_at":"2024-10-27T05:23:28.000Z","size":12550,"stargazers_count":47,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T02:48:49.874Z","etag":null,"topics":["automatic","database-access","injection","injection-attacks","ldap","linux","manipulation","nosql","sqlmap","trust-attack"],"latest_commit_sha":null,"homepage":"http://sqlmap.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/byt3n33dl3.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-03-19T07:59:51.000Z","updated_at":"2025-02-05T16:16:07.000Z","dependencies_parsed_at":"2024-09-18T06:33:31.817Z","dependency_job_id":"739be9ad-dde5-4ad3-850e-81c01919a024","html_url":"https://github.com/byt3n33dl3/Injectionmap_v2","commit_stats":null,"previous_names":["pxcs/injectionmap_v2","byt3n33dl3/injectionmap_v2"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FInjectionmap_v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FInjectionmap_v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FInjectionmap_v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byt3n33dl3%2FInjectionmap_v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byt3n33dl3","download_url":"https://codeload.github.com/byt3n33dl3/Injectionmap_v2/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788867,"owners_count":21161726,"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":["automatic","database-access","injection","injection-attacks","ldap","linux","manipulation","nosql","sqlmap","trust-attack"],"created_at":"2024-10-31T23:09:30.439Z","updated_at":"2025-04-13T21:41:59.056Z","avatar_url":"https://github.com/byt3n33dl3.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Injectionmap_v2\n\n\u003ca href=\"https://github.com/pxcs/Injectionmap_v2/\"\u003e\u003cp align=\"center\"\u003e\n\u003cimg src=\"/licenses/injectionmap.png\"\u003e\n\u003c/p\u003e\u003c/a\u003e\n\n## Introducing `Injectionmap_v2`\n\n**Injectionmap_v2** is an advanced open-source penetration testing tool that `automates` the detection and exploitation of various types of vulnerabilities in web applications. Building on the capabilities from `SQLMap Project`, Injectionmap_v2 expands its scope to include not only SQL injection but also Blind SQL, NoSQL, Command, LDAP, Directory Traversal, and other Injection Attack techniques. \n\n# `Python3` and `C`/ `Master` Based\n\n## Features\n\n\u003e - Comprehensive Injection Support: Detects and exploits SQL, Blind SQL, NoSQL, Command, LDAP, Directory Traversal, and other injection vulnerabilities.\n\n\u003e - Wide DBMS Support: Compatible with MySQL, Oracle, PostgreSQL, Microsoft SQL Server, SQLite, MongoDB, and many more.\n\n\u003e - Automated Testing: Automates the process of finding and exploiting injection vulnerabilities.\n\n\u003e - Advanced Techniques: Uses a variety of techniques including boolean-based blind, time-based blind, error-based, UNION query-based, stacked queries, and more.\n\n\u003e - Payloads and Tampering: Includes numerous payloads and tamper scripts to bypass security mechanisms.\n\n\u003e - Database Fingerprinting: Identifies the specific version and features of the targeted DBMS.\n\n\u003e - Data Extraction: Extracts data such as database schema, tables, columns, and sensitive data.\n\n\u003e - Command Execution: Executes arbitrary commands on the database server if privileges allow.\n\n\u003e - Integration: Can be integrated with other tools and scripts for enhanced security testing.\n\n# Installation\n\nClone the repository:\n\n```shell\ngit clone https://github.com/byt3n33dl3/Injectionmap_v2.git\ncd Injectionmap_v2\n```\n\nInstall the required dependencies:\n\n```python\npip install -r requirements.txt\n```\n\n## Usage\n\n`Injectionmap_v2` is designed to be easy to use with a command line interface, below are some example commands:\n\n**To perform a basic SQL injection test:**\n\n```python\npython3 injectionmap -u \"http://example.com/vulnerable.php?id=1\"\n```\n\nTo get a list of **basic options** and switches use:\n\n```python\npython3 injectionmap -h\npython3 injectionmap -hh\n```\n\nTo get a list of **all options** and switches use:\n\n```shell\npython3 Injectionmap_v2 -hh\n```\n\nYou can find a sample run [here!](https://asciinema.org/a/46601).\n\n**Another** injections attack modules:\n\n\u003e - Blind SQL Injection\n\n\u003e - NoSQL Injection\n\n\u003e - GQL Injection\n\n\u003e - Command Injection\n\n\u003e - LDAP Injection\n\n\u003e - Directory Traversal\n\n# Contribution\n\nContributions are welcome! Please submit a pull request or open an issue to discuss any changes you would like to make.\nLicense. This project is licensed under the Injectionmap_v2 General Public License. See the LICENSE file for details.\nContact\n\n# Code contributors of Injectionmap_v2:\n\n[![](https://github.com/byt3n33dl3.png?size=50)](https://github.com/byt3n33dl3)\n[![](https://avatars.githubusercontent.com/u/675322?s=50\u0026v=4)](https://github.com/bdamele)\n[![](https://github.com/zblurx.png?size=50)](https://github.com/zblurx)\n[![](https://github.com/guinslym.png?size=50)](https://github.com/guinslym)\n[![](https://avatars.githubusercontent.com/u/50994705?s=50\u0026v=4)](https://github.com/projectdiscovery)\n\n# Thanks to\n\n\u003e- SQLMapproject\n- GangstaCrew\n- The Designer\n\n## For more `informations`\nVisit our GitHub `Organization` , or contact us at `byt3n33dl3@proton.me`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Finjectionmap_v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyt3n33dl3%2Finjectionmap_v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyt3n33dl3%2Finjectionmap_v2/lists"}