Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byk1lla/blacklistchecker
Python Blacklist Checker
https://github.com/byk1lla/blacklistchecker
Last synced: 13 days ago
JSON representation
Python Blacklist Checker
- Host: GitHub
- URL: https://github.com/byk1lla/blacklistchecker
- Owner: byk1lla
- Created: 2023-03-06T10:47:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T11:55:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T06:13:42.722Z (2 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Blacklist Checker
Compare IP Addresses in IP File and Blacklist File.
If the IP Addresses in the IP File match the IP addresses in the Blacklist File,
Note them down and later on By default result.txt Or it will be saved as the File name you wrote in the part requested from you.Check out the Scan Topic for Detailed Information.
# Scan
Enter the names of your files without their extensions.
For example, if the Name of your IP file is ips.txt, it will be sufficient to write ips in the desired part of the IP file.
Below is more detailed information.
If IP and Blacklist File Are Where Program ---> File_Name.txt(incorrect) - Your File Name(correct)
If Not--->
\Path_YourFile\YourFile_Name.txt(incorrect) -
\Path_YourFile\YourFile_Name(correct)
Check out the Settings Topic for Detailed Information.
# Settings
Name of Settings File By Default: user.config
If you want, you can change it by making changes in the code.
The Settings File will be created automatically when the program is run for the first time.
If you wish, you can change your Username, IP File and Blacklist File from the Settings Menu.