Skip to content

GaetanoDwk/SynFB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SynFB

SynFB it's thinked for running on a Linux o.s. It's a software for detect every 40sec the IP who generate a lot of requests with flag SYN setted. If one IP exceed the limit setted, SynFB will send an alert e-mail to the administrator. The default limit it's setted on 50 SYN.

Pre-requisites

  • Debian based linux distro recommended. But it can be run on all distros that have shell commands available in the following line:
    netstat -ano | grep SYN_RECV | awk {'print $4,$5'} | awk -F: {'print $1,$2'} | sort -k 3 | uniq -c | sort -k 1 | tail -1
  • Python 2.7

Start SynFB

Run the start.sh from shell ./start.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published