Sunday, 15 June 2014

EASY HACKING TOOLS


1. Nmap Security Scanner
Nmap ("Network Mapper") is a free and open source (license) utility for network exploration or security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts areRead more...



2. Tor:anonymity online
Tor is a software project that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security. Read more...


3. Net
Net Tools is a comprehensive set of host monitoring, network scanning, security, administration tools and much more, all with a highly intuitive user interface. It's an ideal tool for those who work in the network security, administration, training, internet forensics or law enforcement internet crimes fields. Net Tools is mainly written in Microsoft Visual Basic 6, Visual C++, Visual C# and Visual Studio .NET.Read more...


4. sol Editer
A flash hacking alternative to variable editing and cheat engine, you can change values saved by the game in a “.sol” file. You will find the .SOL files in x:\Documents and Settings\[account-name]\Application Data\Macromedia\Flash Player\#SharedObjects\ followed by the name of the website. If the game was running from your computer, the .SOL will be in the “localhost” folder. Replace ‘x’ with your main drive, the one with your OS, and the account-name with the currently logged in user.Download...


5. Cain & Abel 
Cain & Abel is a password recovery tool for Microsoft Operating Systems. It allows easy recovery of various kind of passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, recovering wireless network keys, revealing password boxes, uncovering cached passwords and analyzing routing protocols. The program does not exploit any softwareRead more...


6. Wireshark
Network protocol analyzer for Windows and Unix that allows examination of data from a live network, or from a capture file on diskRead more...




7. Nikto
Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 3300 potentially dangerous files/CGIs, versions on over 625 servers, and version specific problems on over 230 servers. Scan items and plugins are frequently updated and can be automatically updated (if desired).Read more...


8. DollarDNS Whois
DollarDNS Whois Direct allows users to make advanced WHOIS queries against a domain, including raw queries Read more...


9. Firebug
Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, JavaScript, and network activity live in any web page.Download...

10. Tamper Data
Use tamperdata to view and modify HTTP/HTTPS headers and post parameters... Download...


11. Add N Edit Cookies
Cookie Editor that allows you add and edit "session" and saved...Download..

Note : Most of the Anti-virus detect as a Trojans or Malwares.

SEO FOR WEBSITES AND BLOGGER

Search Engine Optimization is the most common term in the web industry, this system helps you to increase your websites organic traffic. Many are already discussed about topic, but I have been following few different ways for organic traffic. Take a look at the following steps I did shared all my blog SEO standards and implement these , sure you will improve your blog Google search results.

SEO for Blogging .


HTML Tags
Standard blog HTML syntax, article title should be inside H1 tag. Read this for more help Blog Design with CSS and HTML
//Header Part
<head>
<title>Article Title</title>
<meta name="description" content="Article Description Here"/>
</head>

//Article Part
<div>
<span>Article Published Time</span> <span><a href="#">Article Author</a></span>
<h1>Article Title</h1>
<p>
Article Content
</p>
<img src="" alt="Image Description"/>
</div>


Schema.org Validation
Structured data validation introduced by Google, Bing and Yandex search engines, it supports a common set of schemas for structured markup data on websites.
<div itemscope itemtype="http://schema.org/Blog">

<span itemprop="dateCreated">Article Published Time</span> <spanitemprop="author"><a href="#">Article Author</a></span>

<h1 itemprop="name">Article Title</h1>

<p itemprop="description">
Article Content
</p>
<img src="" alt="Image Description"/>>
</div>

Google Plus Author
Modify with your Google Plus profile ID.
<a href="https://plus.google.com/xxxxxxxxxxxxx?rel=authoritemprop="author" rel="author me">Your Name</a>

Google Webmaster Tools and Data Highlighter 
It is a Google search product, this allows webmasters to analyze search indexing status of their websites. Click here create an account and add your website.

Step 1
Go to Crawl -> Sitemaps submit your website sitemap.xml read this for more help.
SEO for Blogging .

9lessons.info is powered by blogger platform, so I just added atom.xml
SEO for Blogging .

Step 2
Few days back Google has introduced Web Data Highlighter, using this tool you can specify your website structure. Go to Search Appearance -> Data Highlighter -> Start Highlightingsubmit any of your blog url and select Articles as a type of information to highlight.
SEO for Blogging .

Select the article title and right click map to Title.
SEO for Blogging .

Choose published data.
SEO for Blogging .

Categories or Tags.
SEO for Blogging .

Article author
SEO for Blogging .

Finally Google data highlighter will crawl all these details.
SEO for Blogging .

Google Analytics
Create a Google Analytics account click here, add your website and generate Universal Analytics tracking code or modify the following code replace with UA code(Your Website ID). Include this code above the end tag.
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-XXXXX-X', 'Website Name');
  ga('send', 'pageview');
</script>

Google Event Tracking
This helps you to measure how users interact with the content of your website or blog. I had implemented this for blog menu.
<a href="urlonclick="ga('send', 'event', 'button', 'click','lable');" >
Link
</a>

EARN MONEY FOR PDF WEB VIEWER

Are you working for eLearning projects? then you should know about Mozilla has launched PDF.js a web PDF viewer plugin. This plugin helps you to display PDF files inside HTML code. I did customized PDF.js prebuild structure for easy usage. Take a quick look at this post and it will explain you how to configure, tracking reports(Google Analytics) and monetize your PDF content with HTML page.

Twitter OAuth Status Update using PHP.


Download Script     Live Demo


The plugin contains four folders called buildcssjs and images with HTML files.
build
-- pdf.js
css
images
js
-- viewer.js
index.html
file.pdf

viewer.js
Just rename file.pdf with your PDF file.
var DEFAULT_URL = 'file.pdf';
var DEFAULT_SCALE = 'auto';
var DEFAULT_SCALE_DELTA = 1.1;
var UNKNOWN_SCALE = 0;
.......
.......

index.html
Include your advertisement code.
<body tabindex="1">
<div>
// Display advertisement here.
</div>
<div id="outerContainer" class="loadingInProgress">

7 WAYS TO SEO FOR WEBSITE FOR WEBMASTERS

Mootools
Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.

http://www.mootools.net


Adobe Kuler

Create, explore and share color themes for your web site.
http://kuler.adobe.com/


WAMP
Install Apache, PHP and MysQL with few clicks usder Windows Os.
http://www.wampserver.com

Firebug

It is very nice Firefox Addon. I use to debug javascript.
http://getfirebug.com


undefined

PHP Classes Repository

A repository full of freely available programming classes of objects written in PHP
http://www.phpclasses.org


Statcounter
A free yet reliable invisible web tracker, highly configurable hit counter and real-time detailed web stats.

http://www.statcounter.com

Dreamweaver
The professional abobe product and web development tool.
http://adobe.com



MySQL

The most popular open source database
http://www.mysql.com