b0baa71d2d
with the aim to stop the Denial of Service and Distributed Denial of Service attacks that have been torturing the Internet for the last few years. It is based on real-time processing of Cisco (R) NetFlow (TM) data, since this seems to be the most efficient approach as it is router-centric, allowing for automated central response without intervention from the affected organizations' network administrators. WWW: http://panoptis.sourceforge.net/ Submitted by: Babak Farrokhi <farrokhi at FreeBSD.org>
8 lines
282 B
Python
8 lines
282 B
Python
--- panoptis/pview.py.orig Tue Nov 28 14:57:01 2006
|
|
+++ panoptis/pview.py Tue Nov 28 14:57:10 2006
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python
|
|
+#!/usr/bin/env python
|
|
|
|
# This CGI script connects to Panoptis' web port, makes a request,
|
|
# accepts data and formats it to show it to the user.
|