diff --git a/phyPswdGet.py b/phyPswdGet.py
deleted file mode 100644
index 17d958aa93c5db4d96363ccac62e8664e854ff0f..0000000000000000000000000000000000000000
--- 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