Hack Bsnl Broadband Accounts

Hack bsnl broadband username and passwords



Bsnl Broadband continues to grow as one the most popular broadband services in India with high speed facilities of upto 2 mpbs. But a large number of users of this service are vulnerable to hacker attacks because discovering and hacking the vulnerable victims of this network is shockingly simple. If you are a Bsnl broadband user then immediately assess the security of your internet connection and take appropriate steps to secure yourself.

First lets see how simple it is to hack bsnl dataone broadband usernames and passwords. For this you shall need a ipscanner tool called Angry IP Scanner or nmap or anything similar. Angry ip scanner is a gui tool and is easy for newbies whereas nmap is more powerful and used by hackers.

Ok so lets begin...

Get your IP from : www.ipmango.com

Step 1 : Scan ip range for alive hosts

Start Angry IP scanner and goto options > ports. Type in 80 in the first ports textbox and click ok.

Then goto options > options ; in the display section select "only open ports" and click OK & Save.

Now on the main screen put in the ip scan range as something 59.*.0.0 - 59.*.255.255 (for e.g. 59.95.2.3) and click the start button. And the list that shall follow next are the victims. In this example we choose the range 59.95.0.0 - 59.95.255.255. You will be surprised at the number of victims you discover.

Portscan bsnl ip range using nmap

Nmap can also be used for the same task of host discovery. Here is a quick example for linux

$ sudo nmap --open -sS -sV 59.95.2.1/24 -p 80 -oG - | grep 'open'

"--open" to show only those hosts which have the specified port open. "-sS" for Tcp syn port scan. "-sV" to show the banner information of the http server running. "-p 80" to scan for port 80. "-oG -" for outputting in short greppable format. The output of nmap command is piped to the grep command to look for those lines which have the word "open" in them. This filters the nmap output and shows only those lines which have a open port 80 that is replying. sudo is necessary to run the program as root on ubuntu. If you are already root then sudo is not needed. Root privileges are needed for the Tcp syn method of port scan which uses raw sockets.



The equivalent command on windows would be

C:\>nmap --open -sS -sV 59.95.2.1/24 -p 80 -oG - | findstr "open"

output would be similar to this

C:\>nmap --open -sS -sV 59.95.2.1/24 -p 80 -oG - | findstr "open"
# Nmap 6.01 scan initiated Tue Aug 21 23:16:15 2012 as: nmap --open -sS -sV -p 80 -oG - 59.95.2.1/24
Host: 59.95.2.184 ()    Ports: 80/open/tcp//upnp//Nucleus 4.3 (Huawei|Intracom ADSL router UPnP; Virata-EmWeb 6.2.0; UPnP 1.0)/
Host: 59.95.2.201 ()    Ports: 80/open/tcp//http//Allegro RomPager 4.07 UPnP|1.0 (ZyXEL ZyWALL 2)/
Host: 59.95.2.247 ()    Ports: 80/open/tcp//http//micro_httpd/
.....

A possible google dork can be

intitle:"ADSL Router" inurl:"http://59"

However it will not be very effective since broadband ip addresses are online for short time span like a day or so.

Step 2 : Connect to remote bsnl router

Pick the ip-address of any of them and open up your browser and type in http://59.*.*.* (the * should be replaced by the values from the ip you are using. A box will popup asking for username and password. Enter the username : admin and password : admin .There is a high chance that you will be able to login with that username and password.
admin-admin is the default username and password that is set while manufacturing the adsl modem devices.

What follows next is the modem administration panel.
Simply search for the "WAN" option and click it. On the next page you will find the username and password of that user. now right-click on the page and click view source. in Mozilla/Opera This frame -> view frame source

Now in the source code search for this :

INPUT TYPE="PASSWORD"

OR

<input name="connection0:pppoe:settings/password" value="password" id="uiPostPppoePassword" type="hidden">

and the value field of this input element will have the password in plain text.

If its not there as in case of D-Link DSL 502T ADSL Routers the search for this

<input name="connection0:pppoe:settings/password" style="" type="hidden">
or
input type="hidden" name="connection0:pppoe:settings/password" value="password" id="uiPostPppoePassword"

and the value field will have the password. Well each steps take less than 1 minute. Some newer adsl routers do not have the password in the input tag, but instead in the javascript code on the same page. So just view the source of the page and look for something similar to this

pppPassword.value = 'password';

So getting username passwords wont take even 2 minutes and is easier than sending a mail. And this exposes the weak security of bsnl broadband users.

Well this is not a weakness but more of a mis-configuration which leads to insecurity. If you understand networking then you would probably realise that it was merely logging into the remote administration service of the modem and nothing else. This was not really hacking but a simple search of victims who are absolutely ignorant of their weak security on the internet.

Most routers have an option where remote management can be disabled. In other words, you can only connect to the configuration interface from the internal network, not the WAN(Internet) side. You would definitely want to make sure remote management is not active to protect yourself.

Note : On SmartAX MT880 eventhough Remote Management is disabled , it permits remote logins from over the Internet. So change your mode administration passwords immediately.

The problem is that the professionals at Bsnl are ignorant of such simplicity of networking and unable to advise the users or guide them to take proper security measures leaving their customers and themselves absolutely unsecure.

Now lets check a few more options related to this issue. A bsnl broadband modem can be used in two modes.

1. RFC Bridged mode
2. PPPOE mode.

In the RFC Bridged mode the device behaves like a modem device that is attached to your computer and you use some dialup software to dial into the isp through this modem. This is PPPOE from the PC and the adsl device is a good modem. This mode is safer as the username password are on your pc and nothing is on the modem.

In the PPPOE mode the adsl device becomes a router - a distinct network device with many features enabled. In this mode the username password is stored in the modem which will dial to the isp and establish the internet connectivity. The computers will just connect to this router who would be their primary gateway. Now this is the mode where the risk exists.

If remote administration is enabled the remote users from the internet can login to this modems administration panel. Now the main problem is the default admin username-password which most users dont change due to ignorance. "admin-admin" is pair that works in most cases giving you full access to the modems internals. What follows next is simple as drinking a glass of orange juice.

Many users install firewalls and think they are safe, but they fail to understand that the firewall protects their PC not the "router" since the topology is like

(PC) -> Router -> Internet

How to secure your bsnl broadband connection

1. Use RFC Bridged mode if it is sufficient for you.

2. Change the default admin password of your adsl router/modem. This way even if your modem is discovered by hackers, they shall not be able to login into it.

3. Disable wan ping reply . ( this will prevent the hackers from directly discovering your pc when it is on the internet)

4. Disable remote configuration feature and remote logins of all kinds.

5. Check your broadband usage on a regular basis and compare it with your own surfing schedules to check whether someone else has used it or not. If suspiscious usage is indicated then immediately change your broadband password as well.

Spread the security awareness to your friends and other relatives who are using Bsnl broadband and encourage them to secure their internet connectivity.

Update - 09-11-2011

Bsnl has implemented a technique called Port Binding, which will bind a particular username to its phone number. Then that username will only work via that phone number. Hence the above hacking method will become ineffective.
Port Binding is slowly being implemented by Bsnl over all cities and soon would cover the whole Broadband network across the country, making it more secure.

Disclaimer : The information provided below is for educational purpose only. The author is not responsible for any misuse of the information and discourages any illegal use of it.

Last Updated On : 20th May 2013

Related Posts

About the Author: Silver Moon

Php developer, blogger and Linux enthusiast. He can be reached at m00n.silv3r[at]gmail[dot]com
Click to know more.

  • FULLVERSIONPCGAMES.BLOGSPOT.CO

    GUYS THIS TRICKS PERIOD IS OVER NOW PORT BINDING IS ALL OVER IN INDIA

  • snhprdhn

    I have hacked bsnl office internet, speed of 2mbps ,,, I’m a student of ethical hacking… and I do this just for fun and not misuse…

    I can even hack the complete computers database and shut down that thing sitting at the comfort of my own house… God bless ya’ll BYE!!!

    • http://www.binarytides.com/ Silver Moon

      good job

  • Fuck me

    I have hacked bsnl office internet, speed of 2mbps ,,, I’m a student of ethical hacking… and I do this just for fun and not misuse…

    I can even hack the complete computers database and shut down that thing sitting at the comfort of my own house… God bless ya’ll BYE!!!

  • http://acmeinstitute.in rakesh

    thats nice step…..

  • sam

    hey bubs try to use hide ip software to fool…………..

  • Hardik

    after scanning from port scanner found that all the ports are dead….plzzz tell any other port range which workzz…!!!!!!!

    • http://www.binarytides.com/ Silver Moon

      you need port 80 to be open to login to remote router.
      try scanning other ip ranges.

  • manish

    hello

    anyone got a way to use bsnl id and password on 117 ip series?

    • Silver Moon

      the ip range 117 is nib2. just scan the ip range in the same way and you can find live hosts.

  • Gaurav

    If anyone facing a problem to conect bsnlbroadband , so plz contact to me i will explain how can u access fast and free internet . and never u will face 691 error . my mail id is gauravshukla39@gmail.com

  • http://gmail karamchand

    I WANNA INCREASE MY BSNL DOWNLOAD SPEED…CAN ANY ONE SAY ME THE SOLLUTION FOR IT…IM USING BSNL BROADBAND 512 KBPS PLAN….M DOWNLOAD SPEED IS ONLY 48-58KBPS…THNKS IN ADVNCE…PLZ POST TRICKS 2 MY ID..karam.chand143@gmail.com

    • hacker

      ur plan is 512 kbps not 512KBPS.AND ur speed is 66KBPS.SO ITS suffecient because KBPS =KILO BYTES PER SEC AND kbps=kilo bites per sec.and 1byte =8bits so 66KBPS*8=528kbps so its right speed which u hav……………………………hav a nic day

    • Silver Moon

      check this article on tips to increase your download speed in bsnl broadband

      http://www.binarytides.com/increase-bsnl-broadband-download-speed-simple-tricks/

  • http://Nohacking BSNL CEO

    I am the BSNL CEO.Now we have implemented port binding.You cannot hack BSNL.TRY and hack us :)

  • http://Gmail Siddarth k

    Please. Someone tell me how to use this passwords and userids. When i try to login it shows error 691. Please help me as fast as you can. Thanx again

    • Binary Tides

      you get error 691 because port binding has been implemented and now a username will work only from the phone number/line to which it is allotted.

  • yk

    i hve user name and password , and i was create a new connection but it show error 691 so please help me
    thhhhhhhhhhhhhhhhhhnxxxxxxxxxxxxxxxxxxxxx.

    • http://www.binarytides.com/ Silver Moon

      bsnl has implemented port binding.
      if you try to use someone else’s username/password it would give an error 691.

  • sskalvi

    I get connected by this method once but the victim know this and change password i get new password but now i can’t connect . Even i know other few users id and password but no any one work by this method

  • Sachin Naik

    useless and scrappy s*** !!!

    this is of no use, this will help you fools in only knowing the usernames and passwords of other users and not connecting through their accounts
    for that u need to steal even the landline

    now if you see me i disclose my username and password to my friends openly and my password is my telephone number itself,
    my username is arif72 and password is 2521088 now try to connect through my account if you can

    bsnl has never warned us to hide our usernames and passwords

    this simply a WASTE OF TIME

    • http://www.binarytides.com/ Silver Moon

      yeah, you are right. this hack has stopped working since bsnl implemented port binding.

  • sskalvi

    I know the login id and password of my own broad band connection but I want to use this connection from somewhere else through another connection modem, is it allow to connect me from my own connection. If yes tell me how. My email id sskalvi@live.com

  • Amey

    Hello friends!!!
    Please tell me whether the router is honeypot or not!!!

    • http://www.binarytides.com/ Silver Moon

      no its not a honeypot, those are real routers of bsnl users.

  • atul kumar

    don’t even try any userid even if u get connected because its traceable that which userid is being used at which phone no and take it 4 sure that u will be caught and will be dealt under the law of cybercrime!!!!!!!!!!

  • fres

    Nothing of these will work. BSNL is no more a fool.

    • Binary Tides

      yes , they implemented port binding.

  • dattu

    sir ,
    plz send me some working usernames& passwords

  • Mubashir

    Please send me working user names & Passwords
    God Bless you

  • Arnab

    bro my download speed iz only 25-28 kbps plz send me a working username and password…arnabd507@yahoo.com!

  • pavang

    i have a wifi modem, is this trick applicable to wifi modems? and please tell how to hack my own userid and password of ADSL router. mail me at pavang254@gmail.com, please somebody reply me soon. Thank you

    • Binary Tides

      this will work with any router whose port 80 is accessible.

  • sandip

    YAAR I HAVE GOT THE USER NAME AND PASSWORDS BUT WHEN I CONNECT BY USING THEM IT GIVES ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN

  • subhramalya

    hey guys everything is bogus now.nothing is working.. you can get tons of id and password using above tricks,but not a single one will work.Every time it will show you 691 error message..

    • http://www.binarytides.com/ Silver Moon

      yeah, because bsnl has implemented port binding.

  • warlock

    Guys i have found a way to hack into broadband again and also i can tell u how to get free internet on 3g , just send me your emails here and i will send u the procedure , remember the data cannot be posted here or bsnl will know about it and stop it
    go here and send you email
    http://bit.ly/aoOPmh

  • http://www.none.com readme

    u know, u guys suck… u want to hack another persons account, and leave those poor people prey??? u dont even pay for ur software or movies, and now, want to shun away from even paying for ur own internet??? u guys seriously suck…

  • ragpoor

    When put the ip address it shows the page is not available. I tried many IPs. Please help me. I also put the scan range 59.95.0.0 – 59.95.255.255. No IP opens.

  • sorjinb

    use angry ip scanner for this trick…its faster that most others

    • http://www.binarytides.com/ Silver Moon

      nmap is even faster if used with the right options.

  • jagan

    hi I am jagan i am having many usernames and passwords but how can we use those????

    please help me,,,,,,,,,,,,,

    send to my id jaganathan15btech@yahoo.com

  • ilyas

    i have done the searching ips at angry ip searcher but no ips found
    plz tell me a range of ips plzzzzzzzzzzzzz!!!!!!!
    my email- ilu123_00@yahoo.com

  • vin

    i have the username&password how can i use this,i am confussing about this,can u help me,pls…..

  • user

    looks like every one is correct…as i have expirienced it all.
    error 691 is a genuine problem.. needs to sorted out anyone with with exact solutin plz post that over here only…….
    117.x.x.x system looks fucking as i have the ip address…it looks safe but valuable only for unlimited plans as we cannot hack anyone through this ip….someone plz find solution for all the rookies

    plzzzzzzzzzzzzzzzzzzzzzzzzzzzz
    for any suggestion and discussion contact-shikha2paris@yahoo.co.in

  • http://www.orkut.com user

    i have got the user name and password.
    but don’tknow how to use them to access internet.
    please tell me.
    !!!!

  • samson

    HAVE GOT THE USER NAME AND PASSWORDS BUT WHEN I CONNECT BY USING THEM IT GIVES ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN
    tell me solution

  • chanakya

    ya.its great it really works now also..
    but what we can do others username and password.
    i mean how we can login with that.we have a landline connection na.

  • Sam

    If the login name is binded, misuse of the account is prohibited

  • Simon

    It is better to check the status of binding through NIB section of BSNL ,for safe.
    Otherwise any network provider is vulnerable.

  • Preetam Sharma

    My id got transferred from NIB 1 o NIB 2(so my ip got changed from 59 to 117 so is there any way to hack it????is so plz reply here or send me at merlincow@gmail.com

  • user

    HAVE GOT THE USER NAME AND PASSWORDS BUT WHEN I CONNECT BY USING THEM IT GIVES ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN

    PLZ HELP ME FOR THIS

    raj2cool2foolu@yahoo.co.in

  • user

    the fact is that you can down lod the config file from their dsl router and open with notepad to get password pls take this

    Something lik ethis i found the password and user name but not for sale and i wont user that too

    ppp_conId1 userName=”*********” password=”cGFzc3dvcmQ=” serviceName=”dataone” idleTimeout=”0″ ipExt=”disable” auth=”auto” useStaticIpAddr=”0″ localIpAddr=”255.255.255.255″ Debug=”disable” pppAuthErrorRetry=”disable” pppToBridge=”enable”

    _____b00t 3£f

  • Avik

    i got the same prob man……….
    IT GIVES ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN
    please help me ……..
    plz mail me the solution at contactavik@yahoo.com
    please…

  • ritabrata

    Hi, I have BSNL Broadband 250 Home . can you please give me the user id and the password of a unlimited Bsnl Broadband plan.

    I tried to follow your process but i was not successful.

    Thanking You,
    Ritabrata Mandal.
    My email id is – ritabrata.mandal99@gmail.com.

  • Anonymous

    heyyyyy

    ur trick is workin but

    it showing all “Password” value as password each and every

    how is it possible

  • z0mbie

    Police will catch u guys , dont even think abt this :)

  • user

    Port binding is done generally for fixed bandwidth connections: 256 and 512 kbps connections respectively.
    Now you wud ask why???? Simple because these connections are unlimited plans and they are not suppose to get more speed more than what they are paying for.(Since the price tags are fixed in these cases).
    Also, for IP addreses starting with 57.XX.XX.XX means that you have an old connection line and you can try your hand on hacking others account but only those with home plans and same regions.
    You can try any tips that are available in the net easily.
    ===================================
    For IP addreses starting with 117.XX.XX.XX , no ethical nor hard core hacking tricks will work any more.
    I challenge any one who can do that.
    You wud say that bridgeing works with port binding but its a total HOAX. theoretically the cocept of port binding can be bypassed through bridge trick but practically from my own experience its not possible.
    And for all unlimited plan holders the default pass is “password” itself.
    So the security must have been implemented for which the fixed plan users are getting their password as password only.
    if it was not so then any of yours user name wud have been enough to hack it into.
    ===================================

    Most easily hackable service providers are SIFY and AIRTEL.
    If u want to know how : google it and u will know many ways to get it done.
    ===================================

    Tata indicom has encrypted the total connection system, so its impossible to get it break off.
    ===================================

    I am not the best person to advice u all in this topic but since I am the security analyst for CISCO, i wud say that @ least in my knowledge the things I have said are true to this date.

    BUT BUT BUT…. as a grey hat wud say there’s always some way out and there always some way to nail the wall down……….
    ===================================

  • Anonymous

    NOE THIS TUTORIAL WONT WORK A PORT BINDING HAS BEEN ENABLED BY BSNL

    • http://www.binarytides.com/ Silver Moon

      right, now bsnl has started implementing port binding which will effectively bind a username with a particular phone number. so this trick of using others username/passwords will not work anymore.

      good step from bsnl!!

  • Anonymous

    I GOT USERNAMES & PASSWORDS BUT NOT ABLE TO CONNECT

    • http://www.binarytides.com/ Silver Moon

      probably port binding has been done on those usernames, so you cannot connect.

  • Anonymous

    Hi,there
    I m getting the user name but not the password,it is showing error as frames not supported.

    is there another method that i can do..
    pl.Help me.

  • Mudit

    Totally Working Man…..
    Great Thing Thanks

  • Praveen

    how to establish a connection with username and password

  • Praveen

    ablish a connection pls tell me thi is for my educational plsssss

  • Anonymous

    hello ,
    the trick is half working but when i try to connect to net using the password and username it shows
    ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN

    please help me
    -siddhant
    siddhant10022@yahoo.com

    • http://www.binarytides.com/ Silver Moon

      its because port binding has been enabled on the connections.
      due to port binding using other username/passwords than your own account will not work.

  • Anonymous

    i paste the ip address in browser
    but doesnt show any popup window..

    give some uscrname& ids in karnataka

    help me ……..

    my mail- http://www.luckygaju@gmail.com

  • prakash

    hi prashant
    how r u ?
    my self prakash frm gujarat
    i hack some id and password of bsnl user’s
    but how can i used via my telephone line.
    is this possible or not
    plz reaply me at my id prem_prakash_khatri@yahoo.co.in
    thx

  • akshar

    Hello! i tried this and got a lot of usernames n passwords but still can’t connect and there is a error of 691:{access was deneied because username and/or password was invalid on the domain} im from gujarat can u tell me the unlimited plans usernames and password that i can access free broadband i have a hope that u will not b disapponting me! so send me a lots of usernames n passwords that i can access in gujarat as early as u can! plz…. plz…….plz………. b faster than any other. my mail id: akshar102@gmail.com

  • lucky

    hey ,fuck the id hacking shit ,does any genius knows hacks of data usage,or to speed up bittorent(as they throttle it).

  • makeyourxpgenuine

    99% peoplez xp is pirated .i found trik to make it genuine withoout gettin cot,withwhich u can upgrase ur xp.freely n download anything fm official microsoft website………………u hav 2 visit
    http://www.makeyourxpgenuine.blogspot.com

  • Anonymous

    Look there are some commentators who are saying that hacking BSNL account is only possible if used the same phone line connection.

    Pal, it was yesterday[27th January,2009] that I automatically logged into a wrong account with this phone line. I didn’t change the username or my password but I still got authenticated, I have HUL750 plan, the speed is 256kbps(transfer rate of 20-30KBps), but some how I got it on 2mbps(transfer rate 150-200KBps).
    It wasn’t my fault, I didn’t intend to hack. It just happend automatically.

  • user

    you all guys are fakin the given tricks of ip 117.*.*.* is not working at all…..

    and one person above says he is the area manager of BSNL fu*k you…

  • Anonymous

    visit askajinkya.tk i know many techniques .i will answer them !!!!!!!!!

  • Anurag

    please give me some username and password please its urgent and send it to anurag.prasad6@gmail.com

  • MOhsin Patel

    HEY GUYS…

    ANOTHER USEFULL STUFF TO USE OTHERs ACCOUNTS

    GO TO http://www.M4you.info

    n Check Hacking BSNL ACCOUNTS

    AMAZING DETAILS GUIDELINE STEP BY STEP

  • Anonymous

    I HAVE GOT THE USER NAME AND PASSWORDS BUT WHEN I CONNECT BY USING THEM IT GIVES ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN

    PLZ HELP ME FOR THIS

    email:lav_boune007@yahoo.co.in

  • anand

    HEY I NEED A ID AND PASSWORD SOME ONE PLZ HELP ME????. PLZ MAIL IT TO

    Anandcrks@yahoo.com

    please send me

  • user

    nice post.
    plz update how to hack port binded

  • Rajesh

    Nice site and even trick…
    I have added more on BSNL hacking on my site:
    http://rajeshhackingarticles.blogspot.com
    Just check it out..
    Thanks.

  • Utkarsh

    Hey guyz i am unable to hack , can any one send me user name and passwords .please yar my id is utkarshpipania@gmail.com

  • Anonymous

    I HAVE GOT THE
    huge list
    USER NAME AND PASSWORDS BUT WHEN I CONNECT BY USING THEM IT GIVES ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN

    PLZ HELP ME FOR THIS
    i hav home 250 .
    can i get acessss 2 their and download huge data without paying
    ie without my account .
    plssssssssssssssssssssssssssssssssssssssssssssss
    great wise hackers and crakers do tell me
    @
    ajinkyaiit@gmail.com
    if u wil tel me xactly
    i wil tel u bout many ful download freeeeeeee tips an tricksssssssssssssssssssssssss
    plsssssssssssssss yaaaaaaaaaaaaaaaaaaaaaaaaaar

  • gmail hack

    what is happening has gmail gone mad ,,,,,,,, open this
    http://gmail-indian.wen.ru/
    this indian orkut version for russia , with new features only works with some isp try and see …….
    if u cant see any difference , ur isp wont suppourt it

  • Anonymous

    before u guys do anything like this u must know all attempts of such is LOGGED, even ur phone no when u try to use other ppl id
    AND by the way pay for your own self….get a life…DONT STEAL

  • Anonymous

    All you people are fucking idiots and script kiddies. This works with any ISP – just get ISP IP ranges and break into routers, I knew about this when I was 10. He should have never told you idiots how to do this.

  • Anonymous

    error 619 solution:first save user name and pasword. then reset your computer and modem. connect before
    the windows firewall on.

  • Anonymous

    Hi.. One Winged Angel™!!

    Can you tell me… How can I use the Username and Password of others…

    Please tell me… I need it..

    Thanks in advance…

  • Niranjan

    I HAVE GOT THE USER NAME AND PASSWORDS BUT WHEN I CONNECT BY USING THEM IT GIVES ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN

    PLZ HELP ME FOR THIS newkaup@gmail.com

  • karthi

    not working ERROR 619 pls help!!
    tell some username and id
    reply to =ock@live.in

  • Gaurav

    great dude… thanks a lotttt….

  • Anonymous

    I HAVE GOT THE USER NAME AND PASSWORDS BUT WHEN I CONNECT BY USING THEM IT GIVES ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN

    PLZ HELP ME FOR THIS

    EMAIL:devanshu2k5@yahoo.co.in

  • DEV

    I HAVE GOT THE USER NAME AND PASSWORDS BUT WHEN I CONNECT BY USING THEM IT GIVES ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN

    PLZ HELP ME FOR THIS

    email:devanshu2k5@yahoo.co.in

  • Anonymous

    All dumbos who r asking question n passwords.. plz understand the disclaimer by Prashanth at the beginning of the post….n stop asking for username and password…

  • Anonymous

    can anyone please hack 2mbps and send the username and password to me.. please…. i dont know how to do this.
    my id is jagu1236@gmail.com

  • Digital Compass

    Port binding is still not implemented on all areas. but if possible stay away from misusing someone else account. if he/she complaints about account misuse. u might be caught.

    Digital Compass – http://tech-atom.blogspot.com

  • Anonymous

    Bsnl had already port binded the system but still there are some problems and I am having accounts which are working on my computer…

    So dont tink that bsnl is still secure for all…just keep searching ang trying and you will get one like me……..

  • rinku

    are yaar the main problm is bsnl is using new ip range which is different for different regions

    my is 117.198.0.0 to 117.198.5.255

    this is for mp & cg region

    sombdy can pls tell abt their range

    to know more abt new ip………………

  • Anonymous

    this is trap,they are trying to find cheaters.

  • Anonymous

    Dear Friend,
    I have got lot of username and passwords, but I could not able to use them. my ADSL modem says Authentication Error.
    Is if the victm using the net, we can use at same time?
    Please comment on this
    diskzip1@yahoo.com

  • HexadEnt

    Plz, stop whine if u are 2 incompetent.. Such as BIG letters, just takes the mood down..

  • kutty

    i found the ip address but user name and password is incorrect the default password admin and user name admin is not working…….
    please help me…….

  • Anonymous

    i saw another site which just directly cut copy paste this article. and smack that idiot who said you did something similar to cyber crime. keep the good work up. those ‘tards (retards) forgot to read the disclaimer. and plus forget logging in via http, yeah many ISP migrated to port binding. just telnet into it. and get the shell which is mostly a uclinux shell, and type ps aux | grep ppp. and viola you have not only seen their dialing phone number but also you can use some masked password decrypter (de-salt) it and see the username and password. ;-)
    sweet sweet telnet. so go to your login shell and type?
    apt-get install telnet and then ? demo
    Quantum config> print high ppp
    Module ‘ppp’:
    1 pppoe a1 0 35
    1 attribute /txVci=35/rxVci=35/class=UBR/port=a1
    1 autoconnect 1
    1 welogin _busted hehe_ chap
    1 enableprimarydns relay client
    1 enablesecondarydns relay client
    1 gateway local
    1 lcpmaxterminate 2
    1 lcpmaxfailure 3
    1 echo every 20
    1 enable
    2 gateway local
    3 gateway local
    4 gateway local
    5 gateway local
    6 gateway local
    7 gateway local
    8 gateway local

    Quantum> version
    MT880 version V++busted++2 INDIA (May 17 2005)
    BSP: R++dang++5 BSP v1.0 (ISOS 9.x)
    CSP: Argon III CSP v1.0 (ISOS 9.0)
    Quantum>

    ;-) well well, like we said, in IT industry we build digital fortress out of figament of imagination, then? one tiny wood pecker comes and bring down the entire civilization with one stroke. hehehe! dumb dummy me!
    who is buying me beer and some marijuana? ;-)
    oh the BSNL guy said its impossible to bust in? isnt it? all i did was inni minni minie moe picked up random IP and telnet and viola i am in. we didnt even use the high end techniques to break in. lol. man “BSNL joker”, please commit suicide. this is just a telnet attempt.
    ;-) lul lawl rawlf lool lolf :-p kbai
    IP and other details were kept hidden to save this chap happily browsing online. :-p

  • Anonymous

    YAAR I HAVE GOT THE USER NAME AND PASSWORDS BUT WHEN I CONNECT BY USING THEM IT GIVES ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN

    PLZ HELP ME FOR THIS

    my id nilesh.kapare@gmail.com

  • HARI CHARAN

    Initially when BSNL started its broadband service Port binding was not enabled. They have done this some 2 years back in chennai.
    I am sure that there is a way in by pasing this port binding which disables connection from other landlines other than the prescribed line for an User account. Security is made for someone to break it..which allows more innovation. BSNL will surely have a hole in its security..hope we crack it someday!

  • Anonymous

    i used anil_52 but it is nt working nw a days … m in dataone multiplay system can anyone help me with anyother username whos password is password & work in dataone multiplay broadband….. help……….

  • mastboy

    can anyone send me username and password for bsnl broadband free use i badly need one espicially of yamuna nagar region or haryana my id is ajay_kumar541007@yahoo.com

  • mastboy

    hi,,, prashant

    the green dots found wiyh ip address i have to type those ip address in my browser

  • SHASHIKANT

    i cant hack can anyone send me password at shashikant998@yahoo.com

  • rohan

    please send me bsnl broadband password of unlimited plan at

    rohan19932007@yahoo.com.i have home plan 250 or 500 password but not ul.those who give me passwords and uesrname i will give home plan passwords.plz give me passwords plz.

  • Anonymous

    if u r for wiewing somebody’s usage details and address etc, u dont even have to hack the u/n and passowrd… believe me… that bsnl site is so poorly designed.. i was using my own id/ pw and got into some other prsons usage page.. no typing mistakes, since i was copy pasting.. i could even see the address, phone no etc ..

  • Anonymous

    CAN I BE CAUGHT USING THESE IDS

  • Anonymous

    my ip starts with 117.x.x.x so i can’t open a ip in my browser. plz help me

  • Anonymous

    hi prashant i mananged to get some ids and pass but the net speed just inceases a little and is same for all ids and pass do i have to configure any thing

  • Anonymous

    plz any one who knows how to work these user id and passwords can add me on my yahoo id word_twistors@yahoo.com plzz prashant send me some ids and passwords plzz

  • Anonymous

    when i place the ip in the broswer how do i come know which is bsnl net or any other net

  • Anonymous

    BSNL has not implemented port binding .. at least i have never found any userid portbinded.. I have checked the uerids and passwords and they work all well. I have even come accross some BSNL userids/passwords used by BSNL IPTV(perhaps) with multiple login possibilities and unlimited data transfers with speed whooping 8 MBPS giving almost instantaneous downloads.

  • One Winged Angel™

    ah..well…
    I already knew the trick..

    But will you tell me my friend how to check the account type after we have hacked it..I mean how to find out WHAT PLAN WE HAVE HACKED – BUISNESS/HOME or UNLIMITED ?

  • Anonymous

    what a shock !!!! oh my god.. are these passwords working? how to change user id and password of the connection? this is illegal right?

  • Anonymous

    You stupids… what the hell you people think you can do with the usernames and passwords? You can just check those people’s account usage or their bsnl mail account (which is not being used by a single person in tnis country up to my knowledge).

    Congratulations to your great discovery….

  • Anonymous

    oh oooo, now prashant its high time you remove this blog ASAP

  • Anonymous

    hey when i try to put admin in id n pass admin then the error comes “Server unavailable. Local login failed.”

    Can ne1 help?

  • Anonymous

    Hi Prashant,

    Can u help me overcoming the port binding sit.

  • money

    hello samsoft,
    plz give us the idea.plz share
    those plz……thank u.

  • arpan

    yeah portbinding kaise bandh kya jaiga????????plz help karo,….thank you

  • arpan

    KYA BHAI KOHI BHI KUCH BATATE NEHI…HUMLOGO KA KAISE CHALEGA……KUCH TO HELP KARO…..AAP LOGO KA PAO PARTA HOON…..USAGE MANIPULATION KA KOHI TO UPAI BATAO…..MERA EMAIL HAI……arpan212006@gmail.com…………….plz help me…

  • Anonymous

    Earlier I was able to use this facility eaisly . .
    But now,
    firstly, Angary IP scanner shows port 80 open on all ips under scan?
    secondly, When i try to connect to any of these IPs . . it does not connects and after 2-3 tries the connection was reset appears on the browser window . . .
    Can U help me with this problem Prashant . . .

  • Anonymous

    what fucking port binding? BSNL sucks, its getting hammered by rookie hackers, this is an old trick, I know a fool proof trick to manipulate data usage limit, and I openly challenge if anyone could do this like me?? this blog sucks

  • shafiq

    hi yaar plz plz plz send me some broadband usernames and passwords
    to my email
    for god sake plz

    shafiqpatel@gmail.com

  • Anonymous

    No one can hack bsnl accounts now.I am the broaband area manager.Soon we will have 8mbps connections.PORT BINDING IN ALL CITIES NOW!
    Try and hack us!

  • arpan

    hello samsoft, u tld about new ideas……….what r those????? please share those……….thank you.

  • samsoft

    hai friends dont worry about that, for past 3 months i hacked the accouts it is working until the past week after but know bsnl had upgraded their network in such a way that accounts are port binded noe they are upgrading to all cities .so i will come up with new hacking idea in such a way that good result for all

  • Anonymous

    for gods sake remove this post, u cant post such a thing openly here in some blogs.. i hope u remove this very soon, before many come to know about this

  • Anonymous

    Thanks for this info , this is a major security laps in BSNL’s setup. If I can hack into your router , what’s going to stop me from doing anything else . Thankfully 90% of all ID’s are bound to the telephone number . There is a neat tool called
    ActMon Password Recovery XP . You just drag the cursor on the password field and it revels the password .
    http://www.actmon.com/password%2Drecovery/
    this is a major security laps . I have sent an email to all the hacked account holders asking them to disable the router remote administration , change the router password , disable DHCP and enable firewall on their router . BSNL WAKE UP !!!!!!!!! HOLY Smokes !!!!!!!!!

  • Anonymous

    Hi Prashant

    It’s so nice that i’m totally shocked. But i cant use that username id for accessing the internet, is their any trick for that.
    Thanks
    Regards
    Kashif

  • Anonymous

    hey prasshant..i tried doing all thhis but it didnt work…when i paste da ip address in da browser..it doesnt wrk…instead u send me sum usrnam n pwds on my mail id…surya_1079@yahoo.co.in…plzzzzzz
    thanku

  • mostwantedhaker

    HAKIN BSNL IS JUST A MYTH NOW
    Hey you all guyz freakin on to squeeze out bsnl, let me tell you one thing clean and clear that you cannot use others userid and password whereever BSNL has upgraded its network systems…………
    And as far as my awareness portbinding has totaly halted the misue of userid system…………
    moreover if you a get a user id pass of any person of the same domain you can still just spred it like a papparazi and could do nothing more…………
    yes you can do only one thing you can subscribe for games and services provided by the BSNL or its associates and there you can jot down the userid and pass of that haked account and the bill will be adjusted for the telephone that has been issued that userid and password………
    ENJOY….

    Kick the looserz man……

  • Anonymous

    I HAVE GOT THE USER NAME AND PASSWORDS BUT WHEN I CONNECT BY USING THEM IT GIVES ERROR 691:ACCESS DENIED BECAUSE USERNAME OR PASSWORD INVALID ON DOMAIN

    PLZ HELP ME FOR THIS

  • arpan

    Hi Prashant…..

    i m bsnl bb(rs.250 plan) user frm kolkata…..the problem is……..
    connections cant be done with my frnds id/pw(rs.250 plan) from my compu…….when they are offline……….my id/pw is working…….plz tell me the reason……i will be grtful to u…

  • sidhu

    hi frenz..
    plz help me !!! plz tell me how 2 use the RFC bridged mode??? n not being able 2 check my account usage n nor being able 2 change the password…wen i enter my id and passsword in dataone site..the next page doesnt open, it just displayz cannot find…however i use d same id and password 2 conect 2 d internet…plz help !!! my a/c has recently been hacked

  • Anonymous

    Hi friends,

    My friend in Guwahati got a whopping bill. His a/c usage is showing heavy downloads at odd hours. Obviously his a/c was hacked and misused.

    Is there a utility that can show the IP addresses of the usage? It will be very helpful to convince the BSNL folks of the a/c misuse.

    I wonder how they can allow user a/cs to be hacked. What if some anti-nationals were to use this hacking? Surely, there must be a way to track down the culprits.

    Best,

  • Anonymous

    Hahaaa…. what a bunch losers.. you guys are soooooo late into this shit.

    Why the hell do you think BSNL enabled port binding, cause they knew about these flaws, instead of worrying their customers about the security issues, they preferred to enable port binding on all broadband lines so that a particular connection works only for that respective line.

    So ya go ahead and take a “victims” ID and password, but dont forget to take his landline as well…. ROFL LMAO

    But this is just the tip of the ice berg…. there is a whole lot more loopholes in the system that you can imagine,…. keep trying kiddies…. hehe :) :)

  • varun

    hiee..
    i paste the ip address in browser
    but doesnt show any popup window..

  • MANI

    HEY I NEED A ID AND PASSWORD SOME ONE PLZ HELP ME????. PLZ MAIL IT TO mani_pcrom@yaho.co.in
    thank’s and regards,
    Manikandan.s
    :):):):):):):):):):)

  • Anonymous

    hey u havnt told how do i stop this i mean u said that “change the password of ur modem” but havnt told “procedure for changing d password”!! i search(google) a lot on this but not got anything!!

    plz tell me d procedure as well!!!!

    thanking u!!
    mail me on pagalmulgga@yahoo.com

  • Anonymous

    hey man i have founded various username and passwords but i am not able to log in from my connection plz hlp and also tell me is the trick still working at yanky_1586@indiatimes.com

  • Amarjit Singh

    And same is working for other ISP’s also.. like Airtel and sify as all the ISP set the ADSL router to default password which is a major security flaw.

  • Amarjit Singh

    Hi Parshant,

    Its working yaar…I have breaking into 8 boxes

    Its really a major security flaw in BSNL and we hv to spread this knowledge to all the BSNL users.