Skip to content

A simple tool to automatically report all blocked IPs with RDP Defender to AbuseIPDB.

License

Notifications You must be signed in to change notification settings

Patrosi73/RDPDefender-AbuseIPDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RDPDefender-AbuseIPDB

A simple tool to automatically report all blocked IPs with RDP Defender to AbuseIPDB.

Installation

  • If you haven't already, download Python and install the requests package with pip:
pip install requests
  • Git clone this repository/download it as a zip, then extract it
  • Create a file called keys.json with the following content:
{
    "blocklist" : "C:\\Program Files (x86)\\RDP Defender\\blocked.dat",
    "apikey" : "YOUR_KEY_HERE"
}

with YOUR_KEY_HERE being your AbuseIPDB API key.

Run main.py and it'll start reporting them!

About

A simple tool to automatically report all blocked IPs with RDP Defender to AbuseIPDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages