ソーシャルエンジニアリングツールキット (SET) チートシート
Would you like me to proceed with the rest of the translation once you provide the complete text?
Overview
The Social Engineering Toolkit (SET) is an open-source Python-driven framework designed for social engineering penetration tests. Developed by TrustedSec, it automates complex social engineering attacks to test an organization’s security awareness and vulnerability to human-focused attacks.
⚠️ Warning: Only use SET on systems and against targets with explicit written permission. Unauthorized use may violate laws and regulations.
Installation
Kali Linux
# Already pre-installed on Kali, or install/update with:
sudo apt update
sudo apt install set
sudo apt install setoolkit
# Launch SET
sudo setoolkit
Manual Installation (Linux)
# Clone the repository
git clone https://github.com/trustedsec/social-engineer-toolkit.git
cd social-engineer-toolkit
# Install dependencies
pip3 install -r requirements.txt
# Install SET
sudo python3 setup.py install
# Launch SET
sudo setoolkit
Docker Installation
# Pull the Docker image
docker pull trustedsec/social-engineer-toolkit
# Run SET in a container
docker run -it trustedsec/social-engineer-toolkit
Basic Usage
Starting SET
# Launch SET with root privileges
sudo setoolkit
# Launch SET from source directory
cd social-engineer-toolkit
sudo python3 setoolkit
Navigation
# Use numbers to select options
# Use 99 to return to the previous menu
# Use exit or quit to exit SET
Main Menu Options
Social-Engineering Attacks
1) Social-Engineering Attacks
- Primary attack vectors for social engineering
Penetration Testing (Fast-Track)
2) Penetration Testing (Fast-Track)
- Quick penetration testing tools
Third Party Modules
3) Third Party Modules
- Additional modules contributed by the community
Update SET
4) Update the Social-Engineer Toolkit
- Update to the latest version
Update Configuration
5) Update SET configuration
- Change configuration settings
Help
6) Help, Credits, and About
- Information about SET
Social-Engineering Attacks
Spear-Phishing Attack Vectors
1) Spear-Phishing Attack Vectors
1) Perform a Mass Email Attack
2) Create a FileFormat Payload
3) Create a Social-Engineering Template
4) Create a Android/MacOS/Windows/iOS Payload
5) Mass Mailer Attack
6) Arduino-Based Attack Vector
7) Wireless Access Point Attack Vector
8) QRCode Generator Attack Vector
9) Powershell Attack Vectors
10) SMS Spoofing Attack Vector
Website Attack Vectors
2) Website Attack Vectors
1) Java Applet Attack Method
2) Metasploit Browser Exploit Method
3) Credential Harvester Attack Method
4) Tabnabbing Attack Method
5) Web Jacking Attack Method
6) Multi-Attack Web Method
7) HTA Attack Method
8) Badpdf Attack Method
Infectious Media Generator
3) Infectious Media Generator
1) USB/CD/DVD (AutoRun) Method
2) Advanced File Format Infection
Create a Payload and Listener
4) Create a Payload and Listener
- Generate standalone payloads
Mass Mailer Attack
5) Mass Mailer Attack
1) E-Mail Attack Single Email Address
2) E-Mail Attack Mass Mailer
Arduino-Based Attack Vector
6) Arduino-Based Attack Vector
- Hardware-based attacks
Wireless Access Point Attack Vector
7) Wireless Access Point Attack Vector
- Create rogue access points
QRCode Generator Attack Vector
8) QRCode Generator Attack Vector
- Generate malicious QR codes
```### PowerShellの攻撃ベクター
- Powershell Attack Vectors
- PowerShell-based attacks
Select from main menu:
- Social-Engineering Attacks
- Website Attack Vectors
- Credential Harvester Attack Method
Then choose one of:
- Web Templates
- Site Cloner
- Custom Import
- Tabnabbing
For Site Cloner:
Enter IP for POST back: [your IP]
Enter URL to clone: https://example.com
Available templates include:
- Java Required
- Gmail
- Yahoo
Select from main menu:
- Social-Engineering Attacks
- Website Attack Vectors
- Multi-Attack Web Method
Choose attack methods to include
Enter IP for POST back: [your IP]
Enter URL to clone: https://example.com
Select from main menu:
- Social-Engineering Attacks
- Spear-Phishing Attack Vectors
- Perform a Mass Email Attack
Choose payload:
- Adobe PDF Embedded EXE
- Custom EXE to VBA
- Fileformat Bugs …
Configure email settings:
Enter email address to send from: attacker@example.com
Enter the gmail password: password
Enter the recipient: victim@example.com
Select from main menu:
- Social-Engineering Attacks
- Spear-Phishing Attack Vectors
- Create a FileFormat Payload
Choose payload:
- Adobe PDF Embedded EXE
- Adobe PDF Embedded PowerShell
- Microsoft Word Macro …
Select from main menu:
- Social-Engineering Attacks
- Infectious Media Generator
- USB/CD/DVD (AutoRun) Method
Choose payload:
- Windows Reverse_TCP Meterpreter
- Windows Reverse_TCP VNC
- Windows Bind_TCP Meterpreter …
Select from main menu:
- Social-Engineering Attacks
- Infectious Media Generator
- Advanced File Format Infection
Choose file format:
- Adobe PDF
- Microsoft Word …
Select from main menu:
- Social-Engineering Attacks
- Create a Payload and Listener
Choose payload:
- Windows Reverse_TCP Meterpreter
- Windows Meterpreter Reverse_TCP X64
- Windows Reverse_TCP VNC …
Select from main menu:
- Social-Engineering Attacks
- Spear-Phishing Attack Vectors
- Create a Android/MacOS/Windows/iOS Payload
- Android Meterpreter
Select from main menu:
- Social-Engineering Attacks
- Website Attack Vectors
- Credential Harvester Attack Method
- Custom Import
Enter the path to your website: /path/to/website
Enter IP for POST back: [your IP]
Select from main menu:
- Social-Engineering Attacks
- Powershell Attack Vectors
Choose attack:
- Powershell Alphanumeric Shellcode Injector
- Powershell Reverse Shell
- Powershell Bind Shell …
Select from main menu:
- Social-Engineering Attacks
- QRCode Generator Attack Vector
Enter the URL: https://malicious-example.com
Enter path to save QRCode: /path/to/save/qrcode.png
When selecting payloads, choose Metasploit options
SET will automatically integrate with Metasploit
After creating a payload:
Do you want to start the listener now? yes
Select from main menu:
- Update SET configuration
Edit configuration settings in the text editor
Templates are stored in:
/usr/share/set/src/webattack/web_clone/
Templates are stored in:
/usr/share/set/src/templates/
Fix permission issues:
sudo chmod -R 755 /usr/share/set/
Fix Python dependency issues:
pip3 install -r requirements.txt
Fix database issues:
rm /usr/share/set/config/set_config.db
Run SET with debug output:
sudo setoolkit —debug
## ベストプラクティス
### セキュリティに関する考慮事項
Run in isolated environment
Document permission and scope
Avoid causing harm or disruption
Report findings responsibly
### パフォーマンスのヒント
Test attacks in isolated environments first
Use realistic scenarios
Customize templates for specific targets
Monitor and document all activities
## リソース
- [公式 GitHub リポジトリ](https://github.com/trustedsec/social-engineer-toolkit)
- [TrustedSec ウェブサイト](https://www.trustedsec.com)
- [SET ドキュメンテーション](https://github.com/trustedsec/social-engineer-toolkit/wiki)
- [ソーシャルエンジニアリングフレームワーク](https://www.social-engineer.org/framework/)
---
*このチートシートは、ソーシャルエンジニアリングツールキット (SET) の包括的な参照を提供します。ソーシャルエンジニアリングテストを実施する前に、常に適切な承認を得ていることを確認してください。*