[Openpacket-devel] Site details
Brought to you by:
crazy_j,
taosecurity
|
From: David A. Belle-I. <ml...@im...> - 2006-07-28 20:47:48
|
Hi everyone, Here are some details about what is developped so far: - A new user can sign up - A logged in user can upload a pcap file - Each uploaded files need to be approved by a moderator - Once a file is approved everyone can see a file - Logged in users can post comments/analysis on a particular file - Everyone can download the pcap file using the link on the viewfile page. - RSS feeds are implemented for: uploaded files, posted comments and posted comments of a particular file. These are three different feeds. - Uploaded pcap files are parsed to display the first 5 packets session information when viewing this file. (*) See note below. (*) I wrote this parser for this project. This makes it a lot easier for us to work with it if we need to change anything to what we parse or how we parse it. An interesting idea would be to allow the user to select an option to change the IP addresses in the file he uploads. This way, the system could generate random IP addresses and replace it in the file. We are currently working at setting up a test server to have a better idea of how it all works together. Thanks, David |