DanMcInerney / LANs.py

Inject code and spy on wifi users
GNU General Public License v3.0
2.59k stars 495 forks source link

Fixed URL checking #48

Closed ddworken closed 10 years ago

ddworken commented 10 years ago

URL checking used to filter out any URL with ".jpg" in the name. Updated so as to filter out only files ending in ".jpg" (after post data and trailing slashes stripped off).

Fixes #47 part 1.