Giter Site home page Giter Site logo

nicktaspy / processconnectionsmanager Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 2.0 503 KB

Windows Form Application - Allows you to block remote IP addresses that communicate with a process

License: MIT License

C# 100.00%
sharppcap udp protocol process csharp nmap dotnet-framework windows packet-capture tcp firewall firewall-rules winpcap

processconnectionsmanager's Introduction

ProcessConnectionsManager

Windows Form Application - Allows you to block remote IP addresses that communicate with a process.

Requirements

You need to install NMAP in order to use the UDP listener.

Bugs

Bugs may be found. Most of the application should work fine. Post an issue if you need something fixed.

How it works

  1. At first you need to specify the process name (or PID for more accuracy). The program runs 'netstat -nao' in a hidden window in order to find all the open ports and other information for the process.

  2. You can't see an IP address for UDP ports because it's a connectionless protocol. To solve that, the second part of the application allows you to open a UDP packet capturer using sharppcap which adds foreign IP addresses associated with the specified port from part 1 as new packets arrive/leave.

  3. The third part of the application allows you to block a foreign IP address using the windows firewall API. Basically a new firewall rule is added using the specified Port, Protocol, Foreign IP and sometimes the process file path.

processconnectionsmanager's People

Contributors

nicktaspy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ryanbekabe bubdm

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.