From e354bef6bea51b16c88ef40245a8463ff9355421 Mon Sep 17 00:00:00 2001 From: acevest Date: Mon, 1 Aug 2016 12:56:32 +0800 Subject: [PATCH] ... --- tools/hack/fuck.txt | 0 tools/hack/sqlinject.py | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 tools/hack/fuck.txt diff --git a/tools/hack/fuck.txt b/tools/hack/fuck.txt new file mode 100644 index 0000000..e69de29 diff --git a/tools/hack/sqlinject.py b/tools/hack/sqlinject.py index d252417..ef167e6 100755 --- a/tools/hack/sqlinject.py +++ b/tools/hack/sqlinject.py @@ -18,6 +18,8 @@ gArgs = None def IsErrPage(html) : + print("Need to Rewrite The IsErrPage Function") + sys.exit() lines = html.splitlines() if len(lines) > 0 : #print lines[1] -- 2.44.0