{"id":13433280,"url":"https://github.com/trustedsec/social-engineer-toolkit","last_synced_at":"2025-05-13T18:11:02.379Z","repository":{"id":6161627,"uuid":"7391261","full_name":"trustedsec/social-engineer-toolkit","owner":"trustedsec","description":"The Social-Engineer Toolkit (SET) repository from TrustedSec - All new versions of SET will be deployed here.","archived":false,"fork":false,"pushed_at":"2024-10-21T15:46:18.000Z","size":179613,"stargazers_count":11798,"open_issues_count":320,"forks_count":2920,"subscribers_count":636,"default_branch":"master","last_synced_at":"2025-04-22T16:56:41.680Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trustedsec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-12-31T22:01:33.000Z","updated_at":"2025-04-22T15:22:46.000Z","dependencies_parsed_at":"2023-01-13T16:23:26.642Z","dependency_job_id":"59dfc8d6-98d7-48e9-b4e7-6a6f625d5e62","html_url":"https://github.com/trustedsec/social-engineer-toolkit","commit_stats":{"total_commits":15580,"total_committers":83,"mean_commits":187.710843373494,"dds":"0.030359435173299087","last_synced_commit":"3611133a5a77d4feed969b3a07e1571cd8456356"},"previous_names":[],"tags_count":105,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedsec%2Fsocial-engineer-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedsec%2Fsocial-engineer-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedsec%2Fsocial-engineer-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trustedsec%2Fsocial-engineer-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trustedsec","download_url":"https://codeload.github.com/trustedsec/social-engineer-toolkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254000854,"owners_count":21997442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T02:01:23.519Z","updated_at":"2025-05-13T18:11:02.348Z","avatar_url":"https://github.com/trustedsec.png","language":"Python","funding_links":[],"categories":["Python","WELCOME","Uncategorized","资源列表","others","\u003ca id=\"546f4fe70faa2236c0fbc2d486a83391\"\u003e\u003c/a\u003e社工(SET)\u0026\u0026钓鱼\u0026\u0026鱼叉攻击","Social Engineering","渗透测试","⚙️ Backend \u0026 APIs","Tools","Penetration Testing","\u003ca id=\"3e622bff3199cf22fe89db026b765cd4\"\u003e\u003c/a\u003e工具","Red Team","Penetration Testing [🔝](#readme)","Awesome Penetration Testing","Social Engineering Tools","Phishing Frameworks","Buzz-Words","Synopsis","Awesome Penetration Testing (\"https://github.com/Muhammd/Awesome-Pentest\")"],"sub_categories":["**Pentesting Tools**","Uncategorized","渗透测试","\u003ca id=\"f30507893511f89b19934e082a54023e\"\u003e\u003c/a\u003e社工","Social Engineering Tools","Social Engineering","Tools","Penetration Testing Report Templates","Satellite","The Social-Engineer Toolkit","Hacking","Table of Contents"],"readme":"# The Social-Engineer Toolkit (SET)\n* Copyright :copyright: 2020\n* Written by: David Kennedy (ReL1K) @HackingDave \n* Company: [TrustedSec](https://www.trustedsec.com)\n\n\u003cbr/\u003e\n\n## Description\nThe Social-Engineer Toolkit is an open-source penetration testing framework designed for social engineering. SET has a number of custom attack vectors that allow you to make a believable attack quickly. SET is a product of TrustedSec, LLC – an information security consulting firm located in Cleveland, Ohio.\n\nDISCLAIMER: This is *only* for testing purposes and can only be used where strict consent has been given. Do not use this for illegal purposes, period.\nPlease read the LICENSE under readme/LICENSE for the licensing of SET. \n\n#### Supported platforms:\n* Linux\n* Mac OS X (experimental)\n\n# Installation\n\n## Install via requirements.txt\n\n```bash\npip3 install -r requirements.txt\npython3 setup.py \n```\n\n## Install SET\n=======\n#### Mac OS X\nYou will need to use a virtual environment for the Python install if you are using an M2 Macbook with the following instructions in your CLI within the social-engineer-toolkit directory. \n```bash\n    # to install dependencies, run the following:\n    python3 -m venv path/to/venv\n    source path/to/venv/bin/activate\n    python3 -m pip install -r requirements.txt\n\n    # to install SET\n    sudo python3 setup.py \n```\n\n\u003cbr/\u003e\n\n## Installation\n#### Windows 10 WSL/WSL2 Kali Linux\n```bash\nsudo apt install set -y\n```\nKali Linux on Windows 10 is a minimal installation so it doesn't have any tools installed.\nYou can easily install Social Engineer Toolkit on WSL/WSL2 without needing pip using the above command.\n\n#### Linux\n```bash\ngit clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/\ncd setoolkit\npip3 install -r requirements.txt\npython setup.py\n```\n\u003cbr/\u003e\n\n## SET Tutorial\nFor a full document on how to use SET, [visit the SET user manual](https://github.com/trustedsec/social-engineer-toolkit/raw/master/readme/User_Manual.pdf).\n\n\u003cbr/\u003e\n\n## Bugs and enhancements\nFor bug reports or enhancements, please open an [issue](https://github.com/trustedsec/social-engineer-toolkit/issues) here.\n\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrustedsec%2Fsocial-engineer-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrustedsec%2Fsocial-engineer-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrustedsec%2Fsocial-engineer-toolkit/lists"}