Sunday, February 4, 2007

NetStat Script !!

NetStat Script !!

Hi Folks,

Another Simple script to view all active connections,
and all exe's communicating on Internet.

Let me know If any Problems with this.

Download:
http://fixupload.com/file/2171/NitinStat.rar.html


Enjoy!

Nitin Kushwaha
CHFI.CEH.NSA.SCSCA.CIW-SA.ITIL.MCSE.MCSA

Netstat with GREP in Windows !!

Netstat with GREP in Windows !!

Hi Folks,

Many times we use The most powerful command in MS Windows,

But we miss the GREP functionality in Windows,
which we use with most Debian/Linux/Unixes OS.

So here it is how we can get the GREP functionality within Windows.

here we go.

netstat -an | find "ESTAB"

netstat -an | find "LIST"

netstat -an | find "FIN_WAIT"

netstat -an | find "SYN_SENT"


Note:

ESTAB=Established sessions
LIST=Listening sessions
FIN_WAIT=Killing the session in process / Terminating in session
SYN_SENT=Normally when just opening a new session


Enjoy!

Nitin Kushwaha
CHFI.CEH.NSA.SCSCA.CIW-SA.ITIL.MCSE.MCSA

Friday, February 2, 2007

Bypass 30-days Trial Limit !!

Bypass 30-days Trial Limit !!

Hi Folks,

Many times we like a software but can't afford to buy it.
and the software will expire after 30-days from the Install date.

So, How do we bypass this issue.

Let's start here:

1>Change the Date under BIOS to 2010 or greater if your BIOS version supports.

2>Log-in to your machine and Install the desired Software with 30-day trial.

3>Reboot the Machine and Log-in back

4>Change the Date within the OS to the current Date.

You have done it!!

Note:
Make sure that the software with Trial version,
was not Installed previously,as it may leave the
Install date code in Hex code under Registry.


Enjoy!

Nitin Kushwaha
CHFI.CEH.NSA.SCSCA.CIW-SA.ITIL.MCSE.MCSA