Poor man’s view of the world

A humble tribute to ToGg – the Great God of Technology

Poor man’s guide to Network Security

This small and simple guide lists the best FREE solutions to secure your network.

Smoothwall Express
SmoothWall Express is an open source firewall distribution based on the GNU/Linux operating system.It includes a hardened subset of the GNU/Linux operating system and is configured via a web-based GUI. Best of all….it requires absolutely no knowledge of Linux to install or use.

AVG Anti-Virus Free Edition
AVG Free is an excellent free anti-virus solution. Its very easy to use, needs low system resources, features automatic update functionality and real-time protection.

Snort
Snort is an open source network intrusion prevention and detection system.  It is an exceptional product that uses a rule-driven language.

Nmap
Nmap (“Network Mapper”) is a free open source utility for network exploration or security auditing. Nmap can determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics.

Nessus
Nessus is an extremely powerful vulnerability scanner.

9 July 2007 at 16:52 - Comments

Pros and Cons of using ADS for steganography

Alternate Data Stream as a method of steganography has the following pros:

1. Its FREE!

2. Its very easy to use. Check this out.

3. You do not need ant third party tools / software.

It has the following cons:

1. No support for passwords (unless you embed password protected files)

2. Runs only on NTFS (and Microsoft says that ” Alternate data streams are strictly a feature of the NTFS file system and may not be supported in future file systems. However, NTFS will be supported in future versions of Windows NT. “)

3. Hidden data will be lost if you email the parent file or for that matter transfer it to a non NTFS partition / device.

While on the issue of Steganography, also check out steganography, the easy way… No steganography software required

9 July 2007 at 15:13 - Comments

Using ADS to hide data

Alternate data streams (ADS) are a very interesting feature of of the NTFS file system .

In this post I am giving a simple code to hide an exe in a text file and subsequrntly run the exe using a batch file. I presume you are familiar with the basics of ADS. If not click here before you proceed.

Sample code:

In this example we will hide an exe named “sanya.exe” in a text file named “tanya.txt”. Both these files are in the g drive

Step 1: Go to WinXP command prompt and type :
type g:\sanya.exe>g:\tanya.txt:sanya.exe

Step 2: To run the exe, go to WinXP command prompt and type :
start g:\tanya.txt:sanya.exe

Thats it!

For a batch file you can use start %cd%tanya.txt:sanya.exe

Note:

1. If you want to run this from a pen drive, first convert the pen drive to NTFS using convert g: /fs:ntfs

9 July 2007 at 14:35 - Comments

Rohas Nagpal a.k.a Poor Man

Me and Sanya at Giza

Born 06-11-19??

I earn my bread here and my butter here

My credit card details

Some pics I am glad I clicked

9 July 2007 at 13:56 - Comments

07-07-07

Interesting day to begin blogging!

After several years of procrastination, I finally make my debut in the world of blogging.

I started using computers when floppy disks were hard disks, very few people had heard of the Internet and the creators of Google were still in school.

Its a different world today. This blog is my humble tribute to ToGg – the Great God of Technology!

7 July 2007 at 06:52 - Comments