Browse Source

Update readme

master
Samuel Pua 6 years ago
parent
commit
c7e3084ded
  1. 10
      README.md
  2. 2
      tapit-build/static/main.js
  3. 10
      tapit-frontend/src/app/main/main.component.html

10
README.md

@ -5,11 +5,11 @@ Tap It is a SMS phishing framework that allows handling of large SMS phishing ca
### Prerequisites
Tap It is built on Go, and have all required libraries built-in the binary. To attempt to recompile the application, the following is required:
* Go
* Angular CLI
* GORM
* Gorilla Mux
* Teabag XLSX Library
* Go
* Angular CLI
* GORM
* Gorilla Mux
* Teabag XLSX Library
## Deployment

2
tapit-build/static/main.js

File diff suppressed because one or more lines are too long

10
tapit-frontend/src/app/main/main.component.html

@ -1,3 +1,7 @@
<p>
main works!
</p>
<div class="row">
<div class="col-12">
<h1>Welcome to TapIt: A Text Phishing Framework</h1>
<p>TapIt is a tool that allows users to manage large scale SMS phishing campaigns.</p>
<p>The framework is equipped with in-built SMS and Web templating functionalities to generate customised messages for a large list of recipients</p>
</div>
</div>

Loading…
Cancel
Save