I'm trying to understand the code below (found on the internet):
#!/usr/bin/python3
from scapy.all import *
target = input("Informe um alvo: ")
destport = input("Porta de destino: ")
port = int(destport)
ans,unans=sr(IP(dst=target,ttl=(1,3...
asked by
11.08.2016 / 01:18