.

.

Saturday, 3 November 2012

Network Monitoring, Packet Sniffing and Analysis


Hello Friends,AthTek NetWalk Personal Edition is a robust application to help in the administration of all kinds of networks. It is particularly useful for new network administrators who wish to gain in depth knowledge about network infrastructure and management. AthTek NetWalk contains graphical representations of the network with the use of advanced packet sniffing, to help project the network state in statistical and graphical format.

After installation, you will be prompted to select a network adapter to view stats from. You can also enable capturing packets in promiscuous mode by checking the relevant checkbox. Chose an adapter and hit Ok.


Select Adapter
This will represent the overview of the network stats in a graphical user interface. This includes a monitoring dashboard, top MAC hosts pie chart, top IP hosts chart, and layered summary of application, net/transport and physical layers.

You can either click on any of the categories of the layered summary of application, net/transport and physical layers or select the Layered View option from the top left corner of the main interface (below the Overview tab below Monitoring). The layered view can be utilized to view information regarding DNS name resolution, HTTP – World Wide Web, QQ – Technet IM, ICMP Analysis, MAC hosts, VLAN, SMTP, Telnet and much more.
Layered view
You can also chose the Events option below layered View to analyze network integrity and see a map of the network via the Matrix Map option (below Events).
Matrix Map
To see a graphical representation of the network state click on the Graphs tab (below Matrix Map). From here, you can view current utilization, application layer protocol packets, ping requests and replies, TCP vs UDP, ARP requests and replies, broadcast vs multicast total, DNS (successful and failed queries), packet sizE.Graphs
AthTek NetWalk is a comprehensive network infrastructure analysis tool which helps in managing, maintaining and troubleshooting all kinds of networks. It works on Windows XP, Windows Vista, Windows 7 and Windows Server 2008.

Download AthTek NetWalk Personal Edition (Free Edition)


Enjoy !

Friday, 2 November 2012

Award keylogger Free Download


It records every keystroke to a log file. The log file can be sent secretly with email or FTP to a specified receiver. Award Keylogger can also detection specified keywords and take a screenshot whenever one is typed, displaying findings in a tidy log viewer. It causes no suspicious slowdowns and takes very few system resources. all this is happening in full stealth mode so the person you are monitoring will never be aware of it.

Main Features:

New! Run keylogger as a Windows service
Easy-to-use, even for beginners 
Absolutely invisible/stealth mode
Logs accounts and passwords typed in the every application, (Only Award Keylogger Pro can record passwords in IE7/8/9)
Logs message typed in all instant messengers
Visual surveillance, support screenshots view 
Slide show for screenshots 
Captures the contents behind the asterisks 
Captures mouse clicks 
Logs websites visited (Award Keylogger Pro only)
Captures AOL/AIM/Yahoo/ICQ chats 
Keyword Detection and Notification 
Records contents of password protected web pages, including Web Mail messages 
Logs Windows Clipboard 
Sends log by e-mail 
Uploads ALL logs into the separate folders by FTP 
Invisible for the firewall program 
Invisible in the Windows startup list 
Monitors all users of the PC 
User friendly HTML file format for emailed logs 
Invisible in Windows NT/2000/XP Task Manager and Windows 9.x/Me Task List 
Records Windows 9.x/Me/2000/XP/VISTA logon passwords  
Intercepts DOS-box and Java-chat keystrokes 
Supports international keyboards 
External log viewer 
Supports printing of the log 
Optimized for Windows XP 
Exports log to HTML 


Download Award keylogger 

Wednesday, 31 October 2012

Common ways to Hack Facebook Account


Facebook account can be hack from one of following ways.
  1. Facebook Phishing
  2. By use of Key logger
  3. Facebook Account hack with get control on Primary email address

Facebook Phishing Attack :

This is one of the most popular methods to hack Facebook account online.also it is the one of the best popular and favorite method for Facebook hackers. Phishing not only allows you to hack Facebook but also can be used to hack any email account. You have to only get the trick used to make a phisher, which i think is very easy. Phishing is one of the easiest methods to foll someone and get Facebook account password. I mention the process for educational purpose only.I will go explaing in details on my next article on  How to hack Facebook password.

Use Key logger to hack  Facebook passwords

Installing key-logger on victims machine and later read key logs to gain access to hack  facebook account for free. To Install keylogger, you should have a physical access to  victim’s computer.in case, you don’t have , then you can install key-logger remotely.
What a key-logger does is it stores the keystrokes into a text log file and then these  logs can be used to  get required Facebook password and you can  hack Facebook Account.

Get access to Primary email address to hack someone’s Facebook account

let say,if you want to gain access  to someones account, i think hacking victims email address(Primary email address of Facebook) is easier than hacking of facebook. Most of the users uses 1 gmail or yahoo account email address as as primary email address. A genius hacker can easily gain over victims’ gmail account or yahoo email account.
After gaining control over primary email address of facebook, you simply use the  “Forgot password” facility that will ask Facebook to send password reset email to your primary email address- which is already hacked.
Thus, your Facebook account password will be reset and to hack Facebook account you already have another alternative as well !!!

Hack websites and damage to a web application.




Works with Firefox: 2.0.0.8 – 3.6a1pre
Cross-Site Scripting (XSS) is a common flaw found in todays web applications. XSS flaws can cause serious damage to a web application. Detecting XSS vulnerabilities early in the development process will help protect a web application from unnecessary flaws. XSS-Me is the Exploit-Me tool used to test for reflected XSS vulnerabilities.

XSS-Me is the Exploit-Me tool used to test for reflected Cross-Site Scripting (XSS). It does NOT currently test for stored XSS.rnrnThe tool works by submitting your HTML forms and substituting the form value with strings that are representative of an XSS attack.rnrnIf the resulting HTML page sets a specific JavaScript value (document.vulnerable=true) then the tool marks the page as vulnerable to the given XSS string.rnrnThe tool does not attempting to compromise the security of the given system. It looks for possible entry points for an attack against the system. There is no port scanning, packet sniffing, password hacking or firewall attacks done by the tool.rnrnYou can think of the work done by the tool as the same as the QA testers for the site manually entering all of these strings into the form fields.

Monday, 29 October 2012

Tutorial 1:Getting started with C++.




Tutorial 1:Getting started with C++.


Hi! Friends,
Today  I have started a new program to post c++ tutorial. we will start from the root of c++.

Step -1 For starting writing our programs we need a text editor with compiler
I prefer to use turbo C++.

You can download Turbo C++ from Net.

We will Learn --
  • How to make basic program
  • How to compile a program
  • Checking error in the program
  • Increasing readability of a program
  • Types of errors 
  • What are header files
  • What are keywords
  • What are identifiers
  • What are tokens
  • For what  # is used
  • What are variables
  • What are datatypes
  • Types of datatypes
  • Fundamental and derived datatypes
  • Array in C++
  • Classes in C++
  • Loops in C++
  • Comments in C++
  • Multiple and single line comments
  • Use of clrscr( ) function
  • What are functions
  • What are escape sequences
  • Use of semicolon


        
And many more!!
******************************************************

Some Basic Definitions

·       Keywords- words which have predefined meaning is called a keyword.
·       Variables: - variables are the name storage location whose value can be changed during execution.
·       Token: -Token are the smallest individual units.



---------------------------------------------------------------------------------
Making a very simple program in C++.

# include<iostream.h>     //header file
#include<conio.h>             //another header file   
{ clrscr( );                  //use to clear the screen
  cout<<”ashutosh”;  /*cout stands for standard output device(monitor)*/
  cout<<”/n your name here”;
}


--------------------------------------------------------------------------------

Output of this program-
ashutosh
your name here

-------------------------------------------------------------------------------
What we get from the above program.

·       In the program we have used # as a preprocessor
·       Iostream.h is the header file which we have used for input/output streams
·       Conio.h is another header file which we have to use for using the function clrscr( )
·       //(double slash are used for single line comments.
·       /* is used for multiple line comments.
·       Comments are not executed by the compiler.
·       /n is the escape sequence which is used for next line.
·       ;(semicolon) is used as a statement terminator.

 

Get Latest Updates: Subscribe Now | Like Us on Facebook

X