Geek Memos
  • Home
Subscribe
Tagged

network

A collection of 1 post

hacking

PingSweep with Scapy

Want to get a bit geekier with your ping sweeps? Python Scapy can be used to create, modify, send, and intercept network packets and any TCP/IP layer. Here is a simple ping sweep script with Python Scapy: !/usr/bin/python from scapy.all import * TIMEOUT = 2 conf.verb = 0

  • Q
Q Oct 18, 2014 • 1 min read
Geek Memos © 2022
Powered by Ghost