Newer
Older
GoSMS / config.php
root on 18 May 2019 455 bytes Initial commit
<?php

// Twilio settings
$TwilioID = ""; // Twilio account sid
$SMSFrom = ""; // Twilio mobile no.
$AuthToken = ""; // Twilio auth token
$Callback = "http://example.com:8888/SMSResponse.php"; // URL Twilio can reach to post to SMSResponse.php

// Local settings
$GophishAPIURL = ""; // URL of GoPhish API listner e.g. https://www.site.com:8080
$key = ""; // GoPhish API key
$PhishURL = "" // URL of Gophish campaign e.g. https://www.phishingsite.com

?>