CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/msf/ui/web.rb
Views: 1904
1
# -*- coding: binary -*-
2
module Msf
3
module Ui
4
module Web
5
6
#
7
# The log source used by the web service.
8
#
9
LogSource = "msfweb"
10
11
end
12
end
13
end
14
15
16