Skip to main content

Posts

Showing posts from 2012

What is SSO ?

SSO is a Single sign-on property of access control of multiple related. With this property a user logs in once and gains access to all the systems without being prompted to login again.It is very easy to implement and secured. SSO can be implemented by using any programming languages. Benefits: Reduces the time spent for re-entering the passwords for the same identity. Reduces the phishing success. By using this users need not remember so many passwords to log in to different systems or applications. Reduces the IT costs due to lower number of IT help desk.

How to be a Computer Hacker

Create Mailing Labels in Word using Mail Merge from an Excel File

How to find peoples passwords using google chrome

See password behind stars

Hacking Others Computers With IP Adress

Metasploit backdooring

Hacking any Administrator Account (Work,School,Home) ETC

CEH online training - Certified Ethical Hacker Version 7 Intro - EC-Coun...

Windows 7 Password Reset & Recovery - Free Tool

Forgot Windows 7 password- How to reset Windows 7 password efficiently

Backtrack 5: Metasploit attack on Windows 7 32 and 64 bit

Introduction to Windows Server 2008

<p>This </p>

Windows Server 8 Install Roles Features

Create table using jQuery

Use jQuery to build up your table. 1st Method :         $(function () {             var contents = '';             contents += '<div id="tableWrap">';             contents += '<table id="basicTable">';             for (var i = 0; i < 200; i++) {                 contents += '<tr>';                 contents += '<td>';                 contents += i;                 contents += '</td>';   ...

Backtrack 5 - Automated WEP Cracking with Gerix

Surface by Microsoft

SQL Injection Basics Demonstration

Check this for Eveything on SQL injection

Video: How To Install WordPress in Five Minutes or Less

Awesome video, If you want to install wordpress in 5 minutes.

Installing WordPress on your Webhost

How to Install IIS 7 on new Windows 7

This video is really helpful if you want to Install IIS7 on Windows 7

Microsoft Announces Surface

Today at an event in Hollywood, Microsoft unveiled Surface: PCs built to be the ultimate stage for Windows. Company executives showed two Windows tablets and accessories that feature significant advances in industrial design and attention to detail. Surface is designed to seamlessly transition between consumption and creation, without compromise. It delivers the power of amazing software with Windows and the feel of premium hardware in one exciting experience.  Surface: A New Family of PCs for Windows June 19, 2012 Conceived, designed and engineered entirely by Microsoft employees, and building on the company’s 30-year history manufacturing hardware, Surface is designed to seamlessly transition between consumption and creation, without compromise. Additional Product Information Surface for Windows RT OS:  Windows RT Light (1) :  676 g Thin (2) :  9.3 mm Clear:  10.6” ClearType HD Display Energized:  31.5 W-h Connected:  microSD, USB 2.0, Micro HD...

DotNetNuke

What is DotNetNuke ? DNN (DotNetNuke) is the leading web Content Management System (CMS) for Microsoft, powering over 700,000 production web sites worldwide. DotNetNuke was written in VB.Net. It is distributed under both a Community Edition MIT license and commercial proprietary licenses i.e., Professional and Enterprise Editions. You can download the DotNetNuke Trial Edition from the below link http://www.dotnetnuke.com/Products/Professional-Edition-Trial.aspx Below link provides a quick overview of how to get up and running with DotNetNuke. http://www.dotnetnuke.com/Resources/Video-Library/Viewer/Video/449/View/Details/DotNetNuke-6-2-Getting-Started.aspx

Generate CSR for websites on IIS7

When the term Certificate comes into the work it is always a worry/ situation of panic. No worries if you want to generate CSR for the purchase or ssl or for other use Its very easy to generate a certificate request(CSR). let take a scenario of iis7 and microsoft windows server 2008. Navigate start>>All Programs>>Administrative tools>> Internet Information services. select the server name on the left pane under the connections. after selecting server name, select Server Certificates from the middle pane by double clicking. Next select Create certificate Request from the action pane on the right side of window. Fill in the information in step by step wizard for CSR generation , Enter Common name: website domain name(www.domainname.com), donot enter http or https Organization name: name of company Organizational unit: can be domain name or anything(in case of sub domain it is name of sub-domain) Click next  will take you to chose cryptography optio...

Remove forgot Password link Dotnetnuke

I am here again and this time remove forgot password link in Dotnetnuke, There are many people searching for the disabling the forgot password link in Dotnetnuke/ Removing the forgot password link in Dotnetnuke. I have gone through many website while searching on google, There are many solutions which I came across and I am listing it below: First solution Right click on the page , inspect the element "Forgot Password " , note its ID and login as a admin in Dotnetnuke. Navigate to css under the stylesheet editor.write the Id there, It will look like #dnn_control_logincmd_password{display:none} For few people it works If this doesn't remove forgot password link in Dotnetnuke then you can try out the Second solution: Go to the directory of dotnetnuke and open web.config, search for the term enablePasswordRetrieval="true" and enablePasswordReset="true"   Change it false . This will disable forgot password link in Dotnetnuke   Note : before doing t...

The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine

The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine' error This is the error which most of the people face, I also faced this error and searched in google and found a lot of websites which are giving solution to the problem(The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine') , but this is of no use. But there are some websites which can really help you in this matter, This error you can also get while compiling an application in machines like x64 or x86. There are two solutions to it 1) If you are in development ( Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine ) To solve this issue open the project in Visual Studio then: 1. From the solution explorer right-click on project name then click on Properties 2. Click on the Build tab 3. Change Platform target from: Any CPU to x86 4. Re-build your solution 5. You are good to go 2) If your applica...

Http 500.50 URL Rewrite Error

Symptoms: HTTP Error 500.50 - URL Rewrite Module Error. Error Information Module- RewriteModule Images are broken and not displayed in wordpress, Images are displayed when you edit them,Wordpress Images Broken, Wordpress Images Upload Issue This post if for the people who are searching all the pages over internet for " HTTP Error 500.50 - URL Rewrite Module Error". You might be searching for the pages which will give you solution to install/uninstall the url rewrite module.When you are running Wordpress on Windows server 2008 these types of error pops up.  So I scratched my head and started searching and found out one website which is useful in this type of error. Then I filtered everything and prepared a process for this.This will reduce your turn around time. Step-1: Open PHP.ini and search for  "upload_tmp_dir" and change the value to windows temp directory "C:\Windows\Temp" Step-2: Right click On the Windows/Temp folder and assi...