NMapify


NameNMapify JSON
Version 0.2 PyPI version JSON
download
home_pagehttps://github.com/Parimal-shaw/NMapify
SummaryNMapify is a Python tool that creates mind maps to visualize network layouts using Nmap. It also generates test cases for each identified port to assist pentesters in conducting efficient network pentests.
upload_time2023-06-04 09:53:07
maintainer
docs_urlNone
authorParimal Shaw
requires_python>=3.4
licenseMIT license
keywords nmapify network nmap pentesting security
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# NMapify
<p align="center">
  <img src="https://i.ibb.co/8MhwP3k/NMapify.jpg"  height="300"/>
</p>

NMapify is a powerful Python-based tool that enables users to generate mind maps for visualizing network layouts using Nmap's XML output. The tool comes with an added advantage of auto-generating test cases on each identified port using HackTricks, which can help in efficient network penetration testing. 

## Requirements

- NMap XML Output
- [Freemind v1.0.1](https://en.softonic.com/download/freemind/windows/post-download/v/1.0.1)
- Python 3




## Installation

### Pip Installation

```bash
  pip install NMapify
```

### Manual Installation
```bash
  git clone https://github.com/Parimal-shaw/NMapify.git
  cd NMapify
  pip install -r requirements.txt
```


## Usage/Examples

The generated output can be opened using Freemind.

```bash
python NMapify.py -f nmap-output.xml -o output.mm
```


## Acknowledgements

 - [HackTricks Test Cases](https://book.hacktricks.xyz/welcome/readme)


## Screenshot

 <img src="https://raw.githubusercontent.com/Parimal-shaw/NMapify/main/images/mindmap.png"  height="300"/>


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Parimal-shaw/NMapify",
    "name": "NMapify",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": "",
    "keywords": "NMapify,network,nmap,pentesting,security",
    "author": "Parimal Shaw",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/48/48/6bcdc58c59e089c77a5226a8a2b5fb5ce415b9316ba274deea02cbc38cd7/NMapify-0.2.tar.gz",
    "platform": null,
    "description": "\r\n# NMapify\r\n<p align=\"center\">\r\n  <img src=\"https://i.ibb.co/8MhwP3k/NMapify.jpg\"  height=\"300\"/>\r\n</p>\r\n\r\nNMapify is a powerful Python-based tool that enables users to generate mind maps for visualizing network layouts using Nmap's XML output. The tool comes with an added advantage of auto-generating test cases on each identified port using HackTricks, which can help in efficient network penetration testing. \r\n\r\n## Requirements\r\n\r\n- NMap XML Output\r\n- [Freemind v1.0.1](https://en.softonic.com/download/freemind/windows/post-download/v/1.0.1)\r\n- Python 3\r\n\r\n\r\n\r\n\r\n## Installation\r\n\r\n### Pip Installation\r\n\r\n```bash\r\n  pip install NMapify\r\n```\r\n\r\n### Manual Installation\r\n```bash\r\n  git clone https://github.com/Parimal-shaw/NMapify.git\r\n  cd NMapify\r\n  pip install -r requirements.txt\r\n```\r\n\r\n\r\n## Usage/Examples\r\n\r\nThe generated output can be opened using Freemind.\r\n\r\n```bash\r\npython NMapify.py -f nmap-output.xml -o output.mm\r\n```\r\n\r\n\r\n## Acknowledgements\r\n\r\n - [HackTricks Test Cases](https://book.hacktricks.xyz/welcome/readme)\r\n\r\n\r\n## Screenshot\r\n\r\n <img src=\"https://raw.githubusercontent.com/Parimal-shaw/NMapify/main/images/mindmap.png\"  height=\"300\"/>\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "NMapify is a Python tool that creates mind maps to visualize network layouts using Nmap. It also generates test cases for each identified port to assist pentesters in conducting efficient network pentests.",
    "version": "0.2",
    "project_urls": {
        "Homepage": "https://github.com/Parimal-shaw/NMapify"
    },
    "split_keywords": [
        "nmapify",
        "network",
        "nmap",
        "pentesting",
        "security"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48486bcdc58c59e089c77a5226a8a2b5fb5ce415b9316ba274deea02cbc38cd7",
                "md5": "b86c1d0dac2ef2487047f11b1b2fe0c4",
                "sha256": "7da1bd785dc335bee1c90c91ad3bcafb90a6feaa250b1199db840664a426bb0f"
            },
            "downloads": -1,
            "filename": "NMapify-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b86c1d0dac2ef2487047f11b1b2fe0c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 3025,
            "upload_time": "2023-06-04T09:53:07",
            "upload_time_iso_8601": "2023-06-04T09:53:07.426653Z",
            "url": "https://files.pythonhosted.org/packages/48/48/6bcdc58c59e089c77a5226a8a2b5fb5ce415b9316ba274deea02cbc38cd7/NMapify-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-04 09:53:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Parimal-shaw",
    "github_project": "NMapify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "nmapify"
}
        
Elapsed time: 0.08392s