Posts tagged ethical hacking tips
Lock/Unlock Computer With Pendrive
0First, what is “syskey”?
SYSKEY is a utility that encrypts the hashed password information in a SAM database in a Windows system using a 128-bit encryption key.
SYSKEY was an optional feature added in Windows NT 4.0 SP3. It was meant to protect against offline password cracking attacks so that the SAM database would still be secure even if someone had a copy of it. However, in December 1999, a security team from Bind View found a security hole in SYSKEY which indicates that a certain form of cryptanalytic attack is possible offline. A brute force attack then appeared to be More >
URL Based SQL Injection
0Introduction: SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and execution.
Finding Sites: When talking to find a vulnerable site for SQL Injection you will hear the term Dork a lot, this refers to a google search term targeted at finding vulnerable websites. An example of a google dork is inurl:index.php?id=, entering this string in google search engine would return all sites from google cache with the string news.php?id= in their URL. Ex:
http://www.site.com/news.php?id=4
To be a SQL injection More >
Post A Status On Facebook Via Blackberry, Android Without Installing Any App or Create your customized Status – By Anuj Kumar
0You can post status on your facebook wall from a device like Blackberry, IPhone, Android without owning it and installing any app on facebook, just follow the steps below:
1. Login to your account and enter the name of the device in the search field from which you want to post on your wall (e.g. Blackberry, Android, Iphone5). To post using ‘Motorola Milestone’, enter “Motorola Milestone” in search field. 2. Now instead of clicking on the app, click on ‘See more results from for Motorola Milestone’. 3. Now in search filters on the left side select ‘Apps’. 4. Now instead of clicking ‘Go to More >
How to Hide Application Icon in Windows 7 Taskbar
2Microsoft Windows 7 comes with a taskbar that has never before been witnessed in its predecessors. The Windows 7 taskbar features a dock-type appearance and utility tools like launching a program or running an application. Undoubtedly, the Windows 7 taskbar helps the user to an extent more than what meets the eye. Here, we unveil a new utilization feature of the Windows 7 taskbar. Often, some programs and shortcuts to various applications are pinned to the taskbar for easy accessibility. However, sometimes for reasons concerning privacy and confidentiality, the user may want to hide these More >
Computer tips to bring computer to normal state when it freezes or hangs up .
1
Sometimes when you are in the middle of someting and suddenly your computer hangs or freezes. You are left with no other option than to restart your computer directly. But the only problem is, you have not saved your work! Don’t panic! There is a solution for that! And you can surely save your file! Here’s how:
First keep on pressing “Num Lock” key until your Operating system is back to normal state. This releases the processor from any busy process. If this doesn’t work then follow the below ten tips to bring you More >
How to determine your older Windows Version ?
0
Simply open up cmd from Winkey + R. At the top welcome message , you will find the version.
If you want more details, in cmd type the following command:
type c:\windows\system32\prodspec.ini
If you liked this post, share this with your friends.
