Skip to content

Cordagr/userScriptTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

IP Reputation Checker

A user script to check the reputation of an IP address using the AbuseIPDB API.

Description

This script allows you to check the reputation of an IP address by querying the AbuseIPDB API. It adds a toolbar button to any webpage, which you can use to input an IP address and get its reputation score.

Installation

  1. Install a user script manager such as Tampermonkey or Greasemonkey in your browser.
  2. Create a new user script in your user script manager.
  3. Copy the content of ReputationTool.js and paste it into the new user script.
  4. Save the script.

Configuration

Replace YOUR_API_KEY in the script with your actual AbuseIPDB API key.

const API_KEY = 'YOUR_API_KEY';

Usage

const ipAddressToCheck = '123.456.789.123';
checkIPReputation(ipAddressToCheck);

Contributing

If you would like to contribute to this project, please fork the repository and create a pull request with your changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published