{ "info": { "author": "OverwatchHeir", "author_email": "softw.dev@protonmail.com", "bugtrack_url": null, "classifiers": [ "Natural Language :: English", "Programming Language :: Python :: 3.7", "Topic :: Utilities" ], "description": "# SociaList - Tool based on Social Engineering\n\nSociaList is an open-source tool dedicated to the creation of password lists based on information \ncollected through social engineering.\n\nWhat is social engineering?\n---------------------------\n\nSocial engineering is the term used for a broad range of malicious activities accomplished through human interactions. It uses psychological manipulation to trick users into making security mistakes or giving away sensitive information.\n\nAttacks happen in one or more steps. A perpetrator first investigates the intended victim to gather necessary background information, such as potential points of entry and weak security protocols, needed to proceed with the attack. Then, the attacker moves to gain the victim\u2019s trust and provide stimuli for subsequent actions that break security practices, such as revealing sensitive information or granting access to critical resources. What makes social engineering especially dangerous is that it relies on human error, rather than vulnerabilities in software and operating systems. Mistakes made by legitimate users are much less predictable, making them harder to identify and thwart than a malware-based intrusion.\n\nFor more information about social engineering attacks check [social engineering attacks].\n\nRequirements\n-------------------\n - python 3\n - tqdm\n - phonenumbers\n - validate_email\n - py3dns\n \nInstallation\n-------------\n\n**Linux**\n\n ```\n apt-get install python3-pip\n git clone https://github.com/OverwatchHeir/SociaList.git\n cd SociaList\n python3 -m pip install -r requirements.txt\n ```\n \n**MacOS**\n ```\n brew install python3\n brew install pip\n git clone https://github.com/OverwatchHeir/SociaList.git\n cd SociaList\n python3 -m pip install -r requirements.txt\n ```\n **Windows**\n \n Download python 3 and pip from [python webpage] and then: \n ```\n git clone https://github.com/OverwatchHeir/SociaList.git\n cd SociaList\n python3 -m pip install -r requirements.txt\n ```\n **Alternative**\n \n Using the traditional installation from **pip** or **easy_install**\n ```\n easy_install3 -U pip # you have to install python3-setuptools , update pip\n pip3 install tqdm\n pip3 install phonenumbers\n pip3 install validate_email\n pip3 install py3dns\n pip3 install socialist\n socialist # installed successfully\n ```\nUsage\n---------\n\n**Run**\n\n```$ python3 socialist.py [-h] -o OUTPUT [-c COMBINATIONS]```\n\nAt the beginning of the execution of this script, you will be asked for a series of personal information about which you intend to create the list of passwords. From the personal data entered by keyboard, combinations and permutations will be made according to those entered in the arguments.\n \n**Options**\n```\noptional arguments:\n -h, --help show this help message and exit\n -o OUTPUT, --output OUTPUT\n path to output wordlist\n -c COMBINATIONS, --combinations COMBINATIONS\n maximum number of words combinations -- default 2\n```\n\nContributing\n---------------\n\nFor bug reports or enhancements, please open an [issue] here.\n\n[social engineering attacks]: https://www.incapsula.com/web-application-security/social-engineering-attack.html\n[issue]: https://github.com/OverwatchHeir/SociaList/issues\n[python webpage]: https://www.python.org/", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/OverwatchHeir/SociaList/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/OverwatchHeir/SociaList", "keywords": "", "license": "GNU", "maintainer": "", "maintainer_email": "", "name": "socialist", "package_url": "https://pypi.org/project/socialist/", "platform": "", "project_url": "https://pypi.org/project/socialist/", "project_urls": { "Download": "https://github.com/OverwatchHeir/SociaList/archive/master.zip", "Homepage": "https://github.com/OverwatchHeir/SociaList" }, "release_url": "https://pypi.org/project/socialist/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.1.0" }, "last_serial": 5256555, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "71ea25917c569beaee7dc819e7aa5dc5", "sha256": "e1c8880e5a0523ba06b591bf43c2ca442ed901f4e950868ecfd409fbdd84dff6" }, "downloads": -1, "filename": "socialist-0.1.0.tar.gz", "has_sig": false, "md5_digest": "71ea25917c569beaee7dc819e7aa5dc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5940, "upload_time": "2019-05-11T16:06:55", "url": "https://files.pythonhosted.org/packages/61/ec/218462300fdd7a8fb2917861c92f316c8c49b308765daf5f799ae593b1ea/socialist-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "71ea25917c569beaee7dc819e7aa5dc5", "sha256": "e1c8880e5a0523ba06b591bf43c2ca442ed901f4e950868ecfd409fbdd84dff6" }, "downloads": -1, "filename": "socialist-0.1.0.tar.gz", "has_sig": false, "md5_digest": "71ea25917c569beaee7dc819e7aa5dc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5940, "upload_time": "2019-05-11T16:06:55", "url": "https://files.pythonhosted.org/packages/61/ec/218462300fdd7a8fb2917861c92f316c8c49b308765daf5f799ae593b1ea/socialist-0.1.0.tar.gz" } ] }