├── README.md ├── RouterScan.exe ├── RouterScan.log ├── auth_basic.txt ├── auth_digest.txt ├── auth_form.txt ├── config.ini ├── exclusions.txt ├── filter.txt ├── help ├── data │ ├── code.css │ ├── code.js │ ├── manual │ │ ├── menu_main.png │ │ ├── menu_table.png │ │ ├── window_columns.png │ │ ├── window_editrange.png │ │ ├── window_exclusions.png │ │ ├── window_filter.png │ │ ├── window_import_append.png │ │ ├── window_import_clear.png │ │ ├── window_main.png │ │ ├── window_settings_general.png │ │ ├── window_settings_http.png │ │ ├── window_settings_output.png │ │ ├── window_settings_portscan.png │ │ ├── window_settings_tweaks.png │ │ ├── window_upload.png │ │ └── window_wpspin.png │ ├── routers.js │ ├── stascorp_label.png │ ├── style.css │ └── tree.js ├── en │ ├── bottom.html │ ├── changelog.html │ ├── eula.html │ ├── exploits.html │ ├── faq.html │ ├── left.html │ ├── librouter │ │ ├── FreeRouter.html │ │ ├── GetModuleCount.html │ │ ├── GetModuleInfo.html │ │ ├── GetParam.html │ │ ├── Initialize.html │ │ ├── IsRouterStopping.html │ │ ├── ModuleDesc.html │ │ ├── PrepareRouter.html │ │ ├── ScanRouter.html │ │ ├── SetParam.html │ │ ├── SetTableData.html │ │ ├── StopRouter.html │ │ ├── SwitchModule.html │ │ ├── WriteLog.html │ │ └── index.html │ ├── main.html │ ├── manual │ │ ├── files.html │ │ ├── gui │ │ │ ├── winexclusions.html │ │ │ ├── winfilter.html │ │ │ ├── winmain.html │ │ │ ├── winsettings.html │ │ │ ├── winupload.html │ │ │ └── winwpspin.html │ │ ├── index.html │ │ └── iniconf.html │ ├── menu.js │ ├── sources.html │ ├── supported.html │ └── top.html ├── index_en.html ├── index_ru.html └── ru │ ├── changelog.html │ ├── eula.html │ ├── exploits.html │ ├── faq.html │ ├── left.html │ ├── librouter │ ├── FreeRouter.html │ ├── GetModuleCount.html │ ├── GetModuleInfo.html │ ├── GetParam.html │ ├── Initialize.html │ ├── IsRouterStopping.html │ ├── ModuleDesc.html │ ├── PrepareRouter.html │ ├── ScanRouter.html │ ├── SetParam.html │ ├── SetTableData.html │ ├── StopRouter.html │ ├── SwitchModule.html │ ├── WriteLog.html │ └── index.html │ ├── main.html │ ├── manual │ ├── files.html │ ├── gui │ │ ├── winexclusions.html │ │ ├── winfilter.html │ │ ├── winmain.html │ │ ├── winsettings.html │ │ ├── winupload.html │ │ └── winwpspin.html │ ├── index.html │ └── iniconf.html │ ├── menu.js │ ├── sources.html │ ├── supported.html │ └── top.html ├── libeay32.dll ├── librouter.dll ├── msvcr100.dll ├── pixiewps ├── 48-F8-B3-65-0E-C2.txt ├── 48-F8-B3-65-0E-C3.txt ├── 48-F8-B3-65-13-BC.txt ├── 48-F8-B3-65-13-BD.txt ├── 48-F8-B3-78-C4-AA.txt ├── 48-F8-B3-78-C4-AB.txt ├── 74-DA-DA-5D-A2-6D.txt ├── 84-16-F9-23-9E-70.txt ├── 84-1B-5E-37-B7-3C.txt ├── C8-B3-73-02-27-61.txt ├── E4-6F-13-02-85-E1.txt ├── LICENSE.md ├── README.md ├── pixiewps.exe └── pthreadGC2.dll ├── ports.txt ├── prerelease.7z ├── ranges.txt ├── src └── demoapp │ ├── LibRouter.pas │ ├── demo.dpr │ └── demo.exe ├── ssleay32.dll ├── wireless ├── 2018.12.30 00-00-51.txt ├── 2018.12.30 00-15-08.txt ├── 2018.12.30 00-15-33.txt ├── 2018.12.30 01-39-11.txt ├── 2018.12.30 02-01-42.txt ├── 2018.12.30 15-21-54.txt ├── 2018.12.31 16-31-47.txt ├── 2018.12.31 23-13-13.txt ├── 2019.01.06 22-05-24.txt ├── 2019.01.17 00-57-20.txt ├── 2019.01.17 01-18-24.txt ├── 2019.01.20 20-04-28.txt ├── 2019.02.09 17-26-01.txt ├── 2019.02.23 11-06-39.txt └── 2019.02.24 12-51-29.txt └── wlanpass.txt /README.md: -------------------------------------------------------------------------------- 1 | # How to use Router Scan 2 | 3 | [VIDEO](https://youtu.be/l6mBzICAX_A) 4 | -------------------------------------------------------------------------------- /RouterScan.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/RouterScan.exe -------------------------------------------------------------------------------- /RouterScan.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/RouterScan.log -------------------------------------------------------------------------------- /auth_basic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/auth_basic.txt -------------------------------------------------------------------------------- /auth_digest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/auth_digest.txt -------------------------------------------------------------------------------- /auth_form.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/auth_form.txt -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/config.ini -------------------------------------------------------------------------------- /exclusions.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /filter.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /help/data/code.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/code.css -------------------------------------------------------------------------------- /help/data/code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/code.js -------------------------------------------------------------------------------- /help/data/manual/menu_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/menu_main.png -------------------------------------------------------------------------------- /help/data/manual/menu_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/menu_table.png -------------------------------------------------------------------------------- /help/data/manual/window_columns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_columns.png -------------------------------------------------------------------------------- /help/data/manual/window_editrange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_editrange.png -------------------------------------------------------------------------------- /help/data/manual/window_exclusions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_exclusions.png -------------------------------------------------------------------------------- /help/data/manual/window_filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_filter.png -------------------------------------------------------------------------------- /help/data/manual/window_import_append.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_import_append.png -------------------------------------------------------------------------------- /help/data/manual/window_import_clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_import_clear.png -------------------------------------------------------------------------------- /help/data/manual/window_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_main.png -------------------------------------------------------------------------------- /help/data/manual/window_settings_general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_settings_general.png -------------------------------------------------------------------------------- /help/data/manual/window_settings_http.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_settings_http.png -------------------------------------------------------------------------------- /help/data/manual/window_settings_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_settings_output.png -------------------------------------------------------------------------------- /help/data/manual/window_settings_portscan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_settings_portscan.png -------------------------------------------------------------------------------- /help/data/manual/window_settings_tweaks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_settings_tweaks.png -------------------------------------------------------------------------------- /help/data/manual/window_upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_upload.png -------------------------------------------------------------------------------- /help/data/manual/window_wpspin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/manual/window_wpspin.png -------------------------------------------------------------------------------- /help/data/routers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/routers.js -------------------------------------------------------------------------------- /help/data/stascorp_label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/stascorp_label.png -------------------------------------------------------------------------------- /help/data/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/style.css -------------------------------------------------------------------------------- /help/data/tree.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/data/tree.js -------------------------------------------------------------------------------- /help/en/bottom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/bottom.html -------------------------------------------------------------------------------- /help/en/changelog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/changelog.html -------------------------------------------------------------------------------- /help/en/eula.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/eula.html -------------------------------------------------------------------------------- /help/en/exploits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/exploits.html -------------------------------------------------------------------------------- /help/en/faq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/faq.html -------------------------------------------------------------------------------- /help/en/left.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/left.html -------------------------------------------------------------------------------- /help/en/librouter/FreeRouter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/FreeRouter.html -------------------------------------------------------------------------------- /help/en/librouter/GetModuleCount.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/GetModuleCount.html -------------------------------------------------------------------------------- /help/en/librouter/GetModuleInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/GetModuleInfo.html -------------------------------------------------------------------------------- /help/en/librouter/GetParam.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/GetParam.html -------------------------------------------------------------------------------- /help/en/librouter/Initialize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/Initialize.html -------------------------------------------------------------------------------- /help/en/librouter/IsRouterStopping.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/IsRouterStopping.html -------------------------------------------------------------------------------- /help/en/librouter/ModuleDesc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/ModuleDesc.html -------------------------------------------------------------------------------- /help/en/librouter/PrepareRouter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/PrepareRouter.html -------------------------------------------------------------------------------- /help/en/librouter/ScanRouter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/ScanRouter.html -------------------------------------------------------------------------------- /help/en/librouter/SetParam.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/SetParam.html -------------------------------------------------------------------------------- /help/en/librouter/SetTableData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/SetTableData.html -------------------------------------------------------------------------------- /help/en/librouter/StopRouter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/StopRouter.html -------------------------------------------------------------------------------- /help/en/librouter/SwitchModule.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/SwitchModule.html -------------------------------------------------------------------------------- /help/en/librouter/WriteLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/WriteLog.html -------------------------------------------------------------------------------- /help/en/librouter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/librouter/index.html -------------------------------------------------------------------------------- /help/en/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/main.html -------------------------------------------------------------------------------- /help/en/manual/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/manual/files.html -------------------------------------------------------------------------------- /help/en/manual/gui/winexclusions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/manual/gui/winexclusions.html -------------------------------------------------------------------------------- /help/en/manual/gui/winfilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/manual/gui/winfilter.html -------------------------------------------------------------------------------- /help/en/manual/gui/winmain.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/manual/gui/winmain.html -------------------------------------------------------------------------------- /help/en/manual/gui/winsettings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/manual/gui/winsettings.html -------------------------------------------------------------------------------- /help/en/manual/gui/winupload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/manual/gui/winupload.html -------------------------------------------------------------------------------- /help/en/manual/gui/winwpspin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/manual/gui/winwpspin.html -------------------------------------------------------------------------------- /help/en/manual/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/manual/index.html -------------------------------------------------------------------------------- /help/en/manual/iniconf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/manual/iniconf.html -------------------------------------------------------------------------------- /help/en/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/menu.js -------------------------------------------------------------------------------- /help/en/sources.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/sources.html -------------------------------------------------------------------------------- /help/en/supported.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/supported.html -------------------------------------------------------------------------------- /help/en/top.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/en/top.html -------------------------------------------------------------------------------- /help/index_en.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/index_en.html -------------------------------------------------------------------------------- /help/index_ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/index_ru.html -------------------------------------------------------------------------------- /help/ru/changelog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/changelog.html -------------------------------------------------------------------------------- /help/ru/eula.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/eula.html -------------------------------------------------------------------------------- /help/ru/exploits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/exploits.html -------------------------------------------------------------------------------- /help/ru/faq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/faq.html -------------------------------------------------------------------------------- /help/ru/left.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/left.html -------------------------------------------------------------------------------- /help/ru/librouter/FreeRouter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/FreeRouter.html -------------------------------------------------------------------------------- /help/ru/librouter/GetModuleCount.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/GetModuleCount.html -------------------------------------------------------------------------------- /help/ru/librouter/GetModuleInfo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/GetModuleInfo.html -------------------------------------------------------------------------------- /help/ru/librouter/GetParam.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/GetParam.html -------------------------------------------------------------------------------- /help/ru/librouter/Initialize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/Initialize.html -------------------------------------------------------------------------------- /help/ru/librouter/IsRouterStopping.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/IsRouterStopping.html -------------------------------------------------------------------------------- /help/ru/librouter/ModuleDesc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/ModuleDesc.html -------------------------------------------------------------------------------- /help/ru/librouter/PrepareRouter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/PrepareRouter.html -------------------------------------------------------------------------------- /help/ru/librouter/ScanRouter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/ScanRouter.html -------------------------------------------------------------------------------- /help/ru/librouter/SetParam.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/SetParam.html -------------------------------------------------------------------------------- /help/ru/librouter/SetTableData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/SetTableData.html -------------------------------------------------------------------------------- /help/ru/librouter/StopRouter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/StopRouter.html -------------------------------------------------------------------------------- /help/ru/librouter/SwitchModule.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/SwitchModule.html -------------------------------------------------------------------------------- /help/ru/librouter/WriteLog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/WriteLog.html -------------------------------------------------------------------------------- /help/ru/librouter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/librouter/index.html -------------------------------------------------------------------------------- /help/ru/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/main.html -------------------------------------------------------------------------------- /help/ru/manual/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/manual/files.html -------------------------------------------------------------------------------- /help/ru/manual/gui/winexclusions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/manual/gui/winexclusions.html -------------------------------------------------------------------------------- /help/ru/manual/gui/winfilter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/manual/gui/winfilter.html -------------------------------------------------------------------------------- /help/ru/manual/gui/winmain.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/manual/gui/winmain.html -------------------------------------------------------------------------------- /help/ru/manual/gui/winsettings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/manual/gui/winsettings.html -------------------------------------------------------------------------------- /help/ru/manual/gui/winupload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/manual/gui/winupload.html -------------------------------------------------------------------------------- /help/ru/manual/gui/winwpspin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/manual/gui/winwpspin.html -------------------------------------------------------------------------------- /help/ru/manual/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/manual/index.html -------------------------------------------------------------------------------- /help/ru/manual/iniconf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/manual/iniconf.html -------------------------------------------------------------------------------- /help/ru/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/menu.js -------------------------------------------------------------------------------- /help/ru/sources.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/sources.html -------------------------------------------------------------------------------- /help/ru/supported.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/supported.html -------------------------------------------------------------------------------- /help/ru/top.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/help/ru/top.html -------------------------------------------------------------------------------- /libeay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/libeay32.dll -------------------------------------------------------------------------------- /librouter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/librouter.dll -------------------------------------------------------------------------------- /msvcr100.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/msvcr100.dll -------------------------------------------------------------------------------- /pixiewps/48-F8-B3-65-0E-C2.txt: -------------------------------------------------------------------------------- 1 | 2 | Pixiewps 1.4 3 | 4 | [-] WPS pin not found! 5 | 6 | [*] Time taken: 34 s 525 ms 7 | 8 | -------------------------------------------------------------------------------- /pixiewps/48-F8-B3-65-0E-C3.txt: -------------------------------------------------------------------------------- 1 | 2 | Pixiewps 1.4 3 | 4 | [-] WPS pin not found! 5 | 6 | [*] Time taken: 34 s 975 ms 7 | 8 | -------------------------------------------------------------------------------- /pixiewps/48-F8-B3-65-13-BC.txt: -------------------------------------------------------------------------------- 1 | 2 | Pixiewps 1.4 3 | 4 | [-] WPS pin not found! 5 | 6 | [*] Time taken: 34 s 905 ms 7 | 8 | -------------------------------------------------------------------------------- /pixiewps/48-F8-B3-65-13-BD.txt: -------------------------------------------------------------------------------- 1 | 2 | Pixiewps 1.4 3 | 4 | [-] WPS pin not found! 5 | 6 | [*] Time taken: 34 s 326 ms 7 | 8 | -------------------------------------------------------------------------------- /pixiewps/48-F8-B3-78-C4-AA.txt: -------------------------------------------------------------------------------- 1 | 2 | Pixiewps 1.4 3 | 4 | [-] WPS pin not found! 5 | 6 | [*] Time taken: 34 s 638 ms 7 | 8 | -------------------------------------------------------------------------------- /pixiewps/48-F8-B3-78-C4-AB.txt: -------------------------------------------------------------------------------- 1 | 2 | Pixiewps 1.4 3 | 4 | [-] WPS pin not found! 5 | 6 | [*] Time taken: 35 s 338 ms 7 | 8 | -------------------------------------------------------------------------------- /pixiewps/74-DA-DA-5D-A2-6D.txt: -------------------------------------------------------------------------------- 1 | 2 | Pixiewps 1.4 3 | 4 | [-] WPS pin not found! 5 | 6 | [*] Time taken: 34 s 909 ms 7 | 8 | -------------------------------------------------------------------------------- /pixiewps/84-16-F9-23-9E-70.txt: -------------------------------------------------------------------------------- 1 | 2 | Pixiewps 1.4 3 | 4 | [-] WPS pin not found! 5 | 6 | [*] Time taken: 36 s 879 ms 7 | 8 | -------------------------------------------------------------------------------- /pixiewps/84-1B-5E-37-B7-3C.txt: -------------------------------------------------------------------------------- 1 | 2 | Pixiewps 1.4 3 | 4 | [-] WPS pin not found! 5 | 6 | [*] Time taken: 34 s 280 ms 7 | 8 | -------------------------------------------------------------------------------- /pixiewps/C8-B3-73-02-27-61.txt: -------------------------------------------------------------------------------- 1 | 2 | Pixiewps 1.4 3 | 4 | [-] WPS pin not found! 5 | 6 | [*] Time taken: 35 s 256 ms 7 | 8 | -------------------------------------------------------------------------------- /pixiewps/E4-6F-13-02-85-E1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/pixiewps/E4-6F-13-02-85-E1.txt -------------------------------------------------------------------------------- /pixiewps/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/pixiewps/LICENSE.md -------------------------------------------------------------------------------- /pixiewps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/pixiewps/README.md -------------------------------------------------------------------------------- /pixiewps/pixiewps.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/pixiewps/pixiewps.exe -------------------------------------------------------------------------------- /pixiewps/pthreadGC2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/pixiewps/pthreadGC2.dll -------------------------------------------------------------------------------- /ports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/ports.txt -------------------------------------------------------------------------------- /prerelease.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/prerelease.7z -------------------------------------------------------------------------------- /ranges.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/ranges.txt -------------------------------------------------------------------------------- /src/demoapp/LibRouter.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/src/demoapp/LibRouter.pas -------------------------------------------------------------------------------- /src/demoapp/demo.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/src/demoapp/demo.dpr -------------------------------------------------------------------------------- /src/demoapp/demo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/src/demoapp/demo.exe -------------------------------------------------------------------------------- /ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/ssleay32.dll -------------------------------------------------------------------------------- /wireless/2018.12.30 00-00-51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2018.12.30 00-00-51.txt -------------------------------------------------------------------------------- /wireless/2018.12.30 00-15-08.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2018.12.30 00-15-08.txt -------------------------------------------------------------------------------- /wireless/2018.12.30 00-15-33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2018.12.30 00-15-33.txt -------------------------------------------------------------------------------- /wireless/2018.12.30 01-39-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2018.12.30 01-39-11.txt -------------------------------------------------------------------------------- /wireless/2018.12.30 02-01-42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2018.12.30 02-01-42.txt -------------------------------------------------------------------------------- /wireless/2018.12.30 15-21-54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2018.12.30 15-21-54.txt -------------------------------------------------------------------------------- /wireless/2018.12.31 16-31-47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2018.12.31 16-31-47.txt -------------------------------------------------------------------------------- /wireless/2018.12.31 23-13-13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2018.12.31 23-13-13.txt -------------------------------------------------------------------------------- /wireless/2019.01.06 22-05-24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2019.01.06 22-05-24.txt -------------------------------------------------------------------------------- /wireless/2019.01.17 00-57-20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2019.01.17 00-57-20.txt -------------------------------------------------------------------------------- /wireless/2019.01.17 01-18-24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2019.01.17 01-18-24.txt -------------------------------------------------------------------------------- /wireless/2019.01.20 20-04-28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2019.01.20 20-04-28.txt -------------------------------------------------------------------------------- /wireless/2019.02.09 17-26-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2019.02.09 17-26-01.txt -------------------------------------------------------------------------------- /wireless/2019.02.23 11-06-39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2019.02.23 11-06-39.txt -------------------------------------------------------------------------------- /wireless/2019.02.24 12-51-29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wireless/2019.02.24 12-51-29.txt -------------------------------------------------------------------------------- /wlanpass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafashykh/router-scan/HEAD/wlanpass.txt --------------------------------------------------------------------------------