removing unused dependency

This commit is contained in:
n1nj4sec 2016-09-27 21:21:49 +02:00
parent 6c55e107d6
commit 13c7eb39b0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Code modified from the awesome tool CrackMapExec: /cme/spider/smbspider.py
# Thank you to byt3bl33d3r for its work
from pupylib.PupyModule import *
from netaddr import *
#from netaddr import *
__class_name__="SMBSpider"