Git Product home page Git Product logo

fengjixuchui / lsppyfilter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liamkirton/lsppyfilter

0.0 0.0 0.0 215 KB

[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

Batchfile 0.23% Python 25.62% C++ 60.38% C 13.77%

lsppyfilter's Introduction

================================================================================
LspPyFilter 0.2.1
Copyright ©2007 Liam Kirton <[email protected]>

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 <id> [ Where <id> is the value from the line that contains "+IFS LSP \"LspPyFilterProvider\"" ]

Usage:
------

LspPyFilter.exe <Filter.py>

================================================================================

lsppyfilter's People

Contributors

liamkirton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.