Skip to content

jeushi/suckmycox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

SuckMyCox ;)

Tiny script to spoof your MAC to extend free WiFi duration, specifically Cox although it should work with other similar connections.

⚠️ THIS SCRIPT HAS ONLY BEEN TESTED WITH WIFI ⚠️

Installation

Before installing ensure you have both OpenSSL and NMCLI before proceeding as the script does not work otherwise.

Make sure ~/.local/bin has been added to your paths before installing or change it to a location in your path.

curl

curl -o ~/.local/bin/suckmycox https://raw.githubusercontent.com/jeushi/suckmycox/refs/heads/main/suckmycox && chmod +x ~/.local/bin/suckmycox

wget

wget -O ~/.local/bin/suckmycox https://raw.githubusercontent.com/jeushi/suckmycox/refs/heads/main/suckmycox && chmod +x ~/.local/bin/suckmycox

Usage

You can find the list of available devices by running nmcli dev status

Normal

Command usage for when the targetted network is 'CoxWiFi'

suckmycox [Device Name]

Optional

Command usage for when the targetted network is a network other than 'CoxWiFi'

suckmycox [Device Name] [SSID]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages