Posts tagged Ethical Hacking Tutorials
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 >
Copy to Folder… on every File n Folder?
3
This setting allows you to assign any file on your computer a new right-click menu (context menu) entry. This entry is named “Copy To Folder…” which is copy current selected file/files to any folder directly from Right click menu..
Settings:-
For any File: 1] Start > Run > regedit> hit Enter 2] Registry > My Computer > HKEY_CLASSES_ROOT > select * (1st subkey) 3] * > shellex > select ‘ContextMenuHandlers‘ & right click > then New > Key 4] then replace ‘New Key #1′ key name to ‘Copy To…‘ or as u wish you can write(but use as nick) 5] on right side pane, More >
Move To Folder… for any file n Folder?
This setting allows you to assign any file on your computer a new right-click menu (context menu) entry.This entry is named “Move To Folder…” which is copy current selected file/files to any folder directly from Right click menu..
Settings:-
For any File: 1] Start > Run > regedit> hit Enter 2] Registry > My Computer > HKEY_CLASSES_ROOT > select * (1st subkey) 3] * > shellex > select ‘ContextMenuHandlers‘ & right click > then New > Key 4] then replace ‘New Key #1′ key name to ‘Move To…‘ or as u wish you can write 5] on right side pane, select More >
How to Create your own Run Command ?
2How to Create your own Run Command ?
I talk a lot about Windows, and using the “Run” command is a large part of it. It is a simple and easy method of accessing programs quickly. If you happen to want to make a shortcut to an application your own way, guess what, you can!
Let’s do it:
Step 1: Go to “Start,” “Run,” (told you we use it a lot) and type regedit.
Step 2: Navigate to the following:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Apps Path
Step 3: Create a new folder/key under Apps Path. (Right-Click Apps Path and click “New,” “Key.”)
Step 4: Title the new folder/key More >
