#!/usr/bin/python3
from scapy.main import interact
from sys import exit
exit(interact())
