All Projects → SadeghHayeri → Mili

SadeghHayeri / Mili

Licence: gpl-2.0
Mili is an open source tool for auto login hotspot pages! (MacOS + Linux)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Mili

Upribox
Usable Privacy Box
Stars: ✭ 153 (-5.56%)
Mutual labels:  wifi-hotspot
Wififlutter
Plugin Flutter which can handle WiFi connections (AP, STA)
Stars: ✭ 142 (-12.35%)
Mutual labels:  wifi-hotspot
Linux Router
Set Linux as router in one command. Support Internet sharing, redsocks, Wifi hotspot, IPv6. Can also be used for routing VM/containers
Stars: ✭ 129 (-20.37%)
Mutual labels:  wifi-hotspot
Tortipi
Tor based Raspberry π hotspot
Stars: ✭ 76 (-53.09%)
Mutual labels:  wifi-hotspot
Virtualrouter
Original, open source Wifi Hotspot for Windows 7, 8.x and Server 2012 and newer
Stars: ✭ 53 (-67.28%)
Mutual labels:  wifi-hotspot
Hostapd
Script for compiling, patching and packing hostapd from sources
Stars: ✭ 36 (-77.78%)
Mutual labels:  wifi-hotspot
Wifi Connect
Easy WiFi setup for Linux devices from your mobile phone or laptop
Stars: ✭ 883 (+445.06%)
Mutual labels:  wifi-hotspot
Raspberry Pi Turnkey
How to make a Raspberry Pi image that can be deployed anywhere and assigned to a WiFi network without SSH 👌
Stars: ✭ 682 (+320.99%)
Mutual labels:  wifi-hotspot
Wifiutils
Easily Connect to WiFi Networks
Stars: ✭ 449 (+177.16%)
Mutual labels:  wifi-hotspot
Linux Wifi Hotspot
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
Stars: ✭ 434 (+167.9%)
Mutual labels:  wifi-hotspot
Daloradius
daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, a billing engine and integrates with GoogleMaps for geo-locating.
Stars: ✭ 368 (+127.16%)
Mutual labels:  wifi-hotspot
Kupiki Hotspot Script
Create automatically a full Wifi Hotspot on Raspberry Pi including a Captive Portal
Stars: ✭ 265 (+63.58%)
Mutual labels:  wifi-hotspot
wifi-connect
Easy WiFi setup for Linux devices from your mobile phone or laptop
Stars: ✭ 1,043 (+543.83%)
Mutual labels:  wifi-hotspot
espresso-portal
FreeWifi PHP Portal for ubiquiti controller
Stars: ✭ 40 (-75.31%)
Mutual labels:  wifi-hotspot
anon-hotspot
On demand Debian Linux (Tor) Hotspot setup tool
Stars: ✭ 34 (-79.01%)
Mutual labels:  wifi-hotspot
pyaccesspoint
Package to manage accesspoint on linux
Stars: ✭ 25 (-84.57%)
Mutual labels:  wifi-hotspot
Easy-HotSpot
Easy HotSpot is a super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices. Voucher printing in 6 ready made templates are available. Can be installed in any PHP/MySql enabled servers locally or in Internet web servers. Uses the PHP PEAR2 API Client by boenrobot.
Stars: ✭ 45 (-72.22%)
Mutual labels:  wifi-hotspot
pifi
A headless wifi provisioning system.
Stars: ✭ 40 (-75.31%)
Mutual labels:  wifi-hotspot
Openwisp Radius
Administration web interface and REST API for freeradius 3 build in django & python. Supports captive portal authentication, WPA Enerprise (802.1x), freeradius rlm_rest, social login, Hotspot 2.0 / 802.11u, importing users from CSV, registration of new users and more.
Stars: ✭ 206 (+27.16%)
Mutual labels:  wifi-hotspot
Sharethem
File Sharing & Transfer made a lot easier
Stars: ✭ 181 (+11.73%)
Mutual labels:  wifi-hotspot

Mili - Hotspot Auto login Script

mili logo

Never see login pages again!

Mili is an open source tool for auto login hotspot pages. if you are tired of inserting username and password for internet access, Mili is your friend!

Every time you connect to a new WiFi, Mili checks Mikrotik services and try to login.

mili notify

In addition, you can set more than one login info (for example your close friend password) for Mili. every time Mili tries to use a random user! (yes! you can set share percentage too)

Example:

"login_information" : [
		{
			"username": "USER 1",
			"password": "PASS 1",
			"share": 5
		},
		{
			"username": "USER 2",
			"password": "PASS 2",
			"share": 1
		},
	]

Installation

git clone https://github.com/SadeghHayeri/Mili.git
cd Mili/scripts
./install.sh

mili config
MacOnly (disable captive popup page)

this is optional (Note: disabling SIP is unsafe. enable it immediately after rename captive network.)

  1. Restart your Mac.
  2. Before OS X starts up, hold down Command-R and keep it held down until you see an Apple icon and a progress bar. Release. This boots you into Recovery.
  3. From the Utilities menu, select Terminal.
  4. At the prompt type exactly the following and then press Return: csrutil disable
  5. Terminal should display a message that SIP was disabled.
  6. In the Finder, select Go > Go To Folder.
  7. Enter /System/Library/CoreServices and hit return.
  8. Find Captive Network Assistant, click it, and rename it with an extra word, like Captive Network Assistant Do Not Launch and press return.
  9. Enter your password when prompted to make the change.
  10. From the  menu, select Restart.

Usage

Init/change configs
mili config
Check and login
mili
Force login
mili login
Login with specific user (Password must be saved beforehand)
mili login <UserName>
Status
mili status
Logout
mili logout
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].