Posts tagged Ethical Hacking
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 >
How to Make an Autorun CD?
1
Have you ever noticed whenever you insert any game or software CD (consider Windows XP Operating system) it automatically runs the CD.
If you want to make the same type of autorun CD than you have to open notepad file and write the following code in it.
[autorun]
OPEN=INSTALL\Setup_filename.EXE
Here “Setup_filename.EXE” MUST be replaced with the name of the setup file. And also remember that it is not all of the setup files there are called “.exe” but some are called “.msi”
Now save it as a “.inf” file not as a “.txt” file. Burn your CD with the autorun.inf file More >
How to Send Data on a Right Click to Your Desired Folder?
4
Whenever you attach a removable disk and want to send some items in it, you have option either you select the required files and do a CTRL –C, open the removable disk and do a CTRL-V or you select the required files right click on it and there you find “Send To” option. In “Send To” you find the name of removable disk and you simply send the items into it. Well, What if i get the name of my own desired folder there which I use frequently for keeping my stuff.
Now in this post I will be telling you how you can create your own folder More >
