Module: PWN::AI::Agent::Extrospection::OSINTSocial

Defined in:
lib/pwn/ai/agent/extrospection/osint/social.rb

Overview

Marker submodule so this file satisfies PWN module conventions (def self.help / def self.authors per-file) WITHOUT clobbering PWN::AI::Agent::Extrospection.help defined in the parent file.

Class Method Summary collapse

Class Method Details

.authorsObject

Author(s)

0day Inc. support@0dayinc.com



387
388
389
# File 'lib/pwn/ai/agent/extrospection/osint/social.rb', line 387

public_class_method def self.authors
  "AUTHOR(S):\n0day Inc. <support@0dayinc.com>\n"
end

.helpObject

Display Usage for this Module



393
394
395
396
397
398
399
400
# File 'lib/pwn/ai/agent/extrospection/osint/social.rb', line 393

public_class_method def self.help
  <<~USAGE
    Social / identity OSINT feeds for PWN::AI::Agent::Extrospection.osint.
    Feeds: #{SOCIAL_FEEDS.join(', ')}
    Sites file: #{SOCIAL_SITES_FILE}
    See PWN::AI::Agent::Extrospection.help / documentation/Extrospection.md.
  USAGE
end