SET : The Social-Engineer Toolkit Repository From TrustedSec

The 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.

It is a product of TrustedSec, LLC – an information security consulting firm located in Cleveland, Ohio.

Installation

  • Linux
  • Mac OS X (experimental)

Also Read – Memguard : Secure Software Enclave For Storage Of Sensitive Information In Memory

Install via requirements.txt

$ pip install -r requirements.txt

Install

All OSs

$ git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
$ cd set
$ pip install -r requirements.txt

DISCLAIMER

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. Please read the LICENSE under readme/LICENSE for the licensing of it.

Credit : David Kennedy

R K

Recent Posts

Comments in Bash Scripts

What Are Bash Comments? In Bash scripting, comments are notes in your code that the…

1 hour ago

Shebang (#!) in Bash Script

When you write a Bash script in Linux, you want it to run correctly every…

21 hours ago

Bash String Concatenation – Bash Scripting

Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…

1 day ago

Learn Bash Scripting: How to Create and Run Shell Scripts for Beginners

What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…

2 days ago

Bash if…else Statement – Bash Scripting

When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…

2 days ago

Bash Functions Explained: Syntax, Examples, and Best Practices

Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…

4 days ago