Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/I2rys/LSWLB
Blazing fast Linksys Smart Wi-Fi login bruteforcer.
https://github.com/I2rys/LSWLB
i2rys linksys-login-bruteforcer linksys-smart-login-bruteforcer lswlb
Last synced: about 1 month ago
JSON representation
Blazing fast Linksys Smart Wi-Fi login bruteforcer.
- Host: GitHub
- URL: https://github.com/I2rys/LSWLB
- Owner: I2rys
- License: mit
- Created: 2021-11-07T10:38:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-03T12:45:52.000Z (over 2 years ago)
- Last Synced: 2024-08-02T05:21:10.279Z (4 months ago)
- Topics: i2rys, linksys-login-bruteforcer, linksys-smart-login-bruteforcer, lswlb
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - LSWLB - Blazing fast Linksys Smart Wi-Fi login bruteforcer. (JavaScript)
README
# LSWLB
Blazing fast Linksys Smart Wi-Fi login bruteforcer.## Installation
Github:
```
git clone https://github.com/I2rys/LSWLB
```NpmJS:
```
npm i request-async fs
```## Usage
```
node index.js
```+ url - The url of the Linksys Smart Wi-Fi login page.
+ username - The username of the admin.
+ dictionary - The passwords to use for bruteforcing.## Note
If you don't know how to get the admin username. Go to the login page then open Inspect and go to Network, now find "Access Router" in the login page below it type a random word then click "Sign In", find a sent request that has "/JNAP/" in It's link now find "X-JNAP-Authorization" in the request headers of the sent request get the value then decode it using a Base64 decoder then before the : is the admin username.## License
MIT © I2rys