Skip to content
Snippets Groups Projects
Commit 92cc8470 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

Merge branch 'master' of github.com:recolic/phy-exp

parents bb78f168 67717d50
No related branches found
No related tags found
No related merge requests found
#!/bin/env python3
# -*- coding: UTF-8 -*-
# Scan password and personal information.
import urllib.parse, urllib.request
import sys
def doTest(sid):
return (True, 'cookie')
def grepPriv(sid, cookie):
print('Name:... Sid:...')
for sid in range(201610001, 201617174):
bSuccess, cookie = doTest(sid)[0]
if bSuccess:
grepPriv()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment