{ "info": { "author": "GoLismero team", "author_email": "golismero.project@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Topic :: Security" ], "description": "### This repository contains the unstable development version.\n### For the stable version go to: https://github.com/golismero/golismero
\n\n---\n\nWhat's GoLismero?\n=================\n\nGoLismero is an open source framework for security testing. It's currently geared towards web security, but it can easily be expanded to other kinds of scans.\n\nThe most interesting features of the framework are:\n\n- Real platform independence. Tested on Windows, Linux, *BSD and OS X.\n- No native library dependencies. All of the framework has been written in pure Python.\n- Good performance when compared with other frameworks written in Python and other scripting languages.\n- Very easy to use.\n- Plugin development is extremely simple.\n- The framework also collects and unifies the results of well known tools: sqlmap, xsser, openvas, dnsrecon, theharvester...\n- Integration with standards: CWE, CVE and OWASP.\n- Designed for cluster deployment in mind (not available yet).\n\nInstalling\n==========\n\nStrictly speaking, GoLismero doesn't require installation - only its dependencies do. So if you want to use it on a system where you don't have root privileges, you can ask the system administrator to install them for you, and just run the \"git checkout\" command on your home folder.\n\nThe following are step-by-step instructions to install GoLismero on different operating systems:\n\nDebian/Ubuntu\n-------------\n\nThe following commands will download and install GoLismero on your system. This requires root privileges, so you will be prompted for your password when you run the first command.\n\n```\nsudo bash\napt-get install python2.7 python2.7-dev python-pip python-docutils git perl nmap sslscan\ncd /opt\ngit clone https://github.com/golismero/golismero.git\ncd golismero\npip install -r requirements.txt\npip install -r requirements_unix.txt\nln -s /opt/golismero/golismero.py /usr/bin/golismero\nexit\n```\n\nIf you have an API key for Shodan, or an OpenVAS server or SpiderFoot server you want to integrate with GoLismero, run the following commands:\n\n```\nmkdir ~/.golismero\ntouch ~/.golismero/user.conf\nchmod 600 ~/.golismero/user.conf\nnano ~/.golismero/user.conf\n```\n\nAt the editor, add the following sections to the file, as appropriate:\n\n```\n[shodan:Configuration]\napikey =