
import asyncio
from scapy.all import *
from scapy.layers.http import HTTPRequest, HTTPResponse, HTTP# import HTTP pack
from colorama import init, Fore
# initialize colorama
init()
# define colors
GREEN = Fore.GREEN
RED = Fore.RED
RESET = Fore.RESET
def sniff_packets(iface=None):
"""
Sniff 80 port pack...