Results 1 to 16 of 16

Thread: How to get dial up password?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92

    How to get dial up password?

    Whats the API to list dial up connections and their passwords?

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: How to get dial up password?

    Why do you want this? You could always show the dial-up dialog...


    Has someone helped you? Then you can Rate their helpful post.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92

    Re: How to get dial up password?

    Quote Originally Posted by manavo11
    Why do you want this? You could always show the dial-up dialog...
    I want this because I forgot the password, it is saved though, therefore, I can connect... but sooner or later I'll need the password.

  4. #4
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: How to get dial up password?

    If you have forgotten your password you should contact your ISP.


    Has someone helped you? Then you can Rate their helpful post.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92

    Re: How to get dial up password?

    Quote Originally Posted by manavo11
    If you have forgotten your password you should contact your ISP.
    Nonetheless, it will be handy tool. DUN password grabbers are available on the net, but most of them come with backdoors some sort of.

    Is there a way to hook into a DUN pass grabber to see what API it is calling?

  6. #6
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: How to get dial up password?

    Have a look at this, it may help:

    http://www.planet-source-code.com/vb...55965&lngWId=1

    Cheers,

    RyanJ
    My Blog.

    Ryan Jones.

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: How to get dial up password?

    Quote Originally Posted by XfoxX
    I want this because I forgot the password, it is saved though, therefore, I can connect... but sooner or later I'll need the password.
    Whats the big deal about contacting your ISP for the password? This doesnt sound legitimate to me. Sounds like something malicious.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #8
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: How to get dial up password?

    Quote Originally Posted by RobDog888
    Whats the big deal about contacting your ISP for the password? This doesnt sound legitimate to me. Sounds like something malicious.


    Hmm, come to think of it yes it does...


    Cheers,

    RyanJ
    My Blog.

    Ryan Jones.

  9. #9
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: How to get dial up password?

    Not to mention that once you are logged in, you can go to their webpage, and change the password yourself. Most password maintenance is automated nowadays.

  10. #10
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: How to get dial up password?

    Quote Originally Posted by dglienna
    Not to mention that once you are logged in, you can go to their webpage, and change the password yourself. Most password maintenance is automated nowadays.

    You can even get those * unmaskers too - if the password is saved they can reveal it


    Cheers,

    RyanJ
    My Blog.

    Ryan Jones.

  11. #11

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92

    Re: How to get dial up password?

    Quote Originally Posted by RobDog888
    Whats the big deal about contacting your ISP for the password? This doesnt sound legitimate to me. Sounds like something malicious.
    First of all, as I said it is a handy tool, it saves time contacting the ISP whenever a person forgets or loses the password.

    Second, if it was for malicious purposes, there are already enough tools available for that, just google for password grabbers. However, most of them have some sort of backdoors and I don't want to run a program on my PC with a backdoor.

    Third, since win2k Microsoft has changed the security model for RAS. The API to grab the DUN password only works in Admin account.

    Lastly, it is not right to jump to conclusions and accuse people of something malicious without full knowledge

    Quote Originally Posted by dglienna
    Not to mention that once you are logged in, you can go to their webpage, and change the password yourself.
    With my ISP it doesn't work like that. On their site, I've to use the password again to sign in.

    Anyhow, PSC example have solved my problem thanks.

  12. #12
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: How to get dial up password?

    Quote Originally Posted by XfoxX
    Third, since win2k Microsoft has changed the security model for RAS. The API to grab the DUN password only works in Admin account.
    That shouldn't be a problem for you...

    Quote Originally Posted by XfoxX
    Lastly, it is not right to jump to conclusions and accuse people of something malicious without full knowledge
    No one is accusing. However, since you admit yourself that programs like this exist, we should at least try to be sure that you aren't trying to make something like this since there is a possibility.


    Has someone helped you? Then you can Rate their helpful post.

  13. #13

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    fl
    Posts
    92

    Re: How to get dial up password?

    Quote Originally Posted by XfoxX
    Third, since win2k Microsoft has changed the security model for RAS. The API to grab the DUN password only works in Admin account.
    Quote Originally Posted by manavo11
    That shouldn't be a problem for you...
    I don't know what you meant by the last comment. I mean, the RAS API example given by sciguyryan only works in the Admin account, therefore, it is not exactly a security threat.

  14. #14
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: How to get dial up password?

    Quote Originally Posted by XfoxX
    I don't know what you meant by the last comment. I mean, the RAS API example given by sciguyryan only works in the Admin account, therefore, it is not exactly a security threat.

    Yes, that is true - it will not work on any other account level than the admin


    Cheers,

    RyanJ
    My Blog.

    Ryan Jones.

  15. #15
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: How to get dial up password?

    Sorry, I missuderstood your comment But still, it could be used for malicious purposes even if it only works in the admin account. Anyway...


    Has someone helped you? Then you can Rate their helpful post.

  16. #16
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: How to get dial up password?

    Quote Originally Posted by XfoxX
    ...Lastly, it is not right to jump to conclusions and accuse people of something malicious without full knowledge
    Nobody is accusing you of anything, only stating an opinion of how it looks to me. You havent replied in a while so
    we could not get any more input from you. This is a shady subject so questions are only going to come along naturally.

    No offense ment.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width