Today is Saturday, 4th September 2010

Honey Ports

Honey Ports is a new Intrusion Detection System. It detects intrusion attempts in two ways. One is via fake services set on specified ports. These fake services are designed to trick nmap and other port scanners to spoof versions. The other way is via WinPcap, which is designed to detect SYN floods and stealth port scans.

Honey Ports

Hiding Information in Files

There are multiple methods of hiding information in files. In this post I will list and explain two of them. These two methods are std::fstream hiding and Alternate Data Streams.

Updated Incrementing String Class (C++)

Here is an update to my Incrementing String class. Now you are able to increment it by a unsigned long, as well as have it return a unsigned long representation of the string. This can be very helpful for rainbow tables generation and cracking.

Edit – Theres is a critical error in this code.  I have to fix it soon, but first a working C# Incrementing String.  COMING SOON!

Edit – Here is a fixed Incrementing String class: Incrementing String – C++

Edit – Here is the Incrementing String class in C#: Incrementing String – C#

This new version also includes various overloaded operators.


Top