├── Day_1 └── commands.txt ├── Day_10 ├── commands.txt ├── cut_example.csv ├── file1.txt ├── file2.txt └── uniq_example.csv ├── Day_11 ├── commands.txt ├── test_speech.wav ├── text.png └── video_sample.flv ├── Day_12 ├── commands.txt ├── pdf_for_ocr.pdf └── python_book.pdf ├── Day_13 ├── commands.txt ├── example.csv ├── example.docx ├── example.txt └── example.xlsx ├── Day_14 ├── commands.txt ├── example.csv ├── json_test.json └── xml_sample.xml ├── Day_15 ├── commands.txt ├── domains.txt └── example.html ├── Day_16 └── commands.txt ├── Day_17 └── commands.txt ├── Day_18 └── commands.txt ├── Day_19 └── commands.txt ├── Day_2 ├── conditional.sh ├── create_folders.sh ├── for_loop.sh ├── function.sh ├── until_loop.sh ├── variables.sh └── while_loop.sh ├── Day_20 ├── commands.txt └── wrong_code.sh ├── Day_3 ├── commands.txt ├── test1.txt └── test2.txt ├── Day_4 ├── commands.txt ├── convert_files.sh ├── file_names.txt ├── print_file_names.sh └── txt_files │ ├── archive.zip │ ├── test1.txt │ ├── test2.txt │ ├── test3.txt │ ├── test4.txt │ └── test5.txt ├── Day_5 ├── commands.txt └── urls.txt ├── Day_6 ├── commands.txt ├── emails.txt └── example.txt ├── Day_7 ├── awk_sample.txt ├── commands.txt ├── digits.txt └── sed_sample.txt ├── Day_8 ├── commands.txt └── text_example.txt ├── Day_9 └── commands.txt ├── LICENSE ├── Linux for OSINT.pdf ├── README.md ├── commands_cheat_sheet - Sheet1.csv └── cover.png /Day_1/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_1/commands.txt -------------------------------------------------------------------------------- /Day_10/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_10/commands.txt -------------------------------------------------------------------------------- /Day_10/cut_example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_10/cut_example.csv -------------------------------------------------------------------------------- /Day_10/file1.txt: -------------------------------------------------------------------------------- 1 | First file -------------------------------------------------------------------------------- /Day_10/file2.txt: -------------------------------------------------------------------------------- 1 | Second file -------------------------------------------------------------------------------- /Day_10/uniq_example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_10/uniq_example.csv -------------------------------------------------------------------------------- /Day_11/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_11/commands.txt -------------------------------------------------------------------------------- /Day_11/test_speech.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_11/test_speech.wav -------------------------------------------------------------------------------- /Day_11/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_11/text.png -------------------------------------------------------------------------------- /Day_11/video_sample.flv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_11/video_sample.flv -------------------------------------------------------------------------------- /Day_12/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_12/commands.txt -------------------------------------------------------------------------------- /Day_12/pdf_for_ocr.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_12/pdf_for_ocr.pdf -------------------------------------------------------------------------------- /Day_12/python_book.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_12/python_book.pdf -------------------------------------------------------------------------------- /Day_13/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_13/commands.txt -------------------------------------------------------------------------------- /Day_13/example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_13/example.csv -------------------------------------------------------------------------------- /Day_13/example.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_13/example.docx -------------------------------------------------------------------------------- /Day_13/example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_13/example.txt -------------------------------------------------------------------------------- /Day_13/example.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_13/example.xlsx -------------------------------------------------------------------------------- /Day_14/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_14/commands.txt -------------------------------------------------------------------------------- /Day_14/example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_14/example.csv -------------------------------------------------------------------------------- /Day_14/json_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_14/json_test.json -------------------------------------------------------------------------------- /Day_14/xml_sample.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_14/xml_sample.xml -------------------------------------------------------------------------------- /Day_15/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_15/commands.txt -------------------------------------------------------------------------------- /Day_15/domains.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_15/domains.txt -------------------------------------------------------------------------------- /Day_15/example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_15/example.html -------------------------------------------------------------------------------- /Day_16/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_16/commands.txt -------------------------------------------------------------------------------- /Day_17/commands.txt: -------------------------------------------------------------------------------- 1 | no commands today 2 | -------------------------------------------------------------------------------- /Day_18/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_18/commands.txt -------------------------------------------------------------------------------- /Day_19/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_19/commands.txt -------------------------------------------------------------------------------- /Day_2/conditional.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_2/conditional.sh -------------------------------------------------------------------------------- /Day_2/create_folders.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_2/create_folders.sh -------------------------------------------------------------------------------- /Day_2/for_loop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_2/for_loop.sh -------------------------------------------------------------------------------- /Day_2/function.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_2/function.sh -------------------------------------------------------------------------------- /Day_2/until_loop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_2/until_loop.sh -------------------------------------------------------------------------------- /Day_2/variables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_2/variables.sh -------------------------------------------------------------------------------- /Day_2/while_loop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_2/while_loop.sh -------------------------------------------------------------------------------- /Day_20/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_20/commands.txt -------------------------------------------------------------------------------- /Day_20/wrong_code.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_20/wrong_code.sh -------------------------------------------------------------------------------- /Day_3/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_3/commands.txt -------------------------------------------------------------------------------- /Day_3/test1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Day_3/test2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Day_4/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_4/commands.txt -------------------------------------------------------------------------------- /Day_4/convert_files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_4/convert_files.sh -------------------------------------------------------------------------------- /Day_4/file_names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_4/file_names.txt -------------------------------------------------------------------------------- /Day_4/print_file_names.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_4/print_file_names.sh -------------------------------------------------------------------------------- /Day_4/txt_files/archive.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_4/txt_files/archive.zip -------------------------------------------------------------------------------- /Day_4/txt_files/test1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_4/txt_files/test1.txt -------------------------------------------------------------------------------- /Day_4/txt_files/test2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_4/txt_files/test2.txt -------------------------------------------------------------------------------- /Day_4/txt_files/test3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_4/txt_files/test3.txt -------------------------------------------------------------------------------- /Day_4/txt_files/test4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_4/txt_files/test4.txt -------------------------------------------------------------------------------- /Day_4/txt_files/test5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_4/txt_files/test5.txt -------------------------------------------------------------------------------- /Day_5/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_5/commands.txt -------------------------------------------------------------------------------- /Day_5/urls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_5/urls.txt -------------------------------------------------------------------------------- /Day_6/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_6/commands.txt -------------------------------------------------------------------------------- /Day_6/emails.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_6/emails.txt -------------------------------------------------------------------------------- /Day_6/example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_6/example.txt -------------------------------------------------------------------------------- /Day_7/awk_sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_7/awk_sample.txt -------------------------------------------------------------------------------- /Day_7/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_7/commands.txt -------------------------------------------------------------------------------- /Day_7/digits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_7/digits.txt -------------------------------------------------------------------------------- /Day_7/sed_sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_7/sed_sample.txt -------------------------------------------------------------------------------- /Day_8/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_8/commands.txt -------------------------------------------------------------------------------- /Day_8/text_example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_8/text_example.txt -------------------------------------------------------------------------------- /Day_9/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Day_9/commands.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/LICENSE -------------------------------------------------------------------------------- /Linux for OSINT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/Linux for OSINT.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/README.md -------------------------------------------------------------------------------- /commands_cheat_sheet - Sheet1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/commands_cheat_sheet - Sheet1.csv -------------------------------------------------------------------------------- /cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cipher387/linux-for-OSINT-21-day/HEAD/cover.png --------------------------------------------------------------------------------