Nmap Development mailing list archives
Re: Status Report #7 of #17
From: Joao Correa <joao () livewire com br>
Date: Tue, 9 Jun 2009 18:12:36 -0300
I've just realized that stdnse already holds a strsplit function which is good enough. I'll replace the script where I'm using the strsplit I've implemented by the one that is already on the API. For this reason, there's no need for the general API so long. Thanks. On Mon, Jun 8, 2009 at 11:56 PM, Joao Correa<joao () livewire com br> wrote:
Hi all, Accomplishments: - Meeting with Fyodor, David and Patrick (also scheduled a new meeting) - Fixed and implemented features mentioned by David about open proxy scripts - Finished including SSL support to some scripts - Developed some new API functions -- tryssl - Function that basically returns a valid socket for a connection (setting and testing SSL/TCP connections can be done transparently) -- strsplit - Basic string manipulation. I've seen a script that had this function inside, and I needed it into another place, so I thought it would be a good idea to have it available on API. I couldn't find a good place for this function, so I've created a temporary API called general. - Started reading about Lua coroutines, what will be useful to develop Http password brute force script. Priorities: - Discuss about new API, new Functions - Based on the discussion, fix/improve them API and Functions - Write HTTP Password Brute Force Script.
_______________________________________________ Sent through the nmap-dev mailing list http://cgi.insecure.org/mailman/listinfo/nmap-dev Archived at http://SecLists.Org
Current thread:
- Status Report #7 of #17 Joao Correa (Jun 08)
- Re: Status Report #7 of #17 Joao Correa (Jun 09)
