Skip to content

Takes IP attacks from MHN Honeypot and makes a filtered list of IP(s) and moves them to a folder to be used as blacklist ( Internal webpage or external)

Notifications You must be signed in to change notification settings

wizhardhacker1/MHN-HoneyPot-BlackList-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BASH File that does the following:

1- extracts IP's from database to csv

2- converts csv to txt

3- Moves text to HTML location

4- Sorts and removes duplicate IP's

5- Deletes source txt

6- Searches for IP that we want to remove (whitlisted)

Use case:

Create this script as a BASH and then add to a CRON job to run every 5 minutes and you will have realtime blacklist feed from honeypots

commands to scedule job:

sudo crontab -e

add to file

*/5 * * * * /commandpath/NoDuplicate.sh

About

Takes IP attacks from MHN Honeypot and makes a filtered list of IP(s) and moves them to a folder to be used as blacklist ( Internal webpage or external)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages