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:
parent
fa43928a8e
commit
d9b21b16a9
@ -58,6 +58,7 @@ The module supports the following carriers:
|
||||
* T-Mobile
|
||||
* Verizon
|
||||
* Virgin Mobile
|
||||
* Google Fi
|
||||
|
||||
## Finding the Carrier for a Phone Number
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user