Skip to content

This script analyses your auth.log for failed attempts that hackers try to log into your SSH Server.

License

Notifications You must be signed in to change notification settings

c0defire/GeoIpLocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

GeoIpLocator

This script analyses your auth.log for failed attempts that hackers try to log into your SSH Server.

Customize the script with your system info

The script is set to run with pi as the user. You have to manually change the user varible and the location of your log file location if you have it in a different location.

USER=pi
LOG=/var/log/auth.log

Output files

This will create 1 file

  • IP_information.txt - Contains the GeoIP information for their respected IPs

How to run

This script needs sudo privileges. So run with sudo.

sudo ./GeoIpLocator.sh

About

This script analyses your auth.log for failed attempts that hackers try to log into your SSH Server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages