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
Last Updated on Saturday, 19 December 2009 03:17 Written by bwall Saturday, 19 December 2009 03:16
Hiding Information in Files
Last Updated on Saturday, 14 November 2009 06:26 Written by bwall Saturday, 14 November 2009 06:26
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++)
Last Updated on Friday, 20 November 2009 09:06 Written by bwall Saturday, 14 November 2009 12:00
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.