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
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
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
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 =
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
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
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
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
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