mirror of https://github.com/n1nj4sec/pupy.git
Fix
This commit is contained in:
parent
9b81bbfee1
commit
96ff38e523
|
@ -4,7 +4,7 @@ from netaddr import *
|
|||
|
||||
__class_name__="Shares"
|
||||
|
||||
@config(category="admin", compat="windows")
|
||||
@config(category="admin", compat=["windows", "linux"])
|
||||
class Shares(PupyModule):
|
||||
""" List local and remote shared folder and permission """
|
||||
|
||||
|
|
Loading…
Reference in New Issue