Hack Websites Using HexJector

Hexjector is an Opensource,Multi- Platform PHP script to automate site Pentest for SQL Injection Vulnerabilties.

Trick To Use Multiple Email ID’s From Single Gmail Account

You hack and ID in the e-mail can be made, so you might be a bug in the phone or ID gmail.If moves to a single Gmail ID can use it many times in a single to create a separate email account required to register, I abc.com I have two accounts for a separate account to e-mail id that I must use. Suppose this approach a single account for any e-mail using the site will be able to register more than once.

Free Developer Preview of Windows8

After a long waiting of windows lovers Microsoft has released pre-beta version of new windows OS called windows 8 ,windows 8 developer preview version is now available for download at Microsoft’ site for free.Both 32 bit and 64 bit version of the windows 8 iso files can be downloaded from microsoft website.

Find product key of windows 7 inside the CD-disk

If you forgot the Product KEY of win7 then this artical will be very usefull for you...

20 Great Google Secrets

But most people don't use it to its best advantage. Do you just plug in a keyword or two and hope for the best? That may be the quickest way to search, but with more than 3 billion pages in Google's index, it's still a struggle to pare results to a manageable number...

Showing posts with label Router Hacking. Show all posts
Showing posts with label Router Hacking. Show all posts

Saturday, January 29, 2011

Want to increase Your Airtel broad band Speed To 2MBPs??


Though its not a hack but Airtel is the only service provider in India which is providing 2MBPS on demand, so I would like to share about this.
speed on demand airtel 300x69
Here is the trick to get 2 MBPS on Airtel broadband
#All you need is a Airtel Broadband connection.
Airtel no : User name
Account no: password
Now all you have to do   is
#Go to your modem/router
By typing
192.168.1.1
# Default user and pass= admin & password# Now there in the left bar click on WAN and then click on edit
beetal router settings screenshot 300x210
# Click on next until you get the following screen
Now in the username and password field enter the following:
3userpass www 84productions blogspot com
# PPP Username : 123xxxxxxxx_dsl@airtelbroadband.in
(Enter your username and password)
Now in the password field type the account no. or new password if you have changed.
Then save the settings and reboot.
Now how to get 2 MBPS speed??
I’m sure many of you are aware of speed on demand from Airtel.
Go to this page: CLICK HERE
Bandwidth+on+demand
And now enter your and password that you have entered in the router.
and click on 2MBPS and activate it.
Bingo! now you are using 2 MBPS Airtel connection!! icon smile
Do remember you will be charged as 120/hr.
Updated news is Tata launched the 100 MBPS internet connection in mumbai @ 10,500/month.
For Further Reading:

Hacking Beetel 220x ADSL router (Broadcom BCM6338)


This router is based upon Broadcom BCM6338 chipset. This router is used by Airtel, BSNL and other ISPs in India.

Hack # 1 : How to Login into Router                                                

Login over telnet. This is a common feature of all router these days and this the only way to hack into box:
Default IP: 192.168.1.1
Default Username: admin
Default Password: password
I have changed IP of router to 192.168.1.254 so here is my first session:
$ telnet 192.168.1.254
Trying 192.168.1.254...
Connected to 192.168.1.254.
Escape character is '^]'.
BCM96338 ADSL Router
Login: admin
password: ********
Once you are logged in you will see menu:
Main Menu
1. ADSL Link State
2. LAN
3. WAN
4. DNS Server
5. Route Setup
6. NAT
7. Firewall
8. Quality Of Service
9. Management
10. Passwords
11. Reset to Default
12. Save and Reboot
13. Exit
->
Hack # 2: Get out of this stupid shell menu script/program
Yup, it is stupid stuff and don't waste your time hitting CTRL+C, CTRL+D keys, to get out of this script/program (break shell script), just type sh and hit enter key at arrow prompt ->
-> sh
And you will be taken to shell
BusyBox v1.00 (2005.09.20-19:57+0000) Built-in shell (msh)
Enter 'help' for a list of built-in commands.
#
Hack # 3: But where is my ls command...
Type ls or dir command,
# ls
ls: not found
# dir
dir: not found
They have removed the ls and dir command. But don't worry you can use old echo command trick:
# echo *
bin dev etc lib linuxrc mnt proc sbin usr var webs
echo * is old trick which displays list of all files in current directory without using ls or dir command.
Hack #4: Looking for advanced web based configuration, use main.html
Yet another stupid thing, they have removed main.html from web based configuration. Basically main.html is use to configure advanced options of router like port forwarding, DNS setting, firewall etc.
Just type http://192.168.1.254/main.html (replace 192.168.1.254 with your actual router IP address) to get all advanced options.
Hack # 5: Get more information about router hardware and Linux
Since this is tiny device most of the userland command such as free, uname etc are removed. However /proc file system provides all information:
Display CPU Information
# cat /proc/cpuinfo
Display RAM Information
# cat /proc/meminfo
Display Linux versions
# cat /proc/version
Linux version 2.6.8.1 (root@localhost.localdomain) (gcc version 3.4.2) #1 Tue Sep 20 15:52:07 EDT 2005
Display list of running Processes:
# ps 
Display list of all kernel module (drivers):
# cat /proc/modules
Hack # 6: Get more information about your network configuration
Display list of network interfaces
# ifconfig
Get default routing information i.e. find out your ISP's router:
# route
Display Iptables rules
# iptables -L -n
Hack 6 : Secure your router
(A) Fire web browser such as firefox and login to web based interface. Type url http://192.168.1.1/ main.html (or 192.168.1.254/main.html)
(B) Enable Firewall
Click on Security > Ip filtering > Outgoing or Incoming > Click add
(C) Change default admin password
Click on Tools > Select Administrator and type the password. > Click apply
(D) Save changes and reboot router
Click on Management > Access Control > Password > Select Admin > Setup new password
Save changes and reboot router.
Quick reboot router with reboot command:
# reboot
See also:

Twitter Delicious Facebook Digg Stumbleupon Favorites More