Skip to content

LowSkillDeveloper/3WiFiLocator-Unofficial

 
 

Repository files navigation

Unofficial 3WiFi Locator v2 for Android

This is a new version of 3wifi locator, which is based on the version from drygdryg.

Note

The changelog contains only information about the changes that I made myself in version of locator by drygdryg. The original drygdryg version repository has been removed.

Changelog

Descriptions and instructions for my added new functions can be found on the Wiki Github page: https://github.com/LowSkillDeveloper/3WiFiLocator-Unofficial/wiki

Added Features:

  • Added ability to view saved passwords on your phone (root only)
  • Added Connection via WPS button
  • Added the ability to connect to the 3wifi server directly by IP address (No longer need a proxy server for redirection)
  • Server list URLs in the start menu.
    • Functionality to load server list from online sources (working mirrors or proxy servers).
  • Display of 3WiFi API keys with the ability to copy them.
  • Dark theme and option to switch to it.
  • Added double scanning feature to get more networks (It does two scans in a row with an interval of 4 seconds and then merges it into one list.)
  • Offline vendor database from "Wps Wpa Tester" app.
  • Added history of data founded in 3wifi for networks you scanned. (Local database in the application, where the networks saves when you found data in 3wifi)
    • Added import and export of local database in .json file
    • Added import and export in .csv file
    • Manually adding wifi to the database
    • Import txt file from RouterScan to local DB (or myuploads.txt from 3wifi)
    • Added ability to backup SQLite file and restore database from it.
  • Added links to the start menu
  • Added a local database search button next to the search button in the online 3wifi database
  • Added the ability to download wpspin.html to the phone
  • Added caching of wps pin code data from the 3wifi server (reduces the load on the server and makes offline re-viewing available)
  • Added the ability to login using only the API key
  • Ability to open 3wifi website in WebView
  • Added the ability to manually search by BSSID in the 3WiFi database
  • Added the ability to manually search by ESSID in the 3WiFi database
  • Added WPS connection via Root
  • Added button to display Wi-Fi point location on Google Map if coordinates are returned by server.

Updated Features:

  • Offline mode button.
  • Upgraded the SDK version
  • In network security definition, WPA3 definition has been added
  • Feature for checking application updates.
  • Latest wpspin.html from 3WiFi.
  • Local pin.db updated to the 2024 version from "Wps Wpa Tester" (includes 2000 new pins).
  • Update some libraries.
  • Added more buttons for logging out of your account
  • Updated the way to grant permissions due to the requirements of the new SDK
  • Optimization of wps pin generation initialization (Now PIN code generation loads faster.)
  • Minor updates to the section with detailed information about the network

Fixed Issues:

  • Getting online vendor information from wpsfinder.
  • Remade some hardcoded lines
  • Visibility of some objects
  • Fixed a crash when switching passwords (The problem exists in all versions from drygdryg, which migrated from java to kotlin, but I no longer have it)
  • Fixed the message "this app was built for an older version of android" (If Android is 13 or higher, the message still appears, it will not appear until version 13 of Android)
  • Fixed black bars at the top and bottom of the application
  • Fixed offline wps generation from wpspin.html file (The problem exists in all versions from drygdryg, which migrated from java to kotlin, but I no longer have it)
  • Fixed Error when trying to save an empty network profile after checking in the database
  • Added multidex to the application because the application hit the limit of methods.
  • Fixed WPS connection without root permissions.
  • Fixed overlap of the last item in Wi-Fi networks list.
  • Fixed crash when clicking on a list item after searching in local database.
  • Fixed adding server URL with '/' at the end.

Screenshots

Скриншот 1 Скриншот 2 Скриншот 3
Скриншот 4 Скриншот 6 Скриншот 7
Скриншот 8 Скриншот 9 Скриншот 10
Скриншот 11 Скриншот 12 Скриншот 13
Скриншот 4
------------------

drygdryg version of Locator (abandoned and deleted): https://github.com/drygdryg/WiFiPasswordSearcher

Original locator source (abandoned): https://github.com/FusixGit/WiFiPasswordSearcher

3WIFI source: https://github.com/binarymaster/3WiFi

ROOT version of Locator (abandoned): https://github.com/LowSkillDeveloper/Root-3WiFiLocator-Unofficial