techian.com

A Blog With No Limits

Advertisement

Posts Tagged ‘ windows ’

The netstat -a command shows the amount of traffic on the network.

netstat

It gives only a basic overview of the active network connections.

As hackers, we are interested in much more finer details. Currports is a light weight and portable application which lists all the open ports and remote connections with

  • Process Name
  • Process ID
  • Protocol
  • Local port
  • Local Address
  • Remote Port
  • Remote Address
  • Remote Host Name
  • Process path
  • Process Services etc.

cports_main

The good thing is that you get detailed information about all the web traffic, to which programs traffic is bound to, the current open ports, protocol (TCP/UDP) etc. If you suspect any unusual network activity, you can close unwanted TCP connections and kill the process that opened the ports. It supports IPv6 ports and can generate reports in HTML and XML file formats for debugging.

Download CurrPorts:
http://www.nirsoft.net/utils/cports.zip (61.9 KB, 32-bit Win)
http://www.nirsoft.net/utils/cports-x64.zip (81.6 KB, 64-bit Win)

DmiDecode for Windows

Posted on September 19, 2010 by vipin | No Comments

The MS-Windows port of the popular Linux tool can be used in Command Line Interface (CLI) of Windows (XP onwards).

Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard.

dmidecode4

Download DmiDecode

Install it, then you have to set the path

open a command line window and type

path=C:\Program Files\GnuWin32\sbin

if it is installed in C:\Program Files\

Three additional tools come with dmidecode:

  • biosdecode prints all BIOS related information it can find.
  • ownership retrieves the "ownership tag" that can be set on Compaq computers;
  • vpddecode prints the "vital product data" information that can be found in almost all IBM computers

Now you can execute commands

dmidecode –t x

where x can be

  • 0 – BIOS
  • 1 – System
  • 2 – Base Board
  • 3 – Chassis
  • 4 – Processor
  • 5 – Memory Controller
  • 6 – Memory Module
  • 7 – Cache
  • 8 – Port Connector
  • 9 – System Slots
  • 10 – OnBoard Devices
  • 11 – OEMStrings
  • 12 – SystemConfiguration Options

dmidecode0

Get more information about your system

Posted on August 16, 2010 by vipin | 1 Comment

belarc_logo

Do you know your system well? How to post your PC profile on online forums? 

Belarc Advisor is a free nifty application which automatically detects your software and hardware under the hood, without opening the CPU cover. It displays a comprehensive list of Applications installed and allows you to browse through their installation folders at ease.

A detailed profile of your installed software and hardware is created and generates an Html file which you can post it on your website or blog. From HDD SMART status to list of applications, including the last started date.

belarc1

The major feature are :

  • Processor details with primary and secondary cache memory size
  • Software Versions & Usage
  • Missing Microsoft Security Hotfixes
  • Local Drive Volumes and free space
  • Installed Memory Modules
  • Installed Software Licenses 
  • Installed Microsoft Hotfixes

Your system administrator will appreciate the report, as it could help him to easily troubleshoot and resolve any conflicts easily.

belarc2

From a security point of view, it provides the current system security status, from Antivirus Definitions and Security Hotfixes

Download Belarc Advisor

File size: 2284 KB

Operating Systems:  Runs on Windows 7, 2008 R2, Vista, 2008, 2003, XP, 2000, NT 4, Me, 98, and 95. Both 32-bit and 64-bit Windows is supported.

As per the Belarc website:

“they are in use on well over twenty million computers and are licensed by numerous customers including: AIG, Dana, Kindred Healthcare, NASA, U.S. Air Force, U.S. Army, U.S. Census Bureau, U.S. Coast Guard, U.S. Marine Corps, U.S. Navy, Unilever, WebMD/Emdeon, and many more.”

Windows 7

Microsoft announced that Windows 7 would be “generally available” on October 22, according to a Dow Jones news report. UPDATED with confirmation by Microsoft.

Bill Veghte, SVP of the Windows business, is quoted as saying: “We feel confident that we will deliver Windows 7 with our partners on Oct. 22.” Does this mean it appears in retail PCs before it appears in boxes, or will it all hit together on the same day? Regardless, it’s a pretty nice early date, definitely good for the Christmas PC-buying season, assuming there is a Christmas this year.

We have confirmed the date with Microsoft, and have received this helpful definition: “General Availability (GA) is when consumers can actually purchase the software and PCs with the software preinstalled.” Also, “release to manufacturing” (RTM), when the finished software is given to computer makers to pre-load on new machines, takes place in “late July,” presumably over a matter of weeks.

No Information about its pricing

Windows XP Genuine License keys

These keys are .reg files that do modify your registry and make your copy of windows XP genuine. I use these at the moment and they work fine, passes WGA and everything is all good.

Image

To use, simply click or double click one of the files and allow it to edit your registry.

Download link

:http://rapidshare.com/files/174934544/Windows_XP_Genuine_License_Keys.rar

Using the Recovery Console in XP

Posted on May 19, 2009 by admin | 1 Comment

If you cannot boot into safe mode you can try using the Recovery Console in Windows XP. This requires you to have a Windows XP CD. Knowledge Base Article 307654 has directions on how to use it. You do not need to follow the instructions for how to install it. In fact, if you have a problem like the 0×00000024 issue above, you probably can not boot from an installed recovery console anyway.

In brief, to boot from the recovery console in XP, do this:

1. Insert your Windows XP CD
2. Boot the computer
3. Select to boot from the CD. On many computers you have to hit a button to do that. On Dell computers the button is usually F12. On HP it is usually ESC.
4. The computer will work for a while and eventually you get a screen that says “Welcome to Setup”. Hit the R key here
5. If will ask you which installation you want to boot. If you have several XP installations on this computer, select the one you want. Of course, if you have several installations, and one still works, you would not need these steps.
6. Type the administrator password for the installation you need to repair.

At this point, you should be at a command prompt. The commands you can run are very limited and they are often different from what you are used to. If you have disabled the intelppm driver on an Intel-based computer and need to re-enable it, run “enable intelppm SERVICE_SYSTEM_START”.

If you need to run chkdsk you can do it from the recovery console window as well. The C: drive is the boot volume in your Windows XP installation. To run the full check run “chkdsk c: /p /r”