From 67717d507162c6212e3948a9d50a1fae1b50122a Mon Sep 17 00:00:00 2001 From: Recolic Keghart <recolic@users.noreply.github.com> Date: Mon, 29 May 2017 01:35:54 +0800 Subject: [PATCH] Delete phyPswdGet.py Here's an undone program...... Forgot to kill it, --- phyPswdGet.py | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 phyPswdGet.py diff --git a/phyPswdGet.py b/phyPswdGet.py deleted file mode 100644 index 17d958a..0000000 --- a/phyPswdGet.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/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 -- GitLab