Re: [umit-devel] [GSoC2012] Network Scanner Android Devices

2012-03-30 Thread Angad Singh
Hi Gorjan, I implemented the android network scanner last year. My thoughts and comments inline. Angad On Fri, Mar 30, 2012 at 6:14 PM, Gorjan Petrovski wrote: > Hi, > > I am Gorjan Petrovski, a Computer Systems Engineering student with a > keen interest of networks. Last year I participated

[umit-devel] [GSoC2012] Network Scanner Android Devices

2012-03-30 Thread Gorjan Petrovski
Hi, I am Gorjan Petrovski, a Computer Systems Engineering student with a keen interest of networks. Last year I participated in GSoC as a network discovery and protocols scripting specialist for Nmap and I'm hoping that this year I'll be a part of your project. I'm really interested in working on

Re: [umit-devel] DiPAC related

2012-03-30 Thread Adriano Marques
Yes, you got it right... do you see a problem with this? On Fri, Mar 30, 2012 at 8:58 AM, Oguz Yarimtepe wrote: > On Fri, 30 Mar 2012 08:40:25 -0300 > Adriano Marques wrote: > > > Use SQLite. Will make your life so much less miserable than creating a > file > > format to deal with stuff. > > Ar

[umit-devel] [# Bug 535 ] Solved!

2012-03-30 Thread Amit Pal
Bug no. 535 has been solved. Added at "netadmin.events.form.py" class EventCategoryForm(forms.ModelForm): class Meta: model = EventTypeCategory fields = ('name','Message_slug','user') widgets = { 'user': forms.HiddenInput() } EventCategoryFromset = modelformset_factory(EventTypeCategory, form =

Re: [umit-devel] DiPAC related

2012-03-30 Thread Oguz Yarimtepe
On Fri, 30 Mar 2012 08:40:25 -0300 Adriano Marques wrote: > Use SQLite. Will make your life so much less miserable than creating a file > format to deal with stuff. Are we talking about keeping the header information of the packet at the SQLite? IP, port, flags, etc, payload data. And the centr

Re: [umit-devel] Magnificent7: An Open Source Software Investment Fund

2012-03-30 Thread Adriano Marques
Oh yeah... let's give it a try :) On Fri, Mar 30, 2012 at 6:21 AM, Francesco Piccinno wrote: > From the Eligibility section of the PDF I linked: > > > Any security-related open source project – with a preference for > BSD-compatible licensing – is applicable and encouraged to submit a > “Magnific

Re: [umit-devel] DiPAC related

2012-03-30 Thread Adriano Marques
Hi Oguz, On Fri, Mar 30, 2012 at 5:16 AM, Oguz Yarimtepe wrote: > Although i already applied Site Status project and quiete happy about it, > I find the DiPAC project also interesting. I checked the UMPA, read the > examples. The examples reminded me Scapy. I am planning to submit a > proposal t

Re: [umit-devel] Magnificent7: An Open Source Software Investment Fund

2012-03-30 Thread Francesco Piccinno
From the Eligibility section of the PDF I linked: > Any security-related open source project – with a preference for > BSD-compatible licensing – is applicable and encouraged to submit a > “Magnificent7” nomination. To be eligible, the person(s) participating in > this must have the ability to

[umit-devel] DiPAC related

2012-03-30 Thread Oguz Yarimtepe
Although i already applied Site Status project and quiete happy about it, I find the DiPAC project also interesting. I checked the UMPA, read the examples. The examples reminded me Scapy. I am planning to submit a proposal that has asynchronous communication solution. I have some part that i nee