Skip to content

Instantly share code, notes, and snippets.

@uf0o
uf0o / tap_masscarp.py
Last active January 20, 2021 16:02 — forked from avicoder/Arp-Scanner.py
Arp scan+masscan local subnet via the tap/tun interface # written in python (Scapy module)
# ! /usr/bin/python
# Original Author == @avicoder
# Remixed by == @uf0
#
# This script aims to automate the burder of masscanning connected hosts on a local network via a virtual interface like tun/tap.
# The tool performs a masscan on the provided port, port-range after ARP scanning all host on a LAN.
import sys,getopt,subprocess