Código
#!usr/bin/ruby #Funcion toma() #Coded By Doddy H require "net/http" def toma(web) return Net::HTTP.get_response(URI.parse(web)).body end code = toma("http://127.0.0.1/post.php") print code #The End ?
|
|||
|
Tema destacado: Sigue las noticias más importantes de seguridad informática en el Twitter! de elhacker.NET |
|
|