From c328de825265df12ced44d14b36c688cd9973f5c Mon Sep 17 00:00:00 2001 From: asolino Date: Wed, 5 Dec 2018 12:14:55 -0300 Subject: [PATCH] Changing Copyright notice --- examples/GetADUsers.py | 2 +- examples/GetNPUsers.py | 2 +- examples/GetUserSPNs.py | 2 +- examples/atexec.py | 2 +- examples/dcomexec.py | 2 +- examples/esentutl.py | 2 +- examples/getArch.py | 2 +- examples/getPac.py | 2 +- examples/getST.py | 2 +- examples/getTGT.py | 2 +- examples/goldenPac.py | 2 +- examples/karmaSMB.py | 2 +- examples/lookupsid.py | 2 +- examples/mimikatz.py | 2 +- examples/mqtt_check.py | 2 +- examples/mssqlclient.py | 2 +- examples/mssqlinstance.py | 2 +- examples/netview.py | 2 +- examples/ntfs-read.py | 2 +- examples/ntlmrelayx.py | 2 +- examples/ping.py | 2 +- examples/ping6.py | 2 +- examples/psexec.py | 2 +- examples/raiseChild.py | 2 +- examples/rdp_check.py | 2 +- examples/reg.py | 2 +- examples/registry-read.py | 2 +- examples/rpcdump.py | 2 +- examples/sambaPipe.py | 2 +- examples/samrdump.py | 2 +- examples/secretsdump.py | 2 +- examples/services.py | 2 +- examples/smbclient.py | 2 +- examples/smbexec.py | 2 +- examples/smbrelayx.py | 2 +- examples/smbserver.py | 2 +- examples/sniff.py | 2 +- examples/sniffer.py | 2 +- examples/split.py | 2 +- examples/ticketer.py | 2 +- examples/wmiexec.py | 2 +- examples/wmipersist.py | 2 +- examples/wmiquery.py | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/examples/GetADUsers.py b/examples/GetADUsers.py index b8b5a8d03..f656a46d3 100755 --- a/examples/GetADUsers.py +++ b/examples/GetADUsers.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/GetNPUsers.py b/examples/GetNPUsers.py index d5962e11c..bfa48b80f 100755 --- a/examples/GetNPUsers.py +++ b/examples/GetNPUsers.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/GetUserSPNs.py b/examples/GetUserSPNs.py index 68f96ae1d..b76f3f988 100755 --- a/examples/GetUserSPNs.py +++ b/examples/GetUserSPNs.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/atexec.py b/examples/atexec.py index fcf5757f7..51e4bd2c7 100755 --- a/examples/atexec.py +++ b/examples/atexec.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/dcomexec.py b/examples/dcomexec.py index d4258f903..4956f9e04 100755 --- a/examples/dcomexec.py +++ b/examples/dcomexec.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2018 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/esentutl.py b/examples/esentutl.py index ee5eb1c7a..4c0ea7818 100755 --- a/examples/esentutl.py +++ b/examples/esentutl.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/getArch.py b/examples/getArch.py index 3cd99cb99..d463f85bb 100755 --- a/examples/getArch.py +++ b/examples/getArch.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2017 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/getPac.py b/examples/getPac.py index 9079ab6a1..4c0928775 100755 --- a/examples/getPac.py +++ b/examples/getPac.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright (c) 2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/getST.py b/examples/getST.py index 8f7dacdb0..bdff6abf8 100755 --- a/examples/getST.py +++ b/examples/getST.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2016-2018 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/getTGT.py b/examples/getTGT.py index 649a8e26e..3fe839447 100755 --- a/examples/getTGT.py +++ b/examples/getTGT.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2016-2018 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/goldenPac.py b/examples/goldenPac.py index b97cb0826..a1007c81c 100755 --- a/examples/goldenPac.py +++ b/examples/goldenPac.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/karmaSMB.py b/examples/karmaSMB.py index fafa1a089..7a9775d53 100755 --- a/examples/karmaSMB.py +++ b/examples/karmaSMB.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/lookupsid.py b/examples/lookupsid.py index d0f673d93..e94350cb3 100755 --- a/examples/lookupsid.py +++ b/examples/lookupsid.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2012-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/mimikatz.py b/examples/mimikatz.py index be6538fbc..4a5781c3e 100755 --- a/examples/mimikatz.py +++ b/examples/mimikatz.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/mqtt_check.py b/examples/mqtt_check.py index 537cf613a..83ef2a411 100755 --- a/examples/mqtt_check.py +++ b/examples/mqtt_check.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/mssqlclient.py b/examples/mssqlclient.py index e592ce225..c377eee7c 100755 --- a/examples/mssqlclient.py +++ b/examples/mssqlclient.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/mssqlinstance.py b/examples/mssqlinstance.py index 65984d687..61fdfc793 100755 --- a/examples/mssqlinstance.py +++ b/examples/mssqlinstance.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/netview.py b/examples/netview.py index 8cfec3cc1..68009d797 100755 --- a/examples/netview.py +++ b/examples/netview.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/ntfs-read.py b/examples/ntfs-read.py index b11c6827f..309d95f69 100755 --- a/examples/ntfs-read.py +++ b/examples/ntfs-read.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/ntlmrelayx.py b/examples/ntlmrelayx.py index b3eb2936b..d20de4ea5 100755 --- a/examples/ntlmrelayx.py +++ b/examples/ntlmrelayx.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2013-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/ping.py b/examples/ping.py index 9a461c68f..4a2649322 100755 --- a/examples/ping.py +++ b/examples/ping.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/ping6.py b/examples/ping6.py index 5fc018ad7..db4dba5db 100755 --- a/examples/ping6.py +++ b/examples/ping6.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/psexec.py b/examples/psexec.py index 3047fa935..6740dd146 100755 --- a/examples/psexec.py +++ b/examples/psexec.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/raiseChild.py b/examples/raiseChild.py index cffc6ed20..0833ab409 100755 --- a/examples/raiseChild.py +++ b/examples/raiseChild.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/rdp_check.py b/examples/rdp_check.py index e8aefaafa..d0fd0b75b 100755 --- a/examples/rdp_check.py +++ b/examples/rdp_check.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/reg.py b/examples/reg.py index 26a33514d..f6f065669 100755 --- a/examples/reg.py +++ b/examples/reg.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/registry-read.py b/examples/registry-read.py index d66cc0cc3..492e25ef0 100755 --- a/examples/registry-read.py +++ b/examples/registry-read.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies) +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/rpcdump.py b/examples/rpcdump.py index fd3e8791a..9cdbfdd05 100755 --- a/examples/rpcdump.py +++ b/examples/rpcdump.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/sambaPipe.py b/examples/sambaPipe.py index fb85d9a0a..34ccbbb25 100755 --- a/examples/sambaPipe.py +++ b/examples/sambaPipe.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2017 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/samrdump.py b/examples/samrdump.py index 42a7b1c14..a0c264a22 100755 --- a/examples/samrdump.py +++ b/examples/samrdump.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/secretsdump.py b/examples/secretsdump.py index 4b1a5d43d..df62e81ec 100755 --- a/examples/secretsdump.py +++ b/examples/secretsdump.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/services.py b/examples/services.py index 2245e7786..7ba8e0c3d 100755 --- a/examples/services.py +++ b/examples/services.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/smbclient.py b/examples/smbclient.py index a12776429..38f1636d9 100755 --- a/examples/smbclient.py +++ b/examples/smbclient.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2018 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/smbexec.py b/examples/smbexec.py index f0e7f024b..6477680af 100755 --- a/examples/smbexec.py +++ b/examples/smbexec.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/smbrelayx.py b/examples/smbrelayx.py index df5c552ef..d6e7470dd 100755 --- a/examples/smbrelayx.py +++ b/examples/smbrelayx.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2013-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/smbserver.py b/examples/smbserver.py index 7ff644dec..77813aff8 100755 --- a/examples/smbserver.py +++ b/examples/smbserver.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/sniff.py b/examples/sniff.py index 473c8d074..af4ab7db7 100755 --- a/examples/sniff.py +++ b/examples/sniff.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/sniffer.py b/examples/sniffer.py index 2df74ab84..320cde64e 100755 --- a/examples/sniffer.py +++ b/examples/sniffer.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/split.py b/examples/split.py index 05841fbe0..4fe5cef87 100755 --- a/examples/split.py +++ b/examples/split.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/ticketer.py b/examples/ticketer.py index 31a233487..acd22e815 100755 --- a/examples/ticketer.py +++ b/examples/ticketer.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2016-2018 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/wmiexec.py b/examples/wmiexec.py index 22633a640..d437c3841 100755 --- a/examples/wmiexec.py +++ b/examples/wmiexec.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/wmipersist.py b/examples/wmipersist.py index dfbb0fdab..cd20254d3 100755 --- a/examples/wmipersist.py +++ b/examples/wmipersist.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file diff --git a/examples/wmiquery.py b/examples/wmiquery.py index be93b9641..661d58c3c 100755 --- a/examples/wmiquery.py +++ b/examples/wmiquery.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) 2003-2016 CORE Security Technologies +# SECUREAUTH LABS. Copyright 2018 SecureAuth Corporation. All rights reserved. # # This software is provided under under a slightly modified version # of the Apache Software License. See the accompanying LICENSE file