Skip to content

Instantly share code, notes, and snippets.

View 0x6d69636b's full-sized avatar

Michael Schneider 0x6d69636b

View GitHub Profile
@0x6d69636b
0x6d69636b / ntpspoof.py
Last active August 17, 2022 13:03 — forked from Dbof/ntpspoof.py
NTP spoofer to change the date of any victim to the end of the 32-bit days
#!/usr/bin/env python3
'''
Requirements (Debian)
sudo apt install dsniff libnetfilter-queue-dev
sudo pip install netfilterqueue
'''
import os
import subprocess