Sign in
in
   

Tags

No tags have been created or used yet.

Monthly Archives
 
  • Nov
    26
    2006

    SSH Tunneling (on Windows) with OpenSSH and Putty through an HTTP proxy

    I became interested, a little while ago, in how to tunnel encrypted traffic through an http proxy and firewall with only the standard open ports (80, 443). There are a number of reasons to do this, basically anyone sniffing or logging will not be able to tell the difference between the tunnelling and...
  • Jan
    18
    2005

    DSniffing Wifi with Atheros

    This past weekend, I blew out my linux install to check out Redhat's Fedora Core 3 and for the 3rd time went though getting dsniff 2.3 installed with the WiFi patch. Everytime I've done this, I've forgotten how and had to re-learn it. Here are the steps. Setup your system 1. Install Redhat Fedora Core...
  • Dec
    02
    2004

    Lycos screensaver fights SPAM

    I can't even remember the last time I downloaded a screensaver, but I'm definitely going to check this one out. Lycos has apparently created a screensaver, developing on distributed computing ideas such as the seti@home project, and applied it to a more practical problem - spam. Slashdot reports on it...
  • Oct
    08
    2004

    Major ASP.NET Vulnerability

    So, this new amazing vulnerability has been making it's rounds this week and Microsoft has released some official information about it ( http://www.microsoft.com/security/incident/aspnet.mspx ). Just a few thoughts on this- 1. I think this exploit wins the prize for being the cheesiest I have seen in...
  • Jun
    17
    2004

    Little bit of info on ViewState

    A good article on ViewState that I found through weblogs on MSDN- http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspnet/html/asp11222001.asp Especially the section on the ViewState vs. SessionState.. Session state is protected because it remains on the server's side, however viewstate...