Posts tagged Ethical Hacking

Computer-Virus

Execute virus on Start up

3

Hello guys,

You must be familiar with viruses and probably you must be knowing how we can create them. Once the virus get executed it will show its impact but it will last till the system is turn on, If you will turn off the system all the process of the virus will also get killed.

So our requirement is to run our virus again even if the system get rebooted. So for that we will have to send our virus on start up. But we don’t want to send it manually instead of that we would like to send it with the help of batch file.

So let us take we are having a virus demo.exe.

Follow the following steps More >

backtrack-logo-trace

Internet Access In Backtrack Virtual Machine

0

Hey Guys,

I’ve found that some people are struggling hard to access internet in there backtrack virtual machine from their USB Modem, so today I am going to tell you how you can access internet in your virtual machine by your datacard.

Open Network Adapter Settings ( Run -> ncpa.cpl )

Right Click on your USB Modem Adapter and go to properties.

 

 

Now go to Sharing Tab and check the option ‘Allow other network users to connect through this computer’s Internet Connection’. Click OK if anything pops up. Now Select Home Networking connection as ‘Local Area Network 3’. Click on Yes or OK if More >

file-sharing

File Sharing via Ad-Hoc Network

2

Hey Guys,

I found that sometimes we don’t have any media to share movies and files with our friends. So I am going to tell you that how you can share your movies and other files with friends. We will be doing this by transfering files via Ad-Hoc Wireless Network.

1. Go to Network And Sharing Center ( Control Panel -> Network And Internet -> Network and Sharing Centre )

2. Click on ‘Set up a new connection or network’.

 

 

3. Select last option “Set up a wireless ad hoc (computer to computer) network” and click Next.

 

 

4. Now enter the network name and security key for your ad hoc More >

ubuntu_usb_amd64

Resetting Ubuntu 11.10 Password

1

Hey Guys,

If you’ve forgotten your Ubuntu 11.10 Password you can reset it within minutes. I will tell you two methods to reset your Ubuntu Password. The first one is by booting it in recovery mode and second one is by using any Live OS.

 

Let’s start with the recovery mode first as it takes less time and easy to do in comparison to the second one method:

 

Boot up your Ubuntu. Press and Hold ‘Shift’ Key while the machine is booting. You will get the GRUB Menu like this:

 

 

Select the second option which is ‘Recovery Mode’ and press Enter. After pressing enter system will start booting and More >

magnifier-tool-00

Change View Mode of Magnifier in Windows 7

1

Hey Guys, Windows 7/Vista has a very nice feature of MAGNIFIER (to Use press ‘WinKey’ and ‘+’) some times when we change the view mode to Docked, other views mode get disabled and in this tut I am going to let you know that how to enable those options.

1) Go into the Registry (Start -> Run -> type in Regedit and then click OK).

2) Navigate to the following key: HKEY_CURRENT_USER\Software\Microsoft\ScreenMagnifier

3) Under the MagnificationMode DWORD value, change that to either 2 or 3.

4) Close Registry Editor

5) Restart the Computer

skullwp7

Convert Text Message to Voice Message without using any Tool

14

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

3

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

7

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

6

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

1

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 >

Go to Top