Posts tagged Ethical Hacking

skullwp7

Convert Text Message to Voice Message without using any Tool

1

Hello Guys,

Today I have something good for you and i.e convert text message to voice. By following these steps you can convert the text message to voice message.

 

Step1:Open the Notepad from Start>All Programs> Accessories.

Step2:Then copy-paste the following code in the text area.

Dim msg, sapi msg=InputBox(“Enter your text for conversion: For Ex. Kyrion.”,”Kyrion.in: Text2Speech Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak msg

Step3:Open File>Save as

Step4:Then in the Save As dialog box enter any name for the file with the extension .vbs and click on Save.

 

Step5:Then More >

hacker

Secure your Computer by Sticky Key Attack

1

Hello Guys,

This Time I wanna tell you some more about the Sticky keys  Attack  i.e totally about making a backdoor  in other system by replacing sethc.exe file with cmd.exe and after that u have to press Shift key 5 times on login screen and you get the cmd or command Prompt on login screen and run the ‘net user ’ command to change the password  of administrator or any account in the system. This is all about the attack, now how can I Secure my system by this attack for that you have to fallow few steps  as fallowing:

Windows XP:

  1. Check for sticky key backdoor “By pressing sticky key  5 More >
lock-pc

Lock/Unlock Computer With Pendrive

0

First, 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 >

cmdLogoBT

Open CMD with right click

0

If you don’t already have a quick launch icon or a hotkey set to open a command prompt, there’s really quick trick that you can do on any Windows 7 or Vista computer to open up a command prompt without having to navigate the menu.

Just hold down the Shift key and right-click on the desktop…

And then you can choose “Open Command Window Here” from the menu. The great thing about this is that the current path is the desktop, which is convenient for manipulating files on the desktop.

 

 

Of course you can always right-click on any folder icon in the system while holding down the shift More >

sql-injection

URL Based SQL Injection

0

Introduction: 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

0

You 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

2

Microsoft 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 >

Pin any item to the Windows 7 taskbar

0
Pin any item to the Windows 7 taskbar

 

Hey you know what guys, you could pin your favorite applications or files so that you could open them quickly from any window at any time.

In Windows 7, you can pin shortcuts for favorite or frequently used files, folders, and websites to the Jump Lists for each of those programs to the taskbar

To pin a program shortcut to the taskbar, do one of the following:

•    If the program is already running, right-click the program’s button on the taskbar (or drag the button toward the desktop) to open the program’s Jump List, and then click Pin this program to More >

How to Make an Autorun CD?

1
How to Make an Autorun CD?

 

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
How to Send Data on a Right Click to Your Desired Folder?

 

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 >

Go to Top