From 82d096e31382292da3575348f23abeb316732eb7 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Tue, 27 Nov 2018 13:17:12 -0500 Subject: [PATCH] adding python, ruby, and bash references --- .../additional_resources.md | 2 +- {python => python_ruby_and_bash}/amazing_python_references.md | 0 {python => python_ruby_and_bash}/python_nmap.py | 0 {python => python_ruby_and_bash}/quick_scanner.py | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename additional_resources.md => python_ruby_and_bash/additional_resources.md (81%) rename {python => python_ruby_and_bash}/amazing_python_references.md (100%) rename {python => python_ruby_and_bash}/python_nmap.py (100%) rename {python => python_ruby_and_bash}/quick_scanner.py (100%) diff --git a/additional_resources.md b/python_ruby_and_bash/additional_resources.md similarity index 81% rename from additional_resources.md rename to python_ruby_and_bash/additional_resources.md index 9cbe1ac..33d5f60 100644 --- a/additional_resources.md +++ b/python_ruby_and_bash/additional_resources.md @@ -2,4 +2,4 @@ - [Additional hacking resources for beginners](https://github.com/Amanchouhan192/Awesome-Hacking) - [Awesome Python](https://github.com/vinta/awesome-python) - [Awesome Bash](https://github.com/awesome-lists/awesome-bash) -- [Awesome Shell](https://github.com/alebcay/awesome-shell) +- [Awesome Shell](https://github.com/alebcay/awesome-shell) diff --git a/python/amazing_python_references.md b/python_ruby_and_bash/amazing_python_references.md similarity index 100% rename from python/amazing_python_references.md rename to python_ruby_and_bash/amazing_python_references.md diff --git a/python/python_nmap.py b/python_ruby_and_bash/python_nmap.py similarity index 100% rename from python/python_nmap.py rename to python_ruby_and_bash/python_nmap.py diff --git a/python/quick_scanner.py b/python_ruby_and_bash/quick_scanner.py similarity index 100% rename from python/quick_scanner.py rename to python_ruby_and_bash/quick_scanner.py