All about Information Technology!

system

List all TCP and UDP endpoints on your system

TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections. On Windows Server 2008, Vista, and XP, TCPView also reports the name of the process that owns the endpoint. TCPView provides a more informative [...]

>>

, , , , , , ,

Get Windows version via command line

Open windows command line and issue the following command: ver

>>

, , , , , , ,

Install gnome system tools in BackTrack

Install the following package in backtrack to get various system tools such as a ui to manage users and groups. apt-get install gnome-system-tools

>>

, , , ,

Monitor the changes made to OS by the installation of new software

Attack Surface Analyzer takes a snapshot of your system state before and after the installation of product(s) and displays the changes to a number of key elements of the Windows attack surface. Allows: – Developers to view changes in the attack surface resulting from the introduction of their code on to the Windows platform – [...]

>>

, , , , , , , , , , ,

Linux system monitoring

To install it: sudo apt-get install dstat Run dstat: dstat Run dstat and export results to CSV: dstat –output results.csv Output: usr sys idl wai hiq siq| read writ| recv send| in out | int csw 4 1 95 0 0 0| 0 0 |2553B 2185B| 0 0 |1472 2978 10 5 85 0 0 [...]

>>

, , ,

Install Snort IDS on Ubuntu

SnortĀ® is an open source network intrusion prevention and detection system (IDS/IPS) developed by Sourcefire. Snort Home Page Installation We need Apache, Mysql and PHP. Read this post for instructions on how to install LAMP. Create Snort database Connect to mysql server: mysql -u root -p Execute CREATE DATABASE snort; GRANT SELECT, INSERT, UPDATE, DELETE, [...]

>>

, , , , , ,

Delete System Service in Windows 7

Before you delete any service you have to know its real name, not the displayed one. 1. Open services by executing: services.msc 2. Locate your desired service for deletion 3. Right click on it and select Properties 4. On Tab General, there is a field called Service Name. That’s the name that you will provide [...]

>>

, , , , , , ,