Giter Club home page Giter Club logo

rdpblocker's Introduction

RDPBlocker

RDPBlocker is a tool to prevent brute force password cracking against RDP(Remote Desktop Protocol) services.

Since the RDP service is designed and maintained by Microsoft and is rarely used by other operating systems, this tool is designed specifically for Windows and does not support other operating systems.

The advantage of this tool is that it is simple to use, small in size and easy to install.

Runing Requirements

Windows 10 x64 or Windows Server 2016 x64 or higher version. The code should also support Windows 7 or higher version, but it has not been tested.

Only the X64 version is provided by default, if you need the X86 version, you need to compile it yourself.

Install

This tool provides an installation wizard packaged by Inno Setup, which users can use directly to install. The program will be installed by default in the C:\Program Files\RDPBlocker

C:\Program Files\RDPBlocker\RDPBlocker.exe will be registered as a system service, and as a system service it will start automatically at system startup.

Note: Registration service function provided by nssm project.

C:\Program Files\RDPBlocker\config.ini is the configuration file. The configuration file can be changed according to the user's needs. Example :

[Block]
; Blocking Threshold
; IP addresses will be blocked when an incorrect account or password is entered within a specified period of time greater than a threshold value.
threshold = 3
; Blocking time in the seconds
time = 300

If users need, they can also download the zip package to configure and install it by themselves.

Build

You can also try to compile this project yourself if you need to.

Build Requirements

Visual Studio 2019 (MSVC 14.2)

Boost Library https://www.boost.org

spdlog https://github.com/gabime/spdlog

If you use the project files provided in this project, you need to set the environment variables before compiling.

$(BOOST_INCLUDE)
$(SPDLOG_INCLUDE)
$(BOOST_LIB)
$(SPDLOG_LIB)

If you need to compile and install the wizard, you will also need Inno setup Compilers.

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.