TapIt - SMS Phishing Framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

872 B

Tap It - Text Phishing Framework

Tap It is a SMS phishing framework that allows handling of large SMS phishing campaigns. It automatically handles text template and allows basic handling of web template should phishing URLs be sent through the text.

Prerequisites

Tap It is built on Go, and have all required libraries built-in within the binary.

To attempt to recompile the application, the following is required:

  • Go
  • Angular CLI
  • GORM
  • Gorilla Mux
  • Teabag XLSX Library

Deployment

The entire application is designed to be Dockerised. To build the Docker environment with the pre-compiled binaries, simple run the following:

sudo docker-compose up

Authors

  • Samuel Pua - Initial work - GitHub

License

This project is licensed under the BSD License - see the LICENSE file for details