{ "info": { "author": "H4rdy", "author_email": "with.h4rdy@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "FOFA SDK\n========\n\nThe fofa SDK written in python3 makes it easy for developers to call fofa's API interface.\n\nInstallation\n------------\n\n``pip install pyfofa``\n \nOnly Python 3.6 is supported.\n \nExample\n-------\n\n.. code-block:: pycon\n \n import pyfofa\n email = 'with.h4rdy@gmail.com'\n key = 'xxxxxxx'\n search = pyfofa.FofaAPI(email, key)\n for host, ip in search.get_data('cert=\"baidu.com\"', 1, \"host,ip\")['results']:\n print(host, ip)", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/h4rdy/fofa-sdk", "keywords": "", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "pyfofa", "package_url": "https://pypi.org/project/pyfofa/", "platform": "", "project_url": "https://pypi.org/project/pyfofa/", "project_urls": { "Homepage": "https://github.com/h4rdy/fofa-sdk" }, "release_url": "https://pypi.org/project/pyfofa/1.0.0/", "requires_dist": null, "requires_python": ">=3.6.0", "summary": "Python3 library for FOFA (https://fofa.so)", "version": "1.0.0" }, "last_serial": 3703741, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "13a8f00f6a9851985c5cf091227e6da5", "sha256": "12a9e2ff3585778a18d168f23e04da49555f924d03071b7e4a5027e563dcbed0" }, "downloads": -1, "filename": "pyfofa-1.0.0.tar.gz", "has_sig": false, "md5_digest": "13a8f00f6a9851985c5cf091227e6da5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 2791, "upload_time": "2018-03-25T15:45:51", "url": "https://files.pythonhosted.org/packages/6f/71/d5d7045d6f89cdf50ca71371e773e43536f0c0f4ddb36456400b073cef5f/pyfofa-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "13a8f00f6a9851985c5cf091227e6da5", "sha256": "12a9e2ff3585778a18d168f23e04da49555f924d03071b7e4a5027e563dcbed0" }, "downloads": -1, "filename": "pyfofa-1.0.0.tar.gz", "has_sig": false, "md5_digest": "13a8f00f6a9851985c5cf091227e6da5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 2791, "upload_time": "2018-03-25T15:45:51", "url": "https://files.pythonhosted.org/packages/6f/71/d5d7045d6f89cdf50ca71371e773e43536f0c0f4ddb36456400b073cef5f/pyfofa-1.0.0.tar.gz" } ] }