{ "info": { "author": "Depth Security", "author_email": "info@depthsecurity.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "\n```\n _ \n dM. \n ,MMb \n d'YM. ___ __ ___ __ __ _____ ___ __ ____ ___ \n ,P `Mb `MM 6MM `MM 6MMb 6MMb 6MMMMMb `MM 6MM `MM( )M' \n d' YM. MM69 \" MM69 `MM69 `Mb 6M' `Mb MM69 \" `Mb d' \n___,P____Mb___MM______MM____MM____MM_MM_____MM_MM_______YM.__,P___\n d' YM. MM MM MM MM MM MM MM MM M \\ \n__,MMMMMMMMb__MM______MM____MM____MM_MM_____MM_MM________`Mbd'_____\\\n d' YM. MM MM MM MM YM. ,M9 MM YMP \n_dM_ _dMM_MM_ _MM_ _MM_ _MM_ YMMMMM9 _MM_ M \n d' \n (8),P \n YMM \n\n```\n\n# Description\n\nArmory is a tool meant to take in a lot of external and discovery data from a lot of tools, add it to a database and correlate all of related information. It isn't meant to replace any specific tool. It is meant to take the output from various tools, and use it to feed other tools.\n\nAdditionally, it is meant to be easily extendable. Don't see a module for your favorite tool? Write one up! Want to export data in just the right format for your reporting? Create a new report!\n\n# Installation\n\n## Prerequisites\n\nFirst, set up some kind of virtual environment. I like virtualenvwrapper:\n\nhttp://virtualenvwrapper.readthedocs.io/en/latest/install.html\n\n## Actually installing\n\nClone the repo:\n\n`git clone https://github.com/depthsecurity/armory`\n\nInstall the module:\n\n`python setup.py install`\n\nYou will want to run `armory` at least once in order to create the default config directory: `~/.armory` with the default `settings.ini` and settings for each of the modules.\n\nNext edit *settings.ini* and modify the **base_path** option. This should point to the root path you are using *for your current project*. You should change this with every project, so you will always be using a clean database. All files generated by modules will be created in here, as well as the sqlite3 database. **By default it will be within the current directory-`.`**\n\n# Usage\n\nUsage is split into **modules** and **reports**. \n\n## Modules\n\nModules run tools, ingest output, and write it to the database. To see a list of available modules, type:\n\n`armory -lm`\n\nTo see a list of module options, type:\n\n`armory -m -M`\n\n\n## Reports\n\nReports are similar to modules, except they are meant to pull data from the database, and display it in a usable format. To view all of the available reports:\n\n`armory -lr`\n\nTo view available report options:\n\n`armory -r -R`\n\n\n## Interactive Shell\n\nThere is also an interactive shell which uses [IPython](https://ipython.org/) as the base and will allow you to run commands or change database values. It can be launched with: `armory-shell`.\nBy default, the following will be available: `Domain, BaseDomains, IPAddresses, CIDRs, Users, Creds, Vulns, Ports, Urls, ScopeCIDRs`.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/depthsecurity/armory", "keywords": "pentesting security", "license": "", "maintainer": "", "maintainer_email": "", "name": "depth-armory", "package_url": "https://pypi.org/project/depth-armory/", "platform": "", "project_url": "https://pypi.org/project/depth-armory/", "project_urls": { "Homepage": "https://github.com/depthsecurity/armory" }, "release_url": "https://pypi.org/project/depth-armory/1.0.0/", "requires_dist": [ "configparser", "sqlalchemy", "sqlalchemy-mixins", "tld", "dnspython", "netaddr", "pyperclip", "requests", "ipwhois", "whois", "fuzzywuzzy[speedup]", "xmltodict", "bs4", "thready", "argcomplete", "tldextract", "ipaddr", "mysqlclient", "lxml", "IPython (<6.0,>5.0) ; python_version < \"3.1\"", "subprocess32 ; python_version < \"3.3\"", "IPython ; python_version > \"3.1\"", "check-manifest ; extra == 'dev'", "tox ; extra == 'dev'", "coverage ; extra == 'test'", "mock ; (python_version < \"3.4\") and extra == 'test'" ], "requires_python": "", "summary": "Armory is a tool meant to take in a lot of external and discovery data from a lot of tools, add it to a database and correlate all of related information.", "version": "1.0.0" }, "last_serial": 4769208, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "28f8e744bf19881527d0cf520bb27ac3", "sha256": "bef2ee6ab8ad2a8b6eba2d66ef11a857c1629c11cac8db519fa805360864ee0c" }, "downloads": -1, "filename": "depth_armory-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "28f8e744bf19881527d0cf520bb27ac3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 103889, "upload_time": "2019-02-01T17:07:11", "url": "https://files.pythonhosted.org/packages/1a/4d/71d17bbd18a2e83b86eef427ec410da5b8c7aa55fa09a77574b837fde4dc/depth_armory-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98334a70f361a947144d0bc9accd9cce", "sha256": "218ca4bbea6590534017a37b1ff091c3fc0d9541005a6f5b66b56c23510946e4" }, "downloads": -1, "filename": "depth-armory-1.0.0.tar.gz", "has_sig": false, "md5_digest": "98334a70f361a947144d0bc9accd9cce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80406, "upload_time": "2019-02-01T17:07:13", "url": "https://files.pythonhosted.org/packages/0b/15/a24831e4adf4a45cd518f636ccb189fd33b9d5297d80f2651842dd886438/depth-armory-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "28f8e744bf19881527d0cf520bb27ac3", "sha256": "bef2ee6ab8ad2a8b6eba2d66ef11a857c1629c11cac8db519fa805360864ee0c" }, "downloads": -1, "filename": "depth_armory-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "28f8e744bf19881527d0cf520bb27ac3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 103889, "upload_time": "2019-02-01T17:07:11", "url": "https://files.pythonhosted.org/packages/1a/4d/71d17bbd18a2e83b86eef427ec410da5b8c7aa55fa09a77574b837fde4dc/depth_armory-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98334a70f361a947144d0bc9accd9cce", "sha256": "218ca4bbea6590534017a37b1ff091c3fc0d9541005a6f5b66b56c23510946e4" }, "downloads": -1, "filename": "depth-armory-1.0.0.tar.gz", "has_sig": false, "md5_digest": "98334a70f361a947144d0bc9accd9cce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80406, "upload_time": "2019-02-01T17:07:13", "url": "https://files.pythonhosted.org/packages/0b/15/a24831e4adf4a45cd518f636ccb189fd33b9d5297d80f2651842dd886438/depth-armory-1.0.0.tar.gz" } ] }