Pages

Showing posts with label Internet. Show all posts
Showing posts with label Internet. Show all posts

Command Prompt hacking Commands

CMD HACKING COMMANDS

Useful Things to do on Command Prompt

First, open your Network Connection and right click and select Properties. Then Select TCP/IP and click on Properties again. Now Click on Advanced and WINS tab. Select Default for NeBIOS.

Now back to the main Local Area Connection window, select File and Print Sharing for Networks and hit enter.

This is just to make sure you have NetBIOS enabled. We will have some fun with NetBIOS on CMD.

First thing you need to know is some very helpfull commands to use on CMD(Command Prompt).

In case you don't know how to get CMD open in your box, then click on Start, then Run, then type "cmd" (no quotes, off course... you know the drill).

Back to commands:

nslookup
net view
net use
net user
ping
tracert
arp
route
nbtstat
netstat
ipconfig


In case you don't know some of them, then just type the command on CMD and hit enter. A little help will show up in your screen. Read it and understand what the command does.

Lets start easy...

1) ping : This command will allow you to know if the host you pinging is alive, which means if it is up at the time of executing the "ping" command.

ping x.x.x.x (x is the IP address)

or

ping www.whatever.com (www.whatever.com is the website you want to ping, but you don't know the IP)

OBS: Keep in mind that if the host you pinging is blocking ICMP packets, then the result will be host down.

2) nslookup : This command has many functionalities.
One is for resolving DNS into IP.
Lets say you know the website URL but you don't know its IP(and you want to find out).

nslookup www.whatever.com (www.whatever.com is the website you want to find out the IP)

Now, another really nice function of nslookup is to find out IP of specific Mail Severs

nslookup (enter)
set type=mx (enter)
yahoo.com

This command will give you the mail server IP of yahoo.com. You can use whatever server you want and if it is listed on DNS, then you get the IP. Simple, isn't it?

OK, now why would you want to have an IP of a mail server?
To send spoofed mail to your friends or even for SE.
In case you looking for "How to spoof email", then look for my "How to spoof email tutorial" http://www.infowar.com/forums/showthread.php?s=&threadid=2360

3) tracert : This command will give you the hops that a packet will travel to reach its final destination.

OBS: This command is good to know the route a packet takes before it goes to the target box.

tracert x.x.x.x (x is the IP address)

or

tracert www.whatever.com (www.whatever.com is the website you don't know the IP)

4) arp : This command will show you the arp table. This is good to know if someone is doing arp poisoning in your LAN.

arp -a

5) route : This command will show you the routing table, gateway, interface and metric.

Code:
route print


6) ipconfig : This command will show tons of very helpful things.
Your IP, gateway, dns in use.

Code:
ipconfig
or

Code:
ipconfig /all

this command will give all that info but for all networks you might have it.

Also, in case you have a dynamic IP and want to change it, then type...

Code:
ipconfig /release (this will release your IP)

ipconfig /renew (this will renew your iP)

OBS: Keep in mind that those commands will change your IP, but the new IP will still be tighed up to you. So don't do anything stupid.

7) netstat : This command will show you connection to your box.

Code:
netstat

or

Code:
netstat -a (this will show you all the listening ports and connection with DNS names)
netstat -n (this will show you all the open connection with IP addresses)
netstat -an (this will combined both of the above)

net view x.x.x.x or computername (will list the available sharing folders on the target box)


Now some hints:

Code:
net use \ipaddressipc$ "" /user:administrator

(this command will allow you to connect to the target box as administrator)

Now if you want to connect to the target box and browse the entire C drive, then use this command:

Code:
net use K: \computernameC$
(this will create a virtual drive on your "my computer" folder)

OBS: Keep in mind that this will only works if the target box doesn't have an administrator password set.

And least but not last, the "help" command.

Quote:
whatevercommand /help

or

Quote:
whatevercommand /?


This command will help you to understand what it does and all the switchs available for each command.

Set up and Use Internet Connection Sharing

With Internet Connection Sharing (ICS) in Windows XP, you can connect one computer to the Internet, then share the Internet service with several computers on your home or small office network. The Network Setup Wizard in Windows XP Professional will automatically provide all of the network settings you need to share one Internet connection with all the computers in your network. Each computer can use programs such as Internet Explorer and Outlook Express as if they were directly connected to the Internet. 
You should not use this feature in an existing network with Windows 2000 Server domain controllers, DNS servers, gateways, DHCP servers, or systems configured for static IP addresses.


Enabling ICS

The ICS host computer needs two network connections. The local area network connection, automatically created by installing a network adapter, connects to the computers on your home or small office network. The other connection, using a 56k modem, ISDN, DSL, or cable modem, connects the home or small office network to the Internet. You need to ensure that ICS is enabled on the connection that has the Internet connection. By doing this, the shared connection can connect your home or small office network to the Internet, and users outside your network are not at risk of receiving inappropriate addresses from your network. 
When you enable ICS, the local area network connection to the home or small office network is given a new static IP address and configuration. Consequently, TCP/IP connections established between any home or small office computer and the ICS host computer at the time of enabling ICS are lost and need to be reestablished. For example, if Internet Explorer is connecting to a Web site when Internet Connection Sharing is enabled, refresh the browser to reestablish the connection. You must configure client machines on your home or small office network so TCP/IP on the local area connection obtains an IP address automatically. Home or small office network users must also configure Internet options for Internet Connection Sharing. To enable Internet Connection Sharing (ICS) Discovery and Control on Windows 98, Windows 98 Second Edition, and Windows Millennium Edition computers, run the Network Setup Wizard from the CD or floppy disk on these computers. For ICS Discovery and Control to work on Windows 98, Windows 98 Second Edition, and Windows Millennium Edition computers, Internet Explorer version 5.0 or later must be installed.

To enable Internet Connection Sharing on a network connection 

You must be logged on to your computer with an owner account in order to complete this procedure. 
Open Network Connections. (Click Start, click Control Panel, and then double–click Network Connections.)

Click the dial–up, local area network, PPPoE, or VPN connection you want to share, and then, under Network Tasks, click Change settings of this connection.

On the Advanced tab, select the Allow other network users to connect through this computer's Internet connection check box. 
If you want this connection to dial automatically when another computer on your home or small office network attempts to access external resources, select the Establish a dial–up connection whenever a computer on my network attempts to access the Internet check box.

If you want other network users to enable or disable the shared Internet connection, select the Allow other network users to control or disable the shared Internet connection check box.

Under Internet Connection Sharing, in Home networking connection, select any adapter that connects the computer sharing its Internet connection to the other computers on your network. The Home networking connection is only present when two or more network adapters are installed on the computer.


To configure Internet options on your client computers for Internet Connection Sharing 

Open Internet Explorer. Click Start, point to All Programs, and then click Internet Explorer.)

On the Tools menu, click Internet Options.

On the Connections tab, click Never dial a connection, and then click LAN Settings. 

In Automatic configuration, clear the Automatically detect settings and Use automatic configuration script check boxes.

In Proxy Server, clear the Use a proxy server check box.

How to Import contacts from YahooMail to Gmail

Gmail has been quite a success story, and lot of users have moved from yahoo and hotmail to gmail. For non techie's the most important task while switching over from yahoo to Gmail is importing contacts from yahoo to Gmail.

Well if you are planning to move from Yahoo mail to Gmail here is how you import contacts to your new gmail in 10 easy steps.

1. Login to your Yahoo Mail first.

2. Click on options on Right hand top.




3. Click on Address Book in left hand Panel.








4. In the management tab click on Import/Export  






5. At the bottom of page Click on Yahoo CSV! Export now button










6.Save the CSV file to your desktop.

7. Login to your Gmail account.

8. Click on contacts in Left hand panel at bottom.









9. On the Top Right hand side of page click on Import



10. Browse for the CSV file you downloaded to your Desktop and click Import Contacs.





11. Once the Import is complete you will see a confirmation message.

Increase Broadband Speed (HACK)


Before performing these steps you need to test your broadband speed
you can test your speed at http://www.speedtest.net

The broadband connection speed can be increased by clearing the route from modem to server. Number of packets sent by modem to server should be increased.Internet speed can be increased by increasing more number of incoming and outgoing packets.The main reason why your internet connection is slow is because of harmful virus.If your system is infected with virus your number of incomming packets will be decreased.This leads to your slower internet speed.Internet speed can be increased by by clearing the route to the server.
This can be done by upgrading costly sofwares and hardwares.This will optimize your system speed.And Increase your system speed.Internet tweak is the best software which increases your system speed for further applications.Another software Windows power tools which makes windows faster and increases your internet speed.And decreases downloading time.It optimizes LAN,CABLE,DSN etc.Another software "internet cyclone"which increases your internet speed from 64kbps to 120kbps.
This tip is designed for increased BROADBAND speed in Windows XP while using standard Network Interface cards (NIC) that are connected to ADSL modems, or when using any directly-connected USB ADSL modem.

To speed up the Internet connection speed we need to configure a special buffer in the computer's memory in order to enable it to better deal with interrupts made from the NIC or the USB modem.

This tip is only recommended if you have 256MB RAM or higher.

Step #1 - Identify the IRQ used by the NIC/USB modem

1. Open the System Information tool by running MSINFO32.EXE from the Run command.

2. Expand System Summary > Hardware Resources > IRQs.

3. Look for the listing made for your NIC (in my case - a Intel® PRO/100+ Management Adapter). Note the IRQ next to the specified line (in my case - IRQ21).

In case of USB modems you will first need to find the right USB device used by your modem. Follow these steps:

1. Open the Device Manager tool by running DEVMGMT.MSC from the Run command (or by right-clicking My Computer > Hardware tab > Device Manager button).

2. Scroll down to Universal Serial Bus controllers and expand it.

3. Right-click the USB Root Hub and select Properties. Note that you might need to do so for all listed USB Root hubs (if there are more than one) in order to find the right one.

4. In the Power tab, look for your USB ADSL modem.

5. In the Resources tab look for the assigned IRQ (in this case - IRQ21).

6. This is the IRQ we're looking for.

Note: IRQs and modem names might vary...

Step #2 - Modify the system.ini file

1. Run SYSEDIT.EXE from the Run command.

2. Expand the system.ini file window.

3. Scroll down almost to the end of the file till you find a line called [386enh].

4. Press Enter to make one blank line, and in that line type IRQX=4096 where X is the designated IRQ number we found in step #1, in my case it's IRQ21.

Note: This line IS CASE SENSITIVE!!!

5. Click on the File menu, then choose Save.

6. Close SYSEDIT and reboot your computer.

Done. Speed improvement will be noticed after the computer reboots.

Hack sify broadband

http://www.sifycorp.com/images/sifybroadbandlogo1.jpg

So guys all those using sify broadband connection get happy here I am giving the way to hack it.

For this you need these applications.

1)Angry ip scanner

http://ipscan.sourceforge.net/ipscan.zip

2)Gentle mac

http://dl.phazeddl.com/793469/Gentle_MAC_Pro_4.0.0.1729/softrightnow

So here u go

First scan your ip range by

Angry ip scanner

for example the ip given to u by your internet guy is 10.13.195.124

Then scan for this 10.13.195.0 to 10.13.195.255 and see the results ,the alive users of your ip range will be shown as green right click any of them and view his MAC address

Now using gentle mac change your ip and mac address to his!! And voilla u are now leaching his bandwidth!! Believe me guys from months i am getting minimum of 256 kbps on my 64 one

Just make sure you logoff from your sify connection before doing this and when a user logs off you can scan again and get a new address

A few times u will see that a user is shown green but u can't use his connection this happens when his pc is on but he has not logged in to sify
You people just try all possible users and chose the one who is having fastest connection ! Read more!

Final goodbye for early web icon

A web browser that gave many people their first experience of the web is set to disappear.

Netscape Navigator, now owned by AOL, will no longer be supported after 1 March 2008, the company has said.

In the mid-1990s, as the commercial web began to take off, the browser was used by more than 90% of people online.

Its market share has since slipped to just 0.6% as other browsers such as Microsoft's Internet Explorer (IE) and Firefox have eroded its user base.

The company recommends that users upgrade their browser to either Firefox or Flock, which are both built on the same underlying technologies as Navigator.

"I think we represent the hope that was of Netscape," Mitchell Baker, chair of the Mozilla Foundation which coordinates development of Firefox, told BBC News.

"We have picked up many of the things that Netscape launched but we've taken them further in terms of openness and public participation."

Ms Baker was one of the first employees at Netscape in 1994.

Web window

Netscape was created by Marc Andreessen who as a student had co-authored Mosaic, the first popular web browser.

Firefox logo
Firefox uses the same technology as Navigator developers

His company Netscape Communications Corporation released the first version in 1994.

According to Shawn Hardin, President and CEO of Flock, Netscape played an important role in making the internet "a relevant mass market phenomenon".

"Netscape had a critical role in taking all of these zeros and ones - this very academic and technical environment - and giving it a graphical user interface where an average person could come online and consume information," he told BBC News.

"During its halcyon days it really felt like the internet and Netscape were really the same thing," he said.

Other companies capitalised on Netscape's success, notably Microsoft, which began to bundle IE with its Windows operating systems.


Netscape is a wonderful browser, and it will be so in the future

Although this led to legal wrangles over anti-competitive behaviour, IE now dominates the browser landscape with an 80% market share.

As a result, Netscape became unviable.

"While internal groups within AOL have invested a great deal of time and energy in attempting to revive Netscape Navigator, these efforts have not been successful in gaining market share from Microsoft's Internet Explorer," said Tom Drapeau on the Netscape blog last year, when the demise of the browser was first announced.

Future return?

For the past week Netscape users have been shown a message alerting them to the end of support for the browser.

"Given AOL's current business focus, support for Netscape browsers will be discontinued as of March 1st, 2008," the message reads.

flock logo
Flock is designed to take advantage of web 2.0 sites

It then suggests users upgrade to either Flock or Firefox.

Firefox is the main competitor to IE, particularly in Europe where it has a 28% market share, according to some statistics.

The open source browser's development is coordinated by the Mozilla foundation, set up by Netscape staff made redundant in 2003.

It has had more than 500 million downloads worldwide and in countries such as Finland it is the most popular browser.

"Competition is what brings quality," said Ms Baker.

Flock describes itself as "the social web browser" and allows people to see feeds from community websites, such as Flickr and Facebook, and post to blogs without having to navigate to the page.

"There are lots of ways that people are engaging in having a conversation and Flock is very focused on making that as effortless and convenient as possible," said Mr Hardin.

However, not all Netscape users are happy about having to change browser.

"I'm sad. Flock still needs improvement and I am not happy with Firefox's interface. I'm [an] orphan!" read one post on the Netscape blog.

Others who posted comments on the blog predicted the browser will make a return.

"Netscape is a wonderful browser, and it will be so in the future," read one.


 

13 Reasons To Use Firefox over IE

Popup Blocking
In this day in age, an internet browser without a popup blocker is like having a broadband connection without a fireball. “Firefox stops annoying popup windows dead in their tracks”, according to Mozilla.org, and that’s exactly what it does. Visiting a popup blocker test page, Firefox’s built in popup blocker was able to close all popup windows while the page loaded and during the page's onload() event. At http://www.popup-blocker.info’s test page, several test can be ran to prove your popup blocker’s power. Mozilla Firefox’s built in popup blocker was able to handle the “Stress Test”, which according to pop-upblocker.info… “[Stress tests] attempts to overcome your pop-up killer by trying to spawn large numbers of windows as quickly as possible.” Firefox’s popup blocker was able to close all 200 popup windows without even breaking a sweat. Trying this with IE and no popup blocker would probably bring your pc to its knee’s. You can also easily access the list of websites that the popup blocker blocks and altering it’s state by a simple click.


Download Manager
A feature which I thought was going to be integrated in Internet Explorer 6 was a download manager. Download managers allow you to manipulate and take control of your downloaded files. Mozilla Firefox’s download manager contains just the essentials to allow you to control your downloads. You can pause your download and continue it a later time, something which is not possible with IE’s download manager. Apart from sporting a nice look, the download manager stores the information such as size and location of your downloaded file. When the download is complete, a small notification is displayed in the lower right side of the screen.


Tab Browsing
Because having too many windows open at a time can be a bit annoying, not to mention time consuming, Firefox features tab browsing. Here’s more on tab browsing from Mozilla’s homepage…”Tab-Browsing changes the way you use the internet by allowing you to open links on a page in background "Tabs" and then read them when you're ready. No confusing new windows, no need for context menus, just hold down Ctrl when clicking a link, or use your middle mouse button (if you have one).”


Integrated Search Engine
Now why didn’t the IE programmers think of this? Mozilla Firefox comes with a built in search engine. The default search engine is Google’s, of course, with the ability to add others. The search entry takes up a very small space, which is a plus when compared to those huge toolbars out there.


Options
Less confusing and cluttered than IE’s Internet Options is another factor in Mozilla’s Firefox. You can easily navigate through each setting. Deleting saved passwords is a snap and clearing any saved history. The “Downloads” section of the options allows the user to choose which program will automatically open a downloaded file.


Page Info
When right clicking on a page (PC users), selecting “page info” will pull up a window displaying vast amount of information for the webpage. General information as well as a Link tab showing all the links that the page contains.


Faster Response
A typical webpage will load faster on Mozilla Firefox than Internet Explorer.


Keeps HTML Formatting
Mozilla Firefox is able to keep the html format when copying from a webpage to a text file. For example, when copying html formatted text from a webpage and pasting it on a note pad, the text copied using Mozilla Firefox keeps the format yet the text copied from IE doesn’t.


Security
Because many of those malicious plug-in’s that cause your everyday web surfing into a trip to the DMV are mostly programmed for Internet Explorer, having Mozilla Firefox as your internet browser can save you tons of headaches.


Open Source Advantage
The Mozilla project is an Open Source project where thousands of independent programmers can work on finding security holes before they are exploited.


Cleaner Interface
Firefox isn’t filled with clutter such as a history button or other buttons that take up most of the area in Internet Explorer. Firefox offers 2% more space to web pages than Mozilla, 4% more than Internet Explorer, and a whopping 10% more than Opera.


Smaller Download
Ignoring the fact that Internet Explorer comes integrated with Windows, Firefox is almost half the size of Internet Explorer meaning half the time downloading.


Block Images
When right clicking on an image, the user is given the option to block all images from that webpage. This feature comes in handing when visiting a site that holds many pictures, many due to ads, which can be disabled for faster surfing.


Mozilla Firefox is an alternate browser to IE with features that, I believe, surpass the latter. Firefox has defiantly broken ground in the war of the browsers. I know there are many out there who would think otherwise and never settle for any browser other than IE. Think of it this way, if Mozilla Firefox was integrated by default into Windows besides IE, would you switch to another browser?


SOURCE
http://www.flexbeta.net/main/article...ion=show&id=32

How to Download Books from Books.Google.Com

This is, definitely, not a hack for Google to hate this post. This will just teach you how to copy and retrieve the files that Books.Google.Com temporarily saved in your computer before showing it to you through internet browser.

Actually, it’s the same stuff as this post, here..

Just follow the steps bellow;

1. Open your Internet Explorer (Not Firefox). Make sure that you are the admin of your computer. Then, go to the page in books.google.com that you want to download.

2. Now, go to “C:\Documents and Settings\%your admin name%\Local Settings\Temporary Internet Files\” of your computer. Delete all of the content of that folder.

3. In your Internet Explorer, refresh the page and browse-thru the pages of the books that you want to download.

4. Refresh the “Temporary Internet Files” folder. Copy all PNG files to another folder. You can distinguish PNG Files through its icon.

These files that you have just copied are, actually, the pages of the books that you have just browsed.

Enjoy!!!

How to Download Slides in Slideshare.net

Slideshare. net is like youtube where anyone can upload and share (through flash player) their useful and informative power point presentation. Unfortunately, most of these slides are not downloadable.

Though the presentation is not downloadable, you can, actually, have a copy; though not at its original file format of Microsoft Power Point but Flash (swf) format. This is how:

1. Log-in to the administrator account (just to make sure that you have access to anything) of your computer.
2. Go to “C:\Documents and Settings\%your admin name%\Local Settings\Temporary Internet Files\
3. Make sure that your Internet Explorer is closed. Delete all the content of your Temporary Internet Files.
4. Now open your “internet explorer” and go to that slide presentation that you want to download.
5. Click through to the entire slide presentation (until to the last slide). This is a hassle if the presentation is lengthy. Anyway, we also have a solution to this.
6. In the Temporary Internet Files folder, search for the file with a prefix of the title of the slide presentation that you want to download and an extension of “.swf” (Make sure that you disabled hiding of file extension in your folder option).
7. Copy all of that file and your through. That’s actually the individual slides in the presentation. Just install Flash Player to view these files that you have just “downloaded”.

Now, if you are having a hard time clicking through the entire slide, we have this solution;
1. Install Mozilla Firefox explorer, in case you don’t have one. Then install “downthemall” addon.
2. Do steps 1-4 in the above procedure.
3. In the Temporary Internet Files folder, search for the file with a prefix of the title of the slide presentation that you want to download and an extension of “.xml” (Make sure that you disabled hiding of extension in your folder option). Copy this xml file to your desktop folder and rename it to any filename that you want but with a file extension of “htm”.
4. Open this file using “notepad” or “wordpad”. Then do the following “replace all” activities;

  • Replace “Slide Src” with “a href”.
  • Replace “/>” with “/> alfie< /a>” (no spaces)

5. Save this file. Then open this file, now, using Firefox explorer. You should see lots of hyperlinked “alfie” word in the page.
6. Right click on the page (not on the link), then click “DownThemAll!”.
7. In the “DownThemAll!” program set the directory where you want to download these flash files. In the “additional filters” put “.swf”, then click “Start”. Just wait for a few minutes until all files were downloaded in your computer.
8. You can use “super” (just type super in Google) to convert this into Mpeg file so that you will have more comfort of viewing these.

Enjoy!

How to Trace/ know any IP address from Domain

From the window,

Go to start –> Run–> and in run Enter cmd

it open the command prompt

from the command prompt type ” ping” “Space” “your domain”

eg: “ping www.google.com” and press enter

it show the IP address of Domain

 

to trace a domin

Go to start –> Run–> and in run Enter cmd

it open the command prompt

from the command prompt type ” tracert” “Space” “your domain”

eg: “tracert www.google.com” and press enter

and then after entering it will show you the IP address of the Domain

Airtek Hack for Free internet


--------------------------------------------------------------------------------
cheers~You need a PC or a Laptop and the required connectivity tools ,ie.,Serial/USB cable OR Infrared Device OR Bluetooth dongle

1) Activate Airtel Live! ( It’s FREE so no probs)

2) Create TWO Airtel gprs data accounts (yep TWO) and select theFIRST as the active profile.

3) Connect your mobile to the PC (or Laptop) and install the driver foryour mobile’s modem.

4) Create a new dial-up connection using the NEW CONNECTIONWIZARD as follows
Connecting Device : Your mobile’s modemISP Name : Airtel (or anything you like)Phone Number : *99***2#Username and Password : blank

5) Configure your browser and download manager to use the proxy100.1.200.99 and port 8080.( My advice is to use Opera since youcan browse both wap and regular websites)

6) Connect to the dial-up account. You will be connected at 115.2kbps (but remember, that is a bad joke).

7) Pick up your mobile and try to access any site. You will get “AccessDenied…”(except for Airtel Live!). IT DOES NOT MATTER.Keep the mobile down.

8 ) On the PC ( or Laptop) open your browser, enter any address ,press ENTER and…….WAIT

9) After a few seconds the page will start to load and you have theWHOLE internet at your disposal.

.