From 90049c80afe06929bf7c1158bba9a1b1bb4eae68 Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Mon, 2 Mar 2020 18:23:52 -0800 Subject: [PATCH] rename --- {Medium_articles => Security_examples}/README.md | 0 .../python_sniff_scanner/icmp_example.py | 0 .../python_sniff_scanner/main_example.py | 0 .../python_sniff_scanner/sniff_example.py | 0 .../python_sniff_scanner/udp_sender_example.py | 0 .../python_sockets/first_example.py | 0 .../python_sockets/netcat_example.py | 0 .../python_sockets/second_example.py | 0 .../python_sockets/tcp_server.py | 0 .../python_sockets/udp_client.py | 0 .../python_sockets/udp_server.py | 0 .../python_ssh_modules/paramiko_example.py | 0 .../python_ssh_modules/server_example.py | 0 .../python_ssh_modules/ssh_client.py | 0 .../python_ssh_modules/usage_example.py | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {Medium_articles => Security_examples}/README.md (100%) rename {Medium_articles => Security_examples}/python_sniff_scanner/icmp_example.py (100%) rename {Medium_articles => Security_examples}/python_sniff_scanner/main_example.py (100%) rename {Medium_articles => Security_examples}/python_sniff_scanner/sniff_example.py (100%) rename {Medium_articles => Security_examples}/python_sniff_scanner/udp_sender_example.py (100%) rename {Medium_articles => Security_examples}/python_sockets/first_example.py (100%) rename {Medium_articles => Security_examples}/python_sockets/netcat_example.py (100%) rename {Medium_articles => Security_examples}/python_sockets/second_example.py (100%) rename {Medium_articles => Security_examples}/python_sockets/tcp_server.py (100%) rename {Medium_articles => Security_examples}/python_sockets/udp_client.py (100%) rename {Medium_articles => Security_examples}/python_sockets/udp_server.py (100%) rename {Medium_articles => Security_examples}/python_ssh_modules/paramiko_example.py (100%) rename {Medium_articles => Security_examples}/python_ssh_modules/server_example.py (100%) rename {Medium_articles => Security_examples}/python_ssh_modules/ssh_client.py (100%) rename {Medium_articles => Security_examples}/python_ssh_modules/usage_example.py (100%) diff --git a/Medium_articles/README.md b/Security_examples/README.md similarity index 100% rename from Medium_articles/README.md rename to Security_examples/README.md diff --git a/Medium_articles/python_sniff_scanner/icmp_example.py b/Security_examples/python_sniff_scanner/icmp_example.py similarity index 100% rename from Medium_articles/python_sniff_scanner/icmp_example.py rename to Security_examples/python_sniff_scanner/icmp_example.py diff --git a/Medium_articles/python_sniff_scanner/main_example.py b/Security_examples/python_sniff_scanner/main_example.py similarity index 100% rename from Medium_articles/python_sniff_scanner/main_example.py rename to Security_examples/python_sniff_scanner/main_example.py diff --git a/Medium_articles/python_sniff_scanner/sniff_example.py b/Security_examples/python_sniff_scanner/sniff_example.py similarity index 100% rename from Medium_articles/python_sniff_scanner/sniff_example.py rename to Security_examples/python_sniff_scanner/sniff_example.py diff --git a/Medium_articles/python_sniff_scanner/udp_sender_example.py b/Security_examples/python_sniff_scanner/udp_sender_example.py similarity index 100% rename from Medium_articles/python_sniff_scanner/udp_sender_example.py rename to Security_examples/python_sniff_scanner/udp_sender_example.py diff --git a/Medium_articles/python_sockets/first_example.py b/Security_examples/python_sockets/first_example.py similarity index 100% rename from Medium_articles/python_sockets/first_example.py rename to Security_examples/python_sockets/first_example.py diff --git a/Medium_articles/python_sockets/netcat_example.py b/Security_examples/python_sockets/netcat_example.py similarity index 100% rename from Medium_articles/python_sockets/netcat_example.py rename to Security_examples/python_sockets/netcat_example.py diff --git a/Medium_articles/python_sockets/second_example.py b/Security_examples/python_sockets/second_example.py similarity index 100% rename from Medium_articles/python_sockets/second_example.py rename to Security_examples/python_sockets/second_example.py diff --git a/Medium_articles/python_sockets/tcp_server.py b/Security_examples/python_sockets/tcp_server.py similarity index 100% rename from Medium_articles/python_sockets/tcp_server.py rename to Security_examples/python_sockets/tcp_server.py diff --git a/Medium_articles/python_sockets/udp_client.py b/Security_examples/python_sockets/udp_client.py similarity index 100% rename from Medium_articles/python_sockets/udp_client.py rename to Security_examples/python_sockets/udp_client.py diff --git a/Medium_articles/python_sockets/udp_server.py b/Security_examples/python_sockets/udp_server.py similarity index 100% rename from Medium_articles/python_sockets/udp_server.py rename to Security_examples/python_sockets/udp_server.py diff --git a/Medium_articles/python_ssh_modules/paramiko_example.py b/Security_examples/python_ssh_modules/paramiko_example.py similarity index 100% rename from Medium_articles/python_ssh_modules/paramiko_example.py rename to Security_examples/python_ssh_modules/paramiko_example.py diff --git a/Medium_articles/python_ssh_modules/server_example.py b/Security_examples/python_ssh_modules/server_example.py similarity index 100% rename from Medium_articles/python_ssh_modules/server_example.py rename to Security_examples/python_ssh_modules/server_example.py diff --git a/Medium_articles/python_ssh_modules/ssh_client.py b/Security_examples/python_ssh_modules/ssh_client.py similarity index 100% rename from Medium_articles/python_ssh_modules/ssh_client.py rename to Security_examples/python_ssh_modules/ssh_client.py diff --git a/Medium_articles/python_ssh_modules/usage_example.py b/Security_examples/python_ssh_modules/usage_example.py similarity index 100% rename from Medium_articles/python_ssh_modules/usage_example.py rename to Security_examples/python_ssh_modules/usage_example.py