pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   nikita
Date:           Thu Apr 30 12:17:33 UTC 2020

Modified Files:
        pkgsrc/net: Makefile
Added Files:
        pkgsrc/net/py-impacket: DESCR Makefile PLIST distinfo

Log Message:
py-impacket: Import from wip (packaged by wiz, updated by nikita)

Impacket is a collection of Python classes for working with network
protocols. Impacket is mostly focused on providing low-level
programmatic access to the packets, however some protocols (for
instance NMB and SMB) are implemented in a higher level as a
foundation for other protocols. Packets can be constructed from
scratch, as well as parsed from raw data, and the object oriented
API makes it simple to work with deep hierarchies of protocols.

Impacket is most useful when used together with a packet capture
utility or package such as Pcapy, an object oriented Python extension
for capturing network packets.


To generate a diff of this commit:
cvs rdiff -u -r1.1325 -r1.1326 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-impacket/DESCR \
    pkgsrc/net/py-impacket/Makefile pkgsrc/net/py-impacket/PLIST \
    pkgsrc/net/py-impacket/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1325 pkgsrc/net/Makefile:1.1326
--- pkgsrc/net/Makefile:1.1325  Thu Apr 30 12:05:41 2020
+++ pkgsrc/net/Makefile Thu Apr 30 12:17:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1325 2020/04/30 12:05:41 nikita Exp $
+# $NetBSD: Makefile,v 1.1326 2020/04/30 12:17:33 nikita Exp $
 #
 
 COMMENT=       Networking tools
@@ -686,6 +686,7 @@ SUBDIR+=    py-gsutil
 SUBDIR+=       py-hatop
 SUBDIR+=       py-hpack
 SUBDIR+=       py-ifaddr
+SUBDIR+=       py-impacket
 SUBDIR+=       py-ipaddress
 SUBDIR+=       py-irclib
 SUBDIR+=       py-junos-eznc

Added files:

Index: pkgsrc/net/py-impacket/DESCR
diff -u /dev/null pkgsrc/net/py-impacket/DESCR:1.1
--- /dev/null   Thu Apr 30 12:17:33 2020
+++ pkgsrc/net/py-impacket/DESCR        Thu Apr 30 12:17:33 2020
@@ -0,0 +1,11 @@
+Impacket is a collection of Python classes for working with network
+protocols. Impacket is mostly focused on providing low-level
+programmatic access to the packets, however some protocols (for
+instance NMB and SMB) are implemented in a higher level as a
+foundation for other protocols. Packets can be constructed from
+scratch, as well as parsed from raw data, and the object oriented
+API makes it simple to work with deep hierarchies of protocols.
+
+Impacket is most useful when used together with a packet capture
+utility or package such as Pcapy, an object oriented Python extension
+for capturing network packets.
Index: pkgsrc/net/py-impacket/Makefile
diff -u /dev/null pkgsrc/net/py-impacket/Makefile:1.1
--- /dev/null   Thu Apr 30 12:17:33 2020
+++ pkgsrc/net/py-impacket/Makefile     Thu Apr 30 12:17:33 2020
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2020/04/30 12:17:33 nikita Exp $
+
+DISTNAME=      impacket-0.9.21
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=i/impacket/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.secureauth.com/labs/open-source-tools/impacket
+COMMENT=       Collection of Python classes for working with network protocols
+LICENSE=       apache-1.1
+
+DEPENDS+=      ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1
+DEPENDS+=      ${PYPKGPREFIX}-cryptodomex-[0-9]*:../../security/py-cryptodomex
+DEPENDS+=      ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
+DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-ldap3-[0-9]*:../../databases/py-ldap3
+DEPENDS+=      ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask
+DEPENDS+=      ${PYPKGPREFIX}-ldapdomaindump-[0-9]*:../../net/py-ldapdomaindump
+
+# \todo: tests want ldap3==2.5.1, we have 2.7.x
+TEST_DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-impacket/PLIST
diff -u /dev/null pkgsrc/net/py-impacket/PLIST:1.1
--- /dev/null   Thu Apr 30 12:17:33 2020
+++ pkgsrc/net/py-impacket/PLIST        Thu Apr 30 12:17:33 2020
@@ -0,0 +1,440 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/30 12:17:33 nikita Exp $
+bin/GetADUsers.py
+bin/GetNPUsers.py
+bin/GetUserSPNs.py
+bin/addcomputer.py
+bin/atexec.py
+bin/dcomexec.py
+bin/dpapi.py
+bin/esentutl.py
+bin/findDelegation.py
+bin/getArch.py
+bin/getPac.py
+bin/getST.py
+bin/getTGT.py
+bin/goldenPac.py
+bin/ifmap.py
+bin/karmaSMB.py
+bin/kintercept.py
+bin/lookupsid.py
+bin/mimikatz.py
+bin/mqtt_check.py
+bin/mssqlclient.py
+bin/mssqlinstance.py
+bin/netview.py
+bin/nmapAnswerMachine.py
+bin/ntfs-read.py
+bin/ntlmrelayx.py
+bin/opdump.py
+bin/ping.py
+bin/ping6.py
+bin/psexec.py
+bin/raiseChild.py
+bin/rdp_check.py
+bin/reg.py
+bin/registry-read.py
+bin/rpcdump.py
+bin/sambaPipe.py
+bin/samrdump.py
+bin/secretsdump.py
+bin/services.py
+bin/smbclient.py
+bin/smbexec.py
+bin/smbrelayx.py
+bin/smbserver.py
+bin/sniff.py
+bin/sniffer.py
+bin/split.py
+bin/ticketConverter.py
+bin/ticketer.py
+bin/wmiexec.py
+bin/wmipersist.py
+bin/wmiquery.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/impacket/Dot11Crypto.py
+${PYSITELIB}/impacket/Dot11KeyManager.py
+${PYSITELIB}/impacket/ICMP6.py
+${PYSITELIB}/impacket/IP6.py
+${PYSITELIB}/impacket/IP6_Address.py
+${PYSITELIB}/impacket/IP6_Extension_Headers.py
+${PYSITELIB}/impacket/ImpactDecoder.py
+${PYSITELIB}/impacket/ImpactPacket.py
+${PYSITELIB}/impacket/NDP.py
+${PYSITELIB}/impacket/__init__.py
+${PYSITELIB}/impacket/Dot11Crypto.pyo
+${PYSITELIB}/impacket/Dot11Crypto.pyc
+${PYSITELIB}/impacket/Dot11KeyManager.pyo
+${PYSITELIB}/impacket/Dot11KeyManager.pyc
+${PYSITELIB}/impacket/ICMP6.pyo
+${PYSITELIB}/impacket/ICMP6.pyc
+${PYSITELIB}/impacket/IP6.pyo
+${PYSITELIB}/impacket/IP6.pyc
+${PYSITELIB}/impacket/IP6_Address.pyo
+${PYSITELIB}/impacket/IP6_Address.pyc
+${PYSITELIB}/impacket/IP6_Extension_Headers.pyo
+${PYSITELIB}/impacket/IP6_Extension_Headers.pyc
+${PYSITELIB}/impacket/ImpactDecoder.pyo
+${PYSITELIB}/impacket/ImpactDecoder.pyc
+${PYSITELIB}/impacket/ImpactPacket.pyo
+${PYSITELIB}/impacket/ImpactPacket.pyc
+${PYSITELIB}/impacket/NDP.pyo
+${PYSITELIB}/impacket/NDP.pyc
+${PYSITELIB}/impacket/__init__.pyo
+${PYSITELIB}/impacket/__init__.pyc
+${PYSITELIB}/impacket/cdp.pyo
+${PYSITELIB}/impacket/cdp.pyc
+${PYSITELIB}/impacket/crypto.pyo
+${PYSITELIB}/impacket/crypto.pyc
+${PYSITELIB}/impacket/dhcp.pyo
+${PYSITELIB}/impacket/dhcp.pyc
+${PYSITELIB}/impacket/dns.pyo
+${PYSITELIB}/impacket/dns.pyc
+${PYSITELIB}/impacket/dot11.pyo
+${PYSITELIB}/impacket/dot11.pyc
+${PYSITELIB}/impacket/dpapi.pyo
+${PYSITELIB}/impacket/dpapi.pyc
+${PYSITELIB}/impacket/eap.pyo
+${PYSITELIB}/impacket/eap.pyc
+${PYSITELIB}/impacket/ese.pyo
+${PYSITELIB}/impacket/ese.pyc
+${PYSITELIB}/impacket/helper.pyo
+${PYSITELIB}/impacket/helper.pyc
+${PYSITELIB}/impacket/hresult_errors.pyo
+${PYSITELIB}/impacket/hresult_errors.pyc
+${PYSITELIB}/impacket/mqtt.pyo
+${PYSITELIB}/impacket/mqtt.pyc
+${PYSITELIB}/impacket/nmb.pyo
+${PYSITELIB}/impacket/nmb.pyc
+${PYSITELIB}/impacket/nt_errors.pyo
+${PYSITELIB}/impacket/nt_errors.pyc
+${PYSITELIB}/impacket/ntlm.pyo
+${PYSITELIB}/impacket/ntlm.pyc
+${PYSITELIB}/impacket/pcap_linktypes.pyo
+${PYSITELIB}/impacket/pcap_linktypes.pyc
+${PYSITELIB}/impacket/pcapfile.pyo
+${PYSITELIB}/impacket/pcapfile.pyc
+${PYSITELIB}/impacket/smb.pyo
+${PYSITELIB}/impacket/smb.pyc
+${PYSITELIB}/impacket/smb3.pyo
+${PYSITELIB}/impacket/smb3.pyc
+${PYSITELIB}/impacket/smb3structs.pyo
+${PYSITELIB}/impacket/smb3structs.pyc
+${PYSITELIB}/impacket/smbconnection.pyo
+${PYSITELIB}/impacket/smbconnection.pyc
+${PYSITELIB}/impacket/smbserver.pyo
+${PYSITELIB}/impacket/smbserver.pyc
+${PYSITELIB}/impacket/spnego.pyo
+${PYSITELIB}/impacket/spnego.pyc
+${PYSITELIB}/impacket/structure.pyo
+${PYSITELIB}/impacket/structure.pyc
+${PYSITELIB}/impacket/system_errors.pyo
+${PYSITELIB}/impacket/system_errors.pyc
+${PYSITELIB}/impacket/tds.pyo
+${PYSITELIB}/impacket/tds.pyc
+${PYSITELIB}/impacket/uuid.pyo
+${PYSITELIB}/impacket/uuid.pyc
+${PYSITELIB}/impacket/version.pyo
+${PYSITELIB}/impacket/version.pyc
+${PYSITELIB}/impacket/winregistry.pyo
+${PYSITELIB}/impacket/winregistry.pyc
+${PYSITELIB}/impacket/wps.pyo
+${PYSITELIB}/impacket/wps.pyc
+${PYSITELIB}/impacket/cdp.py
+${PYSITELIB}/impacket/crypto.py
+${PYSITELIB}/impacket/dcerpc/__init__.py
+${PYSITELIB}/impacket/dcerpc/__init__.pyo
+${PYSITELIB}/impacket/dcerpc/__init__.pyc
+${PYSITELIB}/impacket/dcerpc/v5/__init__.py
+${PYSITELIB}/impacket/dcerpc/v5/__init__.pyo
+${PYSITELIB}/impacket/dcerpc/v5/__init__.pyc
+${PYSITELIB}/impacket/dcerpc/v5/atsvc.pyo
+${PYSITELIB}/impacket/dcerpc/v5/atsvc.pyc
+${PYSITELIB}/impacket/dcerpc/v5/bkrp.pyo
+${PYSITELIB}/impacket/dcerpc/v5/bkrp.pyc
+${PYSITELIB}/impacket/dcerpc/v5/dcomrt.pyo
+${PYSITELIB}/impacket/dcerpc/v5/dcomrt.pyc
+${PYSITELIB}/impacket/dcerpc/v5/dhcpm.pyo
+${PYSITELIB}/impacket/dcerpc/v5/dhcpm.pyc
+${PYSITELIB}/impacket/dcerpc/v5/drsuapi.pyo
+${PYSITELIB}/impacket/dcerpc/v5/drsuapi.pyc
+${PYSITELIB}/impacket/dcerpc/v5/dtypes.pyo
+${PYSITELIB}/impacket/dcerpc/v5/dtypes.pyc
+${PYSITELIB}/impacket/dcerpc/v5/enum.pyo
+${PYSITELIB}/impacket/dcerpc/v5/enum.pyc
+${PYSITELIB}/impacket/dcerpc/v5/epm.pyo
+${PYSITELIB}/impacket/dcerpc/v5/epm.pyc
+${PYSITELIB}/impacket/dcerpc/v5/even.pyo
+${PYSITELIB}/impacket/dcerpc/v5/even.pyc
+${PYSITELIB}/impacket/dcerpc/v5/even6.pyo
+${PYSITELIB}/impacket/dcerpc/v5/even6.pyc
+${PYSITELIB}/impacket/dcerpc/v5/lsad.pyo
+${PYSITELIB}/impacket/dcerpc/v5/lsad.pyc
+${PYSITELIB}/impacket/dcerpc/v5/lsat.pyo
+${PYSITELIB}/impacket/dcerpc/v5/lsat.pyc
+${PYSITELIB}/impacket/dcerpc/v5/mgmt.pyo
+${PYSITELIB}/impacket/dcerpc/v5/mgmt.pyc
+${PYSITELIB}/impacket/dcerpc/v5/mimilib.pyo
+${PYSITELIB}/impacket/dcerpc/v5/mimilib.pyc
+${PYSITELIB}/impacket/dcerpc/v5/ndr.pyo
+${PYSITELIB}/impacket/dcerpc/v5/ndr.pyc
+${PYSITELIB}/impacket/dcerpc/v5/nrpc.pyo
+${PYSITELIB}/impacket/dcerpc/v5/nrpc.pyc
+${PYSITELIB}/impacket/dcerpc/v5/rpcrt.pyo
+${PYSITELIB}/impacket/dcerpc/v5/rpcrt.pyc
+${PYSITELIB}/impacket/dcerpc/v5/rprn.pyo
+${PYSITELIB}/impacket/dcerpc/v5/rprn.pyc
+${PYSITELIB}/impacket/dcerpc/v5/rrp.pyo
+${PYSITELIB}/impacket/dcerpc/v5/rrp.pyc
+${PYSITELIB}/impacket/dcerpc/v5/samr.pyo
+${PYSITELIB}/impacket/dcerpc/v5/samr.pyc
+${PYSITELIB}/impacket/dcerpc/v5/sasec.pyo
+${PYSITELIB}/impacket/dcerpc/v5/sasec.pyc
+${PYSITELIB}/impacket/dcerpc/v5/scmr.pyo
+${PYSITELIB}/impacket/dcerpc/v5/scmr.pyc
+${PYSITELIB}/impacket/dcerpc/v5/srvs.pyo
+${PYSITELIB}/impacket/dcerpc/v5/srvs.pyc
+${PYSITELIB}/impacket/dcerpc/v5/transport.pyo
+${PYSITELIB}/impacket/dcerpc/v5/transport.pyc
+${PYSITELIB}/impacket/dcerpc/v5/tsch.pyo
+${PYSITELIB}/impacket/dcerpc/v5/tsch.pyc
+${PYSITELIB}/impacket/dcerpc/v5/wkst.pyo
+${PYSITELIB}/impacket/dcerpc/v5/wkst.pyc
+${PYSITELIB}/impacket/dcerpc/v5/atsvc.py
+${PYSITELIB}/impacket/dcerpc/v5/bkrp.py
+${PYSITELIB}/impacket/dcerpc/v5/dcom/__init__.py
+${PYSITELIB}/impacket/dcerpc/v5/dcom/__init__.pyo
+${PYSITELIB}/impacket/dcerpc/v5/dcom/__init__.pyc
+${PYSITELIB}/impacket/dcerpc/v5/dcom/comev.pyo
+${PYSITELIB}/impacket/dcerpc/v5/dcom/comev.pyc
+${PYSITELIB}/impacket/dcerpc/v5/dcom/oaut.pyo
+${PYSITELIB}/impacket/dcerpc/v5/dcom/oaut.pyc
+${PYSITELIB}/impacket/dcerpc/v5/dcom/scmp.pyo
+${PYSITELIB}/impacket/dcerpc/v5/dcom/scmp.pyc
+${PYSITELIB}/impacket/dcerpc/v5/dcom/vds.pyo
+${PYSITELIB}/impacket/dcerpc/v5/dcom/vds.pyc
+${PYSITELIB}/impacket/dcerpc/v5/dcom/wmi.pyo
+${PYSITELIB}/impacket/dcerpc/v5/dcom/wmi.pyc
+${PYSITELIB}/impacket/dcerpc/v5/dcom/comev.py
+${PYSITELIB}/impacket/dcerpc/v5/dcom/oaut.py
+${PYSITELIB}/impacket/dcerpc/v5/dcom/scmp.py
+${PYSITELIB}/impacket/dcerpc/v5/dcom/vds.py
+${PYSITELIB}/impacket/dcerpc/v5/dcom/wmi.py
+${PYSITELIB}/impacket/dcerpc/v5/dcomrt.py
+${PYSITELIB}/impacket/dcerpc/v5/dhcpm.py
+${PYSITELIB}/impacket/dcerpc/v5/drsuapi.py
+${PYSITELIB}/impacket/dcerpc/v5/dtypes.py
+${PYSITELIB}/impacket/dcerpc/v5/enum.py
+${PYSITELIB}/impacket/dcerpc/v5/epm.py
+${PYSITELIB}/impacket/dcerpc/v5/even.py
+${PYSITELIB}/impacket/dcerpc/v5/even6.py
+${PYSITELIB}/impacket/dcerpc/v5/lsad.py
+${PYSITELIB}/impacket/dcerpc/v5/lsat.py
+${PYSITELIB}/impacket/dcerpc/v5/mgmt.py
+${PYSITELIB}/impacket/dcerpc/v5/mimilib.py
+${PYSITELIB}/impacket/dcerpc/v5/ndr.py
+${PYSITELIB}/impacket/dcerpc/v5/nrpc.py
+${PYSITELIB}/impacket/dcerpc/v5/rpcrt.py
+${PYSITELIB}/impacket/dcerpc/v5/rprn.py
+${PYSITELIB}/impacket/dcerpc/v5/rrp.py
+${PYSITELIB}/impacket/dcerpc/v5/samr.py
+${PYSITELIB}/impacket/dcerpc/v5/sasec.py
+${PYSITELIB}/impacket/dcerpc/v5/scmr.py
+${PYSITELIB}/impacket/dcerpc/v5/srvs.py
+${PYSITELIB}/impacket/dcerpc/v5/transport.py
+${PYSITELIB}/impacket/dcerpc/v5/tsch.py
+${PYSITELIB}/impacket/dcerpc/v5/wkst.py
+${PYSITELIB}/impacket/dhcp.py
+${PYSITELIB}/impacket/dns.py
+${PYSITELIB}/impacket/dot11.py
+${PYSITELIB}/impacket/dpapi.py
+${PYSITELIB}/impacket/eap.py
+${PYSITELIB}/impacket/ese.py
+${PYSITELIB}/impacket/examples/__init__.py
+${PYSITELIB}/impacket/examples/__init__.pyo
+${PYSITELIB}/impacket/examples/__init__.pyc
+${PYSITELIB}/impacket/examples/ldap_shell.pyo
+${PYSITELIB}/impacket/examples/ldap_shell.pyc
+${PYSITELIB}/impacket/examples/logger.pyo
+${PYSITELIB}/impacket/examples/logger.pyc
+${PYSITELIB}/impacket/examples/os_ident.pyo
+${PYSITELIB}/impacket/examples/os_ident.pyc
+${PYSITELIB}/impacket/examples/remcomsvc.pyo
+${PYSITELIB}/impacket/examples/remcomsvc.pyc
+${PYSITELIB}/impacket/examples/secretsdump.pyo
+${PYSITELIB}/impacket/examples/secretsdump.pyc
+${PYSITELIB}/impacket/examples/serviceinstall.pyo
+${PYSITELIB}/impacket/examples/serviceinstall.pyc
+${PYSITELIB}/impacket/examples/smbclient.pyo
+${PYSITELIB}/impacket/examples/smbclient.pyc
+${PYSITELIB}/impacket/examples/ldap_shell.py
+${PYSITELIB}/impacket/examples/logger.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/__init__.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/__init__.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/__init__.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/__init__.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/__init__.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/__init__.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/httpattack.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/httpattack.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/imapattack.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/imapattack.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/ldapattack.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/ldapattack.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/mssqlattack.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/mssqlattack.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/smbattack.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/smbattack.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/httpattack.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/imapattack.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/ldapattack.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/mssqlattack.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/attacks/smbattack.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/__init__.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/__init__.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/__init__.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/httprelayclient.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/httprelayclient.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/imaprelayclient.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/imaprelayclient.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/ldaprelayclient.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/ldaprelayclient.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/mssqlrelayclient.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/mssqlrelayclient.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/smbrelayclient.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/smbrelayclient.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/smtprelayclient.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/smtprelayclient.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/httprelayclient.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/imaprelayclient.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/ldaprelayclient.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/mssqlrelayclient.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/smbrelayclient.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/clients/smtprelayclient.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/__init__.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/__init__.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/__init__.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/httprelayserver.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/httprelayserver.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/smbrelayserver.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/smbrelayserver.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksserver.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksserver.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/httprelayserver.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/smbrelayserver.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/__init__.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/__init__.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/__init__.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/http.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/http.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/https.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/https.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/imap.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/imap.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/imaps.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/imaps.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/mssql.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/mssql.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/smb.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/smb.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/smtp.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/smtp.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/http.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/https.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/imap.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/imaps.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/mssql.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/smb.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksplugins/smtp.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/servers/socksserver.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/__init__.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/__init__.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/__init__.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/config.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/config.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/enum.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/enum.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/ssl.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/ssl.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/targetsutils.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/targetsutils.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/tcpshell.pyo
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/tcpshell.pyc
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/config.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/enum.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/ssl.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/targetsutils.py
+${PYSITELIB}/impacket/examples/ntlmrelayx/utils/tcpshell.py
+${PYSITELIB}/impacket/examples/os_ident.py
+${PYSITELIB}/impacket/examples/remcomsvc.py
+${PYSITELIB}/impacket/examples/secretsdump.py
+${PYSITELIB}/impacket/examples/serviceinstall.py
+${PYSITELIB}/impacket/examples/smbclient.py
+${PYSITELIB}/impacket/helper.py
+${PYSITELIB}/impacket/hresult_errors.py
+${PYSITELIB}/impacket/krb5/__init__.py
+${PYSITELIB}/impacket/krb5/__init__.pyo
+${PYSITELIB}/impacket/krb5/__init__.pyc
+${PYSITELIB}/impacket/krb5/asn1.pyo
+${PYSITELIB}/impacket/krb5/asn1.pyc
+${PYSITELIB}/impacket/krb5/ccache.pyo
+${PYSITELIB}/impacket/krb5/ccache.pyc
+${PYSITELIB}/impacket/krb5/constants.pyo
+${PYSITELIB}/impacket/krb5/constants.pyc
+${PYSITELIB}/impacket/krb5/crypto.pyo
+${PYSITELIB}/impacket/krb5/crypto.pyc
+${PYSITELIB}/impacket/krb5/gssapi.pyo
+${PYSITELIB}/impacket/krb5/gssapi.pyc
+${PYSITELIB}/impacket/krb5/kerberosv5.pyo
+${PYSITELIB}/impacket/krb5/kerberosv5.pyc
+${PYSITELIB}/impacket/krb5/keytab.pyo
+${PYSITELIB}/impacket/krb5/keytab.pyc
+${PYSITELIB}/impacket/krb5/pac.pyo
+${PYSITELIB}/impacket/krb5/pac.pyc
+${PYSITELIB}/impacket/krb5/types.pyo
+${PYSITELIB}/impacket/krb5/types.pyc
+${PYSITELIB}/impacket/krb5/asn1.py
+${PYSITELIB}/impacket/krb5/ccache.py
+${PYSITELIB}/impacket/krb5/constants.py
+${PYSITELIB}/impacket/krb5/crypto.py
+${PYSITELIB}/impacket/krb5/gssapi.py
+${PYSITELIB}/impacket/krb5/kerberosv5.py
+${PYSITELIB}/impacket/krb5/keytab.py
+${PYSITELIB}/impacket/krb5/pac.py
+${PYSITELIB}/impacket/krb5/types.py
+${PYSITELIB}/impacket/ldap/__init__.py
+${PYSITELIB}/impacket/ldap/__init__.pyo
+${PYSITELIB}/impacket/ldap/__init__.pyc
+${PYSITELIB}/impacket/ldap/ldap.pyo
+${PYSITELIB}/impacket/ldap/ldap.pyc
+${PYSITELIB}/impacket/ldap/ldapasn1.pyo
+${PYSITELIB}/impacket/ldap/ldapasn1.pyc
+${PYSITELIB}/impacket/ldap/ldaptypes.pyo
+${PYSITELIB}/impacket/ldap/ldaptypes.pyc
+${PYSITELIB}/impacket/ldap/ldap.py
+${PYSITELIB}/impacket/ldap/ldapasn1.py
+${PYSITELIB}/impacket/ldap/ldaptypes.py
+${PYSITELIB}/impacket/mqtt.py
+${PYSITELIB}/impacket/nmb.py
+${PYSITELIB}/impacket/nt_errors.py
+${PYSITELIB}/impacket/ntlm.py
+${PYSITELIB}/impacket/pcap_linktypes.py
+${PYSITELIB}/impacket/pcapfile.py
+${PYSITELIB}/impacket/smb.py
+${PYSITELIB}/impacket/smb3.py
+${PYSITELIB}/impacket/smb3structs.py
+${PYSITELIB}/impacket/smbconnection.py
+${PYSITELIB}/impacket/smbserver.py
+${PYSITELIB}/impacket/spnego.py
+${PYSITELIB}/impacket/structure.py
+${PYSITELIB}/impacket/system_errors.py
+${PYSITELIB}/impacket/tds.py
+${PYSITELIB}/impacket/uuid.py
+${PYSITELIB}/impacket/version.py
+${PYSITELIB}/impacket/winregistry.py
+${PYSITELIB}/impacket/wps.py
+share/doc/impacket/LICENSE
+share/doc/impacket/README.md
Index: pkgsrc/net/py-impacket/distinfo
diff -u /dev/null pkgsrc/net/py-impacket/distinfo:1.1
--- /dev/null   Thu Apr 30 12:17:33 2020
+++ pkgsrc/net/py-impacket/distinfo     Thu Apr 30 12:17:33 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/30 12:17:33 nikita Exp $
+
+SHA1 (impacket-0.9.21.tar.gz) = 8f722458bf0a19dfdd5c904224927833437f949c
+RMD160 (impacket-0.9.21.tar.gz) = a0005dd4c95f586f819a795495d1df9028784df7
+SHA512 (impacket-0.9.21.tar.gz) = 594bae33f917f0704e7b28645b2f201d6ac781b30c99bd3710711961c15dbf3a51e010b61156779fd85935cd5818e0facf9a662bd289b04e4b91761e5ebd1edd
+Size (impacket-0.9.21.tar.gz) = 1270110 bytes



Home | Main Index | Thread Index | Old Index