https://github.com/decodedco/sd-tele
SD-Tele scripts
https://github.com/decodedco/sd-tele
Last synced: 11 months ago
JSON representation
SD-Tele scripts
- Host: GitHub
- URL: https://github.com/decodedco/sd-tele
- Owner: DecodedCo
- Created: 2015-12-14T11:59:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-22T22:03:50.000Z (over 9 years ago)
- Last Synced: 2025-03-14T08:21:27.619Z (over 1 year ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 27
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SD-Tele
* Use this script to send a text message using the Twilio API
* API key is temporary (and not valid)
#### NOTE:
* You will need to run `pip install twilio` first
## Usage
#### Install the plugin from this repository in your browser
* To do so, go to (in Chrome) Settings->Extensions
* Click (at the top) Load Unpacked Extension
* Choose the folder "ClonePage" in this repostiory
#### Browse to site to clone
* Click the plugin in the top right of the browser (bluish box). A pop up will appear, select all, copy, paste all of the code into a new Playto project
#### Create the phishing site
* Click View App In Full Screen in Playto. Copy the domain (without parameters)
#### Edit the Sending SMS Script
* in this repo is a python script, edit it
* Edit the "to" (including country code)
* Set the from name - this can be a word like "TrustedBank"
* Set the body text of the message, including your link you copied
#### Done