1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Support Google Project Fi gateway

This commit is contained in:
wchen-r7 2017-03-03 11:36:13 -06:00
parent fa43928a8e
commit d9b21b16a9
2 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,7 @@ The module supports the following carriers:
* T-Mobile
* Verizon
* Virgin Mobile
* Google Fi
## Finding the Carrier for a Phone Number

View File

@ -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