Skip to content

Instantly share code, notes, and snippets.

View cauefcr's full-sized avatar

Cauê Felchar cauefcr

View GitHub Profile
@cauefcr
cauefcr / loginUTFPR.py
Last active June 17, 2016 11:26 — forked from magnuspedro/loginUTFPR.py
Auto Login UTFPR
#!/usr/bin/python3
import requests,re,getpass,sys,base64,logging
logging.captureWarnings(True)
requests.packages.urllib3.disable_warnings()
url_utf = "https://1.1.1.1/login.html"
def login(ra,senha):
global dbg