Skip to content

🎭 High-performance metadata spoofing toolkit in Rust - timestamps, MAC, EXIF, hostname

License

Notifications You must be signed in to change notification settings

bad-antics/nullsec-spoof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎭 NullSec Spoof

Rust License Version

High-Performance Metadata Spoofing Toolkit

Anti-forensics β€’ Privacy β€’ Evasion β€’ Covert Operations


🎯 Features

Feature Description
⏰ Timestamp Spoofing Modify atime, mtime, ctime on files
πŸ”— MAC Spoofing Randomize or vendor-spoof MAC addresses
πŸ“· EXIF Stripping Remove or randomize image metadata
#️⃣ Hash Modification Alter file hashes without visible changes
πŸ–₯️ Hostname Spoofing Randomize system hostname
πŸ“¦ Batch Processing Config-driven bulk operations

πŸš€ Installation

# From source
cargo install --path .

# Or build release
cargo build --release
./target/release/nullsec-spoof --help

πŸ“– Usage

Timestamp Spoofing

# Set specific timestamp
nullsec-spoof timestamp -p /path/to/file -t "2023-06-15 14:30:00"

# Random timestamp (30-365 days ago)
nullsec-spoof timestamp -p /path/to/dir -t random -r

# Recursive directory
nullsec-spoof timestamp -p /evidence -t "2022-01-01 00:00:00" -r

MAC Address Spoofing

# Random MAC
nullsec-spoof mac -i wlan0 -a random

# Vendor-specific (Apple, Samsung, Intel, Cisco)
nullsec-spoof mac -i eth0 -a apple

# Specific MAC
nullsec-spoof mac -i wlan0 -a "00:11:22:33:44:55"

EXIF Metadata

# Strip all EXIF data
nullsec-spoof exif -p photo.jpg -a strip

# Randomize dates
nullsec-spoof exif -p /photos -a randomize -r

# Process entire directory
nullsec-spoof exif -p /images -a strip -r

Hash Modification

# Append null bytes to change hash
nullsec-spoof hash -p malware.exe -b 1

Hostname Spoofing

# Random hostname
nullsec-spoof hostname -n random

# Specific hostname
nullsec-spoof hostname -n "workstation-42"

πŸ”’ Security Notes

  • Requires root for MAC and hostname changes
  • Changes persist across sessions for hostname
  • Use responsibly for authorized testing only

bad-antics β€’ Part of NullSec Linux

About

🎭 High-performance metadata spoofing toolkit in Rust - timestamps, MAC, EXIF, hostname

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published