Quantcast
Channel: Security Tools – Security List Network™
Viewing all articles
Browse latest Browse all 443

HIDPS is A Python based Intrusion Detection and Prevention System.

$
0
0

HIDPS is A Python based Intrusion Detection and Prevention System. Uses Scapy to sniff packets at a specific interface, extract the remote IPs, scans them using the VirusTotal API and puts them into a Whitelist, Blacklist or Greylist depending on the rating threshold.

HIDPS v1.0 Tested on Debian, Ubuntu 14.04 & Kali ROlling.

HIDPS v1.0
Tested on Debian, Ubuntu 14.04 & Kali ROlling.

requirement:
+ Python 2.7
+ Tkinter, netfilter, urllib2, urllib, simplejson, fcntl, easygui (you can install manually using pip)

Usage:

git clone https://github.com/kirit1193/HIDPS && cd HIDPS
python dummy.py

Source: https://github.com/kirit1193


Viewing all articles
Browse latest Browse all 443

Trending Articles