# lsppyfilter **Repository Path**: mirrors_sudoconf/lsppyfilter ## Basic Information - **Project Name**: lsppyfilter - **Description**: [2007] Windows tool, offers the ability to dynamically and transparently modify incoming and outgoing network traffic, as well as to redirect outgoing connection requests. Uses a Windows Layered Service Provider, together with an embedded Python interpreter instance - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ================================================================================ LspPyFilter 0.2.1 Copyright ©2007 Liam Kirton 08th September 2007 http://int3.ws/ ================================================================================ Overview: --------- LspPyFilter offers the ability to dynamically and transparently modify incoming and outgoing network traffic, as well as to redirect outgoing connection requests. This is achieved through the use of a Windows Layered Service Provider, together with an embedded Python interpreter instance. Traffic is modified on-the-fly, by dynamically loadable Python scripts, and LspPyFilter now includes the structure necessary to allow for the easy transformation of HTTP traffic (i.e. Content-Length headers are fixed up automatically). This ability is implemented entirely in Python! Install: -------- regsvr32 /s LspPyFilterMarshal.dll LspInstall.exe /Ifs /Install 1001,1002 LspPyFilterProvider C:\LspPyFilter\LspPyFilterProvider.dll LspInstall.exe /Print Uninstall: ---------- regsvr32 /u LspPyFilterMarshal.dll LspInstall /Print LspInstall /Uninstall [ Where is the value from the line that contains "+IFS LSP \"LspPyFilterProvider\"" ] Usage: ------ LspPyFilter.exe ================================================================================