Skip to content
forked from XLAR-8/LogMeIn

A python based script which uses socket and mechenize to log you into your firewall authentication page.

Notifications You must be signed in to change notification settings

llsagarll/LogMeIn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRs Welcome

LogMeIn

A python based script which uses socket and mechenize to log you into your firewall authentication page.

Installation - Linux

In case you dont have git-cli:

sudo apt install git

Clone the repo :

git clone https://github.com/Pranav-Bhaskar/LogMeIn.git

Open the directory :

cd LogMeIn

Give Permitions:

sudo chmod 777 install

Give installation command :

sudo ./install

Installation - Windows

First install python2.7 from here.

While installing ensure that it is installed in C:\python27\.

Download zip from here.

Double click on win_install.bat

Open your CMD and type the following :

C:\python27\pyton.exe -m pip --upgrade pip

and then to install mechenize

C:\python27\pyton.exe -m pip --upgrade mechenize

Usage

This code will auto execute every time you connect to a new network.

If it fails to do so, to login just enter this in your terminal :

logmein

About

A python based script which uses socket and mechenize to log you into your firewall authentication page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.9%
  • Batchfile 21.7%
  • Shell 21.4%