From 403cc2a8d954bcae86f52341a0d1bc0be057a37e Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:25:06 +0100 Subject: [PATCH] Update netcat_shell.py --- Network_and_802.11/other_scripts/netcat_shell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network_and_802.11/other_scripts/netcat_shell.py b/Network_and_802.11/other_scripts/netcat_shell.py index 1076bdb..6c38176 100755 --- a/Network_and_802.11/other_scripts/netcat_shell.py +++ b/Network_and_802.11/other_scripts/netcat_shell.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" import os @@ -59,4 +59,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main()