{ "info": { "author": "UTEP Software Engineering Practicum Summer 2016", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Plugins", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Topic :: Security", "Topic :: System :: Archiving", "Topic :: System :: Logging", "Topic :: System :: Monitoring" ], "description": "#Defense Support System\r\n\r\n###UI\r\n- python dss.py start\r\n- python dss.py parse\r\n\r\n###GUI\r\n- python dss_gui.py \r\n\r\n###At this point of the project, the program has been tested in:\r\n- (32-bit and 64-bit) Windows 7 and Windows 10\r\n- (32-bit) Kali Linux \r\n\r\n\r\n----------------\r\nLinux Environment\r\n----------------\r\nYou will need to install autopy. The easiest method thus far has been to run the following commands. \r\n\r\n```Shell\r\n- $ sudo apt-get install libxtst-dev\r\n- $ sudo pip install autopy\r\n```\r\n\r\n\r\n----------------\r\nWindows Environment\r\n----------------\r\nThe following installations are needed to run the system on a Windows machine.\r\n\r\n###PYGTK \r\nSystem uses version: 2.24\r\n- http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/\r\n\r\nThe specific link for this version is provided below:\r\npygtk-all-in-one-2.24.2.win32-py2.7.msi 2012-02-09 21:48 32M \r\nDirect Link \r\n- http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/pygtk-all-in-one-2.24.2.win32-py2.7.msi \r\n\r\n###AutoPy\r\nSystem uses version: 0.51\r\n- https://pypi.python.org/pypi/autopy/\r\n\r\nPlugins\r\n-----------\r\nThe following installations are needed to run the plugins on a Windows machichine. \r\n\r\n###Keylogger \r\n- PIL http://www.pythonware.com/products/pil/\r\n- ConfigObj http://www.voidspace.org.uk/python/configobj.html\r\n- pyHook https://sourceforge.net/projects/pyhook/\r\n- PyWin32 https://sourceforge.net/projects/pywin32/files/pywin32/Build%20220/\r\n\r\n###Tshark\r\n- https://www.wireshark.org/download.html\r\n\r\n###Nmap\r\n- https://nmap.org/download.html#windows\r\n\r\n\r\nAfter installing tShark and nmap from the links below follow the remaining steps:\r\n\r\n1. In the Windows command prompt type: `tshark -D`\r\n2. Copy the long string between brackets {} for \"Wi-Fi\" or \"Ethernet\"\r\n3. In tShark's run.bat file, place between the brackets for \\Device\\NPF_{}\r\n4. In netscanner's config.json file enter all of the data listed into the file. \r\n\r\n(Step 1 & 2) (Example, all machines will differ in output)\r\n```Shell\r\nC:\\Users\\johnDoe>tshark -D\r\n1. \\Device\\NPF_{12345...} (VMware Network Adapter VMnet1)\r\n2. \\Device\\NPF_{0123456789-E123-A12 (Wi-Fi)\r\n3. \\\\.\\USBPcap1 (USBPcap1)\r\n```\r\n\r\n(Step 3) tshark - run.bat\r\n```Batch\r\necho off\r\nset output=%1\r\nfor /f \"tokens=2 delims==\" %%a in ('wmic OS Get localdatetime /value') do set \"dt=%%a\"\r\nset \"YY=%dt:~2,2%\" & set \"YYYY=%dt:~0,4%\" & set \"MM=%dt:~4,2%\" & set \"DD=%dt:~6,2%\"\r\nset \"HH=%dt:~8,2%\" & set \"Min=%dt:~10,2%\" & set \"Sec=%dt:~12,2%\"\r\nset \"datestamp=%YYYY%%MM%%DD%\" & set \"timestamp=%HH%%Min%%Sec%\"\r\n\"C:\\Program Files (x86)\\Wireshark\\tshark.exe\" -i \\Device\\NPF_{123456789-1234-1234-1234-123456789} -w %output%\\%datestamp%%timestamp%.pcap > NUL\r\necho on\r\n```\r\n\r\n(Step 4) netscanner - config.json \r\n```JSON\r\n{ \r\n \"name\": \"netscanner\",\r\n \"type\": \"multi\",\r\n \"enabled\": false,\r\n \"parser\": \"plugins.netscanner.parser\",\r\n \"output\": \"raw\",\r\n \"arguments\": [\r\n [\"\\\\Device\\\\NPF_{123456789-1234-1234-1234-12345}\", \"VMware Network Adapter VMnet1\"],\r\n [\"\\\\Device\\\\NPF_{123456789-1234-1234-1234-12345}\", \"Wi-Fi\"]\r\n ]\r\n}", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ostrovskis/core", "keywords": "dss defense support system security logging archiving monitoring plugin architecture", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "dss", "package_url": "https://pypi.org/project/dss/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dss/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ostrovskis/core" }, "release_url": "https://pypi.org/project/dss/0.8/", "requires_dist": null, "requires_python": null, "summary": "Defense Support System", "version": "0.8" }, "last_serial": 2260444, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "2404e31f760d15a9ace9ff1a6221d3b4", "sha256": "7d5617dcc935c7eb06a2eb246b0c884590b23a7dc5e03236195a10318d2e5231" }, "downloads": -1, "filename": "dss-0.2.tar.gz", "has_sig": false, "md5_digest": "2404e31f760d15a9ace9ff1a6221d3b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 217746, "upload_time": "2016-08-01T00:14:43", "url": "https://files.pythonhosted.org/packages/c5/22/2403221b2f833d5744f8fb60a3f422c7c4ffe2c102ddb7588144b065c225/dss-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "0a6f8594005e2c9179423821e45d6130", "sha256": "0dabeddf33e249eef67a519bcc27103b1a42491cfe84f559f16f7dc1bdef4fa8" }, "downloads": -1, "filename": "dss-0.3.tar.gz", "has_sig": false, "md5_digest": "0a6f8594005e2c9179423821e45d6130", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221362, "upload_time": "2016-08-01T01:42:53", "url": "https://files.pythonhosted.org/packages/1e/95/b87acb0366deef4c2fab80636cf6cee4b00a2a857a4003ec6517ab16781b/dss-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "ae69933af63df9ed2593c8c1d6bccfe0", "sha256": "3f94a42c67d986f7394c45bc58e512cda5c1d728eaa47e50437ec743312a2b01" }, "downloads": -1, "filename": "dss-0.4.tar.gz", "has_sig": false, "md5_digest": "ae69933af63df9ed2593c8c1d6bccfe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221506, "upload_time": "2016-08-01T02:16:49", "url": "https://files.pythonhosted.org/packages/14/ea/73e3572f04a73f121cd4ed6469480c2dd91471725a7565035b0f15156a71/dss-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "bc6d2980561c302606e40430c423d251", "sha256": "03b8b4e1110cd74895685bca48b105bb05211fd0f75fe7f3fa447671ab4ee5b3" }, "downloads": -1, "filename": "dss-0.5.tar.gz", "has_sig": false, "md5_digest": "bc6d2980561c302606e40430c423d251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 221540, "upload_time": "2016-08-01T02:20:31", "url": "https://files.pythonhosted.org/packages/02/3c/211ef287aab43a1d7b6d88cde5f1f6f46fc5765a7cac0d3082d896699215/dss-0.5.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "5d6d0746e4b3ba61743e765448a32409", "sha256": "8b587b3435eada17143ace85ce722e57aff509c89da3176d490ab0274b601df2" }, "downloads": -1, "filename": "dss-0.7.tar.gz", "has_sig": false, "md5_digest": "5d6d0746e4b3ba61743e765448a32409", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 230692, "upload_time": "2016-08-03T05:36:40", "url": "https://files.pythonhosted.org/packages/bc/b4/3901ed48a64ed6af2538c060dc0ccc44004fe1c03443369f97ed3a138e51/dss-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "1b8fd9439e6a4c3a712288c743c158c4", "sha256": "dd2c73856ebd49d94912ce5a82af9a5e1ab1822bbec37417f63d25cae8aab20f" }, "downloads": -1, "filename": "dss-0.8.tar.gz", "has_sig": false, "md5_digest": "1b8fd9439e6a4c3a712288c743c158c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 233546, "upload_time": "2016-08-03T17:43:45", "url": "https://files.pythonhosted.org/packages/82/6d/eedc6c344410a91eec1eee80ca53719d1b43c333d919c9fa1638938a6262/dss-0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b8fd9439e6a4c3a712288c743c158c4", "sha256": "dd2c73856ebd49d94912ce5a82af9a5e1ab1822bbec37417f63d25cae8aab20f" }, "downloads": -1, "filename": "dss-0.8.tar.gz", "has_sig": false, "md5_digest": "1b8fd9439e6a4c3a712288c743c158c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 233546, "upload_time": "2016-08-03T17:43:45", "url": "https://files.pythonhosted.org/packages/82/6d/eedc6c344410a91eec1eee80ca53719d1b43c333d919c9fa1638938a6262/dss-0.8.tar.gz" } ] }