Class: TestGui::DummyProject

Inherits:
Watobo::Project show all
Defined in:
lib/watobo/gui/full_scan_dialog.rb

Instance Attribute Summary

Attributes inherited from Watobo::Project

#active_checks, #chats, #date, #excluded_chats, #findings, #forward_proxy_settings, #passive_checks, #plugins, #project_name, #scan_settings, #session_name, #settings, #target_filter

Instance Method Summary collapse

Methods inherited from Watobo::Project

#addToScope, #add_client_certificate, #add_login_chat_id, #chatsInScope_UNUSED, #client_certificates=, #getCSRFPatterns, #getCSRFRequestIDs, #getClientCertificates, #getCurrentProxy, #getLoginChatIds, #getLoginChats, #getLogoutSignatures, #getScanPolicy, #getScanPreferences, #getSessionID, #getSidPatterns, #getWwwAuthentication, #has_scope?, #interceptPort, #notify, #projectName, #projectSettingsFile, #runLogin, #scope, #scope=, #sessionName, #sessionSettingsFile, #session_settings, #setCSRFPatterns, #setCSRFRequest, #setClientCertificates, #setLoginChatIds, #setLogoutSignatures, #setProxyOptions, #setScope, #setWwwAuthentication, #setupProject, #siteSSL?, #subscribe, #uniqueRequestHash, #updateSettings

Constructor Details

#initializeDummyProject

Returns a new instance of DummyProject.



208
209
210
# File 'lib/watobo/gui/full_scan_dialog.rb', line 208

def initialize()
  super(nil,Hash.new)
end

Instance Method Details

#listSitesObject



211
212
213
# File 'lib/watobo/gui/full_scan_dialog.rb', line 211

def listSites
  return ["127.0.0.1"]
end