diff --git a/documentation/modules/auxiliary/client/sms/send_text.md b/documentation/modules/auxiliary/client/sms/send_text.md index c6746b31cd..4d7543aedb 100644 --- a/documentation/modules/auxiliary/client/sms/send_text.md +++ b/documentation/modules/auxiliary/client/sms/send_text.md @@ -58,6 +58,7 @@ The module supports the following carriers: * T-Mobile * Verizon * Virgin Mobile +* Google Fi ## Finding the Carrier for a Phone Number diff --git a/lib/rex/proto/sms/model.rb b/lib/rex/proto/sms/model.rb index 93a4f6ee14..fe4dacfa4c 100644 --- a/lib/rex/proto/sms/model.rb +++ b/lib/rex/proto/sms/model.rb @@ -17,7 +17,8 @@ module Rex #:sprint => 'messaging.sprintpcs.com', # Sprint :tmobile => 'tmomail.net', # T-Mobile :verizon => 'vtext.com', # Verizon - :virgin => 'vmobl.com' # Virgin Mobile + :virgin => 'vmobl.com', # Virgin Mobile + :google => 'msg.fi.google.com' } end