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.
 
 
 
 
Samuel Pua 1246801519 Updated compose 6 years ago
tapit-backend Added default placeholder route 6 years ago
tapit-build Added default placeholder route 6 years ago
tapit-frontend Added default placeholder route 6 years ago
.gitignore First commit 6 years ago
LICENSE Inserted web templates, readme, license. Updated logo and favicon 6 years ago
README.md Update readme 6 years ago
build.sh Inserted web templates, readme, license. Updated logo and favicon 6 years ago
docker-compose.yml Updated compose 6 years ago
phonebook-template.xlsx First commit 6 years ago
psql-start.sh Updated web template handling of no template 6 years ago

README.md

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