Skip to content

Commit a988415

Browse files
author
Martin Gallo
committed
Merge branch 'master' into python2-3
2 parents 48e6b0d + d72acef commit a988415

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+74
-74
lines changed

bin/pysapcar

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

bin/pysapgenpse

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

bin/pysaphdbuserstore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2020 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/diag_capturer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/diag_dos_exploit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/diag_interceptor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/diag_login_brute_force.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/diag_login_screen_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/diag_render_login_screen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/diag_rogue_server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/dlmanager_decrypt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/dlmanager_infector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# The library was designed and developed by Martin Gallo from
77
# the SecureAuth's Innovation Labs team.

examples/enqueue_dos_exploit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/enqueue_monitor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/gw_monitor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/hdb_auth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/hdb_discovery.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/igs_http_imgconv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/igs_http_xmlchart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
#
77
# This program is free software; you can redistribute it and/or

examples/igs_http_zipper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/igs_rfc_zipper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/ms_change_param.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/ms_dos_exploit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/ms_dump_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/ms_dump_param.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ===========
33
# pysap - Python library for crafting SAP's network protocols packets
44
#
5-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
5+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
66
#
77
# This program is free software; you can redistribute it and/or
88
# modify it under the terms of the GNU General Public License

examples/ms_impersonator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/ms_listener.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/ms_messager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/ms_monitor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/ms_observer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/router_admin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/router_fingerprint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/router_niping.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/router_password_check.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/router_portfw.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

examples/router_scanner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

extra/parsesupportbits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

extra/pse2john.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python2
22
# pysap - Python library for crafting SAP's network protocols packets
33
#
4-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
4+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
55
#
66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

pysap/SAPCAR.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pysap - Python library for crafting SAP's network protocols packets
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License

pysap/SAPCredv2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pysap - Python library for crafting SAP's network protocols packets
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License

pysap/SAPDiag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pysap - Python library for crafting SAP's network protocols packets
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License

pysap/SAPDiagClient.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pysap - Python library for crafting SAP's network protocols packets
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License

pysap/SAPDiagItems.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pysap - Python library for crafting SAP's network protocols packets
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License

pysap/SAPEnqueue.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pysap - Python library for crafting SAP's network protocols packets
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License

pysap/SAPHDB.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pysap - Python library for crafting SAP's network protocols packets
22
#
3-
# SECUREAUTH LABS. Copyright (C) 2021 SecureAuth Corporation. All rights reserved.
3+
# SECUREAUTH LABS. Copyright (C) 2022 SecureAuth Corporation. All rights reserved.
44
#
55
# This program is free software; you can redistribute it and/or
66
# modify it under the terms of the GNU General Public License

0 commit comments

Comments
 (0)