0

Hello, World

Posted by lorenb on Nov 30, 2004 in general

Just working on getting prettyprint.js working on my blog so I can post source code easier. For example: using System; public class HelloWorld { public static void Main (string[] args) { Console.WriteLine (“Hello, World”); } }

 
0

log4net

Posted by lorenb on Nov 30, 2004 in projects

I did some work last night and started using log4net in Sussen. I could get a basic configuration working but then I ran into some issues where their documentation didn’t reflect the API. There was also an issue with how to re-distribute the log4net.dll. It just seems like a lot more trouble than it’s worth. [...]

 
0

monotone

Posted by lorenb on Nov 29, 2004 in technology

Heard about a cool new distributed version control system called monotone. Here is the description from their site: monotone is a free distributed version control system. it provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. it understands history-sensitive merging, lightweight branches, integrated code review and 3rd [...]

 
0

Sessions & Logging (cont)

Posted by lorenb on Nov 29, 2004 in projects

The session work took me longer than I expected today so I didn’t get started on the logging yet. I was hung on how to deal with the situation where a host has multiple IP addresses. I want it to be possible to give Sussen a host and have it scan whatever ip addresses it [...]

 
0

Sessions & Logging

Posted by lorenb on Nov 29, 2004 in projects

Doing some work on the SessionManager in sussen-server this morning. It’s coming along. I also wanted to take a look at logging today. I was thinking of using log4net as it seems to be just what I’m looking for. From reading the documentation it doesn’t look terribly difficult to integrate. We’ll see if that is [...]

 
0

Hacking on sussen-server

Posted by lorenb on Nov 28, 2004 in projects

I’ve been hacking on sussen-server today. Starting to integrate my ADO.NET work into it. I’m now using System.Configuration for the application config. Next will be to write some session management for each scan. Basically the sussen-server should be able to take a list of targets, figure out which sussen-scanner(s) to use, and divide the work [...]

 
0

Open Source

Posted by lorenb on Nov 26, 2004 in general

Took a small break from Sussen to see what’s been happening with my other project, Fewnn. It’s been downloaded a couple hundred times (all versions). The thing is, of those people, I’ve only heard from one person (He thanked me for the software). But what about the other 200 or so people? Did the software [...]

Copyright © 2010 LB Technology Services Blog All rights reserved.