mirror of https://github.com/n1nj4sec/pupy.git
fix netcreds imports
This commit is contained in:
parent
4a1d593553
commit
d98c86d39d
|
@ -15,7 +15,7 @@ class NetCreds(PupyModule):
|
|||
"""
|
||||
daemon=True
|
||||
unique_instance=True
|
||||
dependencies=['scapy']
|
||||
dependencies=['scapy', 'gzip', 'BaseHTTPServer']
|
||||
|
||||
def init_argparse(self):
|
||||
self.arg_parser = PupyArgumentParser(prog='netcreds', description=self.__doc__)
|
||||
|
@ -65,4 +65,4 @@ class NetCreds(PupyModule):
|
|||
if stop:
|
||||
self.success("Network credentials sniffer is stopped")
|
||||
else:
|
||||
self.error("Network credentials sniffer has not been started yet")
|
||||
self.error("Network credentials sniffer has not been started yet")
|
||||
|
|
Loading…
Reference in New Issue