Skip to content
Snippets Groups Projects
Commit 67717d50 authored by Recolic Keghart's avatar Recolic Keghart Committed by GitHub
Browse files

Delete phyPswdGet.py

Here's an undone program...... Forgot to kill it,
parent 95666e34
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