fae05f2e98
This API allows you to send a malicious attachment to mobile devices.
11 lines
134 B
Ruby
11 lines
134 B
Ruby
# -*- coding: binary -*-
|
|
|
|
module Rex
|
|
module Proto
|
|
module Mms
|
|
class Exception < ::RuntimeError
|
|
end
|
|
end
|
|
end
|
|
end
|