Skip to content

Commit

Permalink
adding missing netaddr import
Browse files Browse the repository at this point in the history
  • Loading branch information
n1nj4sec committed Sep 28, 2016
1 parent 9fe09f7 commit cf37934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pupy/modules/smbspider.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Thank you to byt3bl33d3r for its work
from pupylib.PupyModule import *
#from netaddr import *

from netaddr import *
__class_name__="SMBSpider"

@config(cat="admin")
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pefile
pyyaml
image
rsa
netaddr

0 comments on commit cf37934

Please sign in to comment.