From 50b12f1ddd1d0dd733f32912bcf6638d8e16fdef Mon Sep 17 00:00:00 2001 From: aman6525 <44029431+aman6525@users.noreply.github.com> Date: Thu, 15 Oct 2020 16:55:19 +0530 Subject: [PATCH] Update poc.py --- poc.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/poc.py b/poc.py index d21a240..7341790 100644 --- a/poc.py +++ b/poc.py @@ -1,8 +1,10 @@ #Required modules - -import sys -import urllib.request -import os +try: + import sys + import urllib.request + import os +except: + print("[+] module not found [+]") #url for testing = http://testphp.vulnweb.com/listproducts.php?cat=1