Muchas gracias!
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menúimport os
from time import strftime
from time import sleep
def imprimir_hora():
hora = strftime("[%H:%M:%S] ")
print (hora)
def ms():
tubo = os.popen("ping google.com")
datos = tubo.readlines()
print (datos)
ms()
import os
def gather():
print ("[*]GATHERING...")
comando = "systeminfo"
salida = os.popen(comando)
gather()
print ("[*]Done!")
import os
import time
ataques = input("[*]NÚMERO DE ATAQUES--->")
print ("[*]NUMERO DE ATAQUES SELECCIONADO---> [", ataques,"]")
def ready():
host = input("[*]HOST--->") #PREGUNTAR IP O HOST
print ("[*]HOST OBJETIVO SELECCIONADO---> [", host,"]")
time.sleep(1)
comando = "ping "+host+" -t -l 15000" #ESTO ES PARA ACLARME YO MISMO
print ("[*]COMANDO--->",comando) #PARA ACLARARME YO MISMO TAMBIEN
time.sleep(1)
print ("[*]ATACANDO A--->"+host+"...")
os.system(comando)
ready()
def ataque(ataques):
os.system(comando)
time.sleep(3600) #PARA QUE NO SE CIERRE LA VENTANA
sustantivos = ["lunes","martes","lengua,james"]
num = [1,2,3,4,5,6,7,8,9,0]