Skip to content
/ imgjam Public

A script that MitMs a local network and returns images as responses to HTTP requests.

License

Notifications You must be signed in to change notification settings

Anorov/imgjam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgjam.py

An ARP + DNS spoofing script for a local switched network that effectively "jams" all requests with a specified image, or randomly chosen image.

Sets up a lightweight HTTP server, and intercepts all HTTP traffic so that a specified image is returned as the response to all HTTP requests. Also works for HTTPS URLs, though a "self-signed certificate" warning will appear for the user.

Uses wlan0 as the default network interface.

This is an old project and may have bugs.

Usage

./imgjam.py [filename.jpg|dir_of_files] [timeout in seconds: default infinity]

Example

./imgjam.py cool_crow.jpg

./imgjam.py images 6000

About

A script that MitMs a local network and returns images as responses to HTTP requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages