8 lines
237 B
Ruby
8 lines
237 B
Ruby
#
|
|
# Copyright (c) 2006-2025 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
class Windows_mail_client_dos < BeEF::Core::Command
|
|
end
|