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()