├── Crypto └── README.md ├── Linux ├── README.md ├── creating_custom_wordlist │ └── README.md ├── escaping_restricted_shell │ └── README.md ├── exploiting_buffer_overflow │ └── README.md ├── exploits │ ├── buffer_overflow_linux │ │ └── README.md │ └── distccd_3632 │ │ └── README.md ├── file_transfer │ └── tftp_udp69 │ │ └── README.md ├── fuzzing │ └── README.md ├── general │ └── README.md ├── generating_attack_payload │ └── README.md ├── getting_comfortable_with_linux_basics │ ├── README.md │ ├── README_backup.md │ ├── documentation │ │ ├── 6_stages_of_linux_boot_process │ │ │ ├── README.md │ │ │ ├── bios │ │ │ │ └── README.md │ │ │ ├── grub │ │ │ │ └── README.md │ │ │ ├── init │ │ │ │ └── README.md │ │ │ ├── kernel │ │ │ │ └── README.md │ │ │ ├── mbr │ │ │ │ └── README.md │ │ │ └── runlevel │ │ │ │ └── README.md │ │ ├── bash_scripting │ │ │ └── README.md │ │ ├── changing_identity │ │ │ └── README.md │ │ ├── commands │ │ │ └── README.md │ │ ├── expansion │ │ │ └── README.md │ │ ├── getting_started_with_linux │ │ │ ├── README.md │ │ │ ├── bash_shell │ │ │ │ └── README.md │ │ │ ├── gnu_linux │ │ │ │ └── README.md │ │ │ ├── package_management │ │ │ │ └── README.md │ │ │ ├── redirection │ │ │ │ └── README.md │ │ │ ├── screens │ │ │ │ └── README.md │ │ │ ├── software_repositories │ │ │ │ └── README.md │ │ │ ├── terminator │ │ │ │ └── README.md │ │ │ ├── vim_text_editor │ │ │ │ └── README.md │ │ │ ├── virtual_terminal │ │ │ │ └── README.md │ │ │ └── workspaces │ │ │ │ └── README.md │ │ ├── image │ │ │ ├── 6_stages_of_linux_boot_process │ │ │ │ ├── 10_grub_set_environment_variables.png │ │ │ │ ├── 11_load_normal.png │ │ │ │ ├── 12_launch_normal.png │ │ │ │ ├── 13_mbr_hexdump.png │ │ │ │ ├── 14b_VB_snapshot.png │ │ │ │ ├── 15_grub_configuration_root.png │ │ │ │ ├── 16_kernel.png │ │ │ │ ├── 17_init_process.png │ │ │ │ ├── 17b_init_process.png │ │ │ │ ├── 18_initrd.png │ │ │ │ ├── 19_binwalk.png │ │ │ │ ├── 19b_binwalk.png │ │ │ │ ├── 20_unmkinitramfs.png │ │ │ │ ├── 20b_unmkinitramfs.png │ │ │ │ ├── 21_processNameFromPID.png │ │ │ │ ├── 22_systemd_unit_files.png │ │ │ │ ├── 23_unit_files_service.png │ │ │ │ ├── 23_unit_files_target.png │ │ │ │ ├── 24a_locate_service_unit_file.png │ │ │ │ ├── 24b_view_service_unit_file.png │ │ │ │ ├── 24c_bluetooth_service_status.png │ │ │ │ ├── 24d_openvpn_service_status.png │ │ │ │ ├── 24e_stop_service.png │ │ │ │ ├── 24f_start_service.png │ │ │ │ ├── 25_default_target.png │ │ │ │ ├── 25b_current_runlevel.png │ │ │ │ ├── 25c_previous_and_current_runlevels.png │ │ │ │ ├── 26_change_default_target.png │ │ │ │ ├── 26b_rescue_mode.png │ │ │ │ ├── 5_select_boot_device.png │ │ │ │ ├── 5b_select_boot_device.png │ │ │ │ ├── 6_gnu_grub.png │ │ │ │ ├── 7_grub_console.png │ │ │ │ ├── 8_grub_ls.png │ │ │ │ └── 9_lookInsidePartition.png │ │ │ ├── bash_scripting │ │ │ │ ├── 1_exitStatus.png │ │ │ │ ├── 2_readInput.png │ │ │ │ ├── 2b_readInput.png │ │ │ │ ├── 2c_readInput.png │ │ │ │ ├── 2d_readInput.png │ │ │ │ ├── 3_customMessage.png │ │ │ │ ├── 4_integerArithmetic.png │ │ │ │ ├── 5_wildcards.png │ │ │ │ ├── 5b_character_class.png │ │ │ │ ├── 6_hard_link.png │ │ │ │ ├── 6b_symbolic_link.png │ │ │ │ ├── 7_apropos.png │ │ │ │ └── 8_whatis.png │ │ │ ├── getting_started_with_linux │ │ │ │ ├── 10_terminator_check_installation.png │ │ │ │ ├── 11_terminator_preferences.png │ │ │ │ ├── 12_vim_paste_text.png │ │ │ │ ├── 13_vim_term.png │ │ │ │ ├── 14_vim_bash.png │ │ │ │ ├── 14b_vim_bash.png │ │ │ │ ├── 15_bash_hello.png │ │ │ │ ├── 16a_bash_seq.png │ │ │ │ ├── 16b_bash_for_loop.png │ │ │ │ ├── 16c_bash_use_quotes.png │ │ │ │ ├── 1_uname_o.png │ │ │ │ ├── 2_kernel_name.png │ │ │ │ ├── 2b_kernel_version.png │ │ │ │ ├── 3_all_sys_info.png │ │ │ │ ├── 3b_linux_distro.png │ │ │ │ ├── 4_default_repository.png │ │ │ │ ├── 4b_default_repository_main.png │ │ │ │ ├── 5_sourcesListD.png │ │ │ │ ├── 6_apt_help.png │ │ │ │ ├── 7_pm_dpkg_s.png │ │ │ │ ├── 8_workspaces_activities.png │ │ │ │ ├── 9_workspace_selector.png │ │ │ │ └── 9b_workspace_selector.png │ │ │ ├── keyboard_tricks │ │ │ │ ├── 2020-10-06_16-41.png │ │ │ │ ├── 2020-10-06_16-50_textEditing.png │ │ │ │ ├── 2020-10-06_16-55_cutPaste.png │ │ │ │ ├── 2020-10-06_17-26_completion.png │ │ │ │ ├── 2020-10-06_17-48_historyCommands.png │ │ │ │ └── 2020-10-06_17-50_historyExpansion.png │ │ │ ├── misc │ │ │ │ ├── 2020-10-06_20-12_fileModes.png │ │ │ │ ├── 2020-10-07_11-03_chown.png │ │ │ │ ├── 2020-10-07_19-14_vim.png │ │ │ │ └── 2020-10-07_19-50_vimTextDeletion.png │ │ │ └── system_prerequisites │ │ │ │ ├── 0_createVM.png │ │ │ │ ├── 0b_selectMemory.png │ │ │ │ ├── 14a_VB_snapshot.png │ │ │ │ ├── 14b_VB_snapshot.png │ │ │ │ ├── 1_add_vdi.png │ │ │ │ ├── 2_use_existing_virtual_hard_disk.png │ │ │ │ ├── 3_startVM.png │ │ │ │ └── 4_login.png │ │ ├── keyboard_tricks │ │ │ └── README.md │ │ ├── processes │ │ │ └── README.md │ │ ├── redirection │ │ │ └── README.md │ │ └── system_prerequisites │ │ │ └── README.md │ └── reference_material │ │ ├── Linux.pdf │ │ └── TheLinuxCommandLine-19.01.pdf ├── linux_post_exploitation │ └── README.md ├── linux_privilege_escalation │ ├── lxd_group │ │ └── README.md │ ├── malicious_binary │ │ └── README.md │ ├── mysql_3306 │ │ └── README.md │ └── restricted_sudo │ │ └── README.md ├── nullDelhiPuliya_06May2017 │ ├── README.md │ ├── TODO.md │ ├── reference_material │ │ ├── Beginner's_Ubuntu_Handbook.pdf │ │ ├── Linux.pptx │ │ └── Shell Scripting Basics.pptx │ └── sample_files │ │ ├── array.sh │ │ ├── case.sh │ │ ├── example1.sh │ │ ├── exit_status.sh │ │ ├── for.sh │ │ ├── forward-lookup.sh │ │ ├── if.sh │ │ ├── localization.sh │ │ ├── reverse-lookup.sh │ │ └── until.sh ├── obtaining_interactive_shell │ └── README.md ├── obtaining_reverse_shell │ └── README.md ├── password_guessing │ └── README.md ├── ssh │ └── README.md └── wireshark │ └── README.md ├── Mobile ├── Android │ ├── BACKLOG.md │ ├── README.md │ ├── amazon_cognito_authz_issue │ │ ├── README.md │ │ ├── image │ │ │ ├── 1-search-config-files.png │ │ │ ├── 2-enumerate-iam.png │ │ │ ├── 3-get-pool-credentials.png │ │ │ └── 4-brute-force-aws-service-access.png │ │ └── resources │ │ │ └── get_pool_credentials.py │ ├── android_debug_bridge │ │ ├── README.md │ │ └── image │ │ │ ├── 1-adb-devices.png │ │ │ └── 2-adb-shell.png │ ├── burp_suite │ │ └── README.md │ ├── drozer │ │ ├── README.md │ │ └── image │ │ │ ├── 1-drozer-agent.png │ │ │ ├── 1b-drozer-agent-icon.png │ │ │ ├── 1c-drozer-agent-screen.png │ │ │ ├── 1d-drozer-agent-on.png │ │ │ ├── 2-drozer-console-installed.png │ │ │ ├── 2b-drozer-console-connected.png │ │ │ ├── 2c-port-forwarding.png │ │ │ ├── 3-dz-list.png │ │ │ ├── 3b-dz-help.png │ │ │ ├── 3c-dz-list-package.png │ │ │ ├── 3d-dz-attack-surface.png │ │ │ ├── 4-start-activity.png │ │ │ ├── 4b-start-service.png │ │ │ ├── 4c-send-broadcast-intent.png │ │ │ ├── 4d-content-uris.png │ │ │ ├── 5-test-sql-injection.png │ │ │ ├── 5b-sql-injection-find-tables.png │ │ │ └── 5c-detect-traversal-vulnerability.png │ ├── environment_setup │ │ ├── README.md │ │ └── setup_vyapi │ │ │ ├── README.md │ │ │ └── image │ │ │ ├── 1-amplify-configure.png │ │ │ ├── 1b-aws-admin-account-sign-in.png │ │ │ ├── 1c-aws-management-console.png │ │ │ ├── 1d-press-enter.png │ │ │ ├── 2-enter-username.png │ │ │ ├── 2b-add-user-using-aws-console.png │ │ │ ├── 2c-set-permissions.png │ │ │ ├── 2d-user-security-credentials.png │ │ │ ├── 2e-press-enter.png │ │ │ ├── 2f-aws-profile-name.png │ │ │ ├── 2g-check-user-in-iam-home.png │ │ │ ├── 3-android-emulator.png │ │ │ ├── 4-amplify-init.png │ │ │ ├── 4b-choose-aws-profile.png │ │ │ ├── 4c-add-auth.png │ │ │ ├── 4d-ampify-status.png │ │ │ ├── 4e-amplify-push.png │ │ │ ├── 4f-amplify-auth-update.png │ │ │ ├── 4g-error.png │ │ │ ├── 5-node-version.png │ │ │ ├── 5b-node-version-replacement.png │ │ │ ├── 5c-success.png │ │ │ ├── 6-import-in-android-studio.png │ │ │ ├── 6b-build-apk.png │ │ │ ├── 7-avd-manager.png │ │ │ ├── 7b-start-emulator.png │ │ │ ├── 7c-android-emulator.png │ │ │ ├── 8-install-apk.png │ │ │ ├── 8b-apk-installed.png │ │ │ └── 8c-VyAPI.png │ ├── frida │ │ └── README.md │ ├── mobsf │ │ ├── README.md │ │ └── image │ │ │ ├── 1-mobsf-docker-run.png │ │ │ ├── 2-mobsf.png │ │ │ └── 3-mobsf-report.png │ ├── objection │ │ └── README.md │ ├── reverse_engineering │ │ ├── README.md │ │ └── image │ │ │ ├── 1-view-architecture.png │ │ │ ├── 2-explore-unzipped-manifest.png │ │ │ ├── 2b-enjarify.png │ │ │ ├── 2c-java-decompiler.png │ │ │ ├── 2d-apktool.png │ │ │ ├── 2e-decoded.png │ │ │ └── 2f-decoded-manifest.png │ └── sqlite_browser │ │ └── README.md ├── Flutter │ ├── README.md │ ├── image │ │ ├── confirm_known_string.png │ │ ├── landing_page.png │ │ ├── read_nearby_strings.png │ │ └── search_known_string.png │ └── res │ │ ├── README.md │ │ ├── app-arm64-v8a-release.apk │ │ ├── app-armeabi-v7a-release.apk │ │ └── app-x86_64-release.apk └── README.md ├── Network ├── Network │ ├── impacket_tools │ │ └── README.md │ └── port_redirection_and_tunneling │ │ └── README.md └── README.md ├── README.md ├── TODO.md ├── Web ├── README.md ├── aws_basics │ └── README.md ├── web_attacks │ ├── exploiting_tomcat_virtual_host_manager │ │ └── README.md │ ├── exploiting_xxe │ │ └── README.md │ ├── jwt_toolkit │ │ └── README.md │ ├── netmon │ │ └── README.md │ ├── postgresql_injection │ │ └── README.md │ └── shellshock_exploiting_apache_cgi │ │ └── README.md └── web_basics │ └── README.md └── Windows ├── README.md ├── code_execution ├── cloudme_bufferoverflow_seh │ └── README.md ├── smb-vuln-ms08-067 │ └── README.md └── smb-vuln-ms17-010 │ └── README.md ├── compiling_exploit_code └── README.md ├── ds_walk └── README.md ├── generating_attack_payload └── README.md ├── iis └── README.md ├── kerberos_preauthentication └── README.md ├── ldap_389 └── README.md ├── msrpc_135 └── README.md ├── mssql_1443 └── README.md ├── netbios_137 └── README.md ├── port_forwarding └── README.md ├── privilege_escalation ├── README.md ├── alwaysinstallelevated │ └── README.md ├── dll_hijacking │ └── README.md ├── getchangesall │ └── README.md ├── juicy_potato │ └── README.md ├── ms11-046_afd.sys │ └── README.md └── seimpersonateprivilege │ └── README.md ├── reverse_shell ├── powershell_reverse_shell │ └── README.md └── reverse_shell_powercat │ └── README.md ├── ssh_22 └── README.md ├── windows_post_exploitation ├── README.md ├── active_directory_enumeration │ └── README.md ├── attacking_kerberos │ └── README.md ├── crackmapexecwin │ └── README.md ├── file_transfer_powershell │ └── README.md ├── file_transfer_smbserver │ └── README.md ├── indirect_shell │ └── README.md ├── psexec_login │ └── README.md ├── readable_writable_file_directory_enumeration │ └── README.md ├── reverse_file_transfer │ └── README.md ├── sharphound │ └── README.md └── what_next │ └── README.md ├── windows_server_administration_basics └── README.md └── winrm_5985 └── README.md /Crypto/README.md: -------------------------------------------------------------------------------- 1 | # Crypto 2 | 3 | -------------------------------------------------------------------------------- /Linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/README.md -------------------------------------------------------------------------------- /Linux/creating_custom_wordlist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/creating_custom_wordlist/README.md -------------------------------------------------------------------------------- /Linux/escaping_restricted_shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/escaping_restricted_shell/README.md -------------------------------------------------------------------------------- /Linux/exploiting_buffer_overflow/README.md: -------------------------------------------------------------------------------- 1 | # Exploiting Buffer Overeflow in Linux Machine 2 | 3 | 1. -------------------------------------------------------------------------------- /Linux/exploits/buffer_overflow_linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/exploits/buffer_overflow_linux/README.md -------------------------------------------------------------------------------- /Linux/exploits/distccd_3632/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/exploits/distccd_3632/README.md -------------------------------------------------------------------------------- /Linux/file_transfer/tftp_udp69/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/file_transfer/tftp_udp69/README.md -------------------------------------------------------------------------------- /Linux/fuzzing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/fuzzing/README.md -------------------------------------------------------------------------------- /Linux/general/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/general/README.md -------------------------------------------------------------------------------- /Linux/generating_attack_payload/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/generating_attack_payload/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/README_backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/README_backup.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/bios/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/bios/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/grub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/grub/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/init/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/init/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/kernel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/kernel/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/mbr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/mbr/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/runlevel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/6_stages_of_linux_boot_process/runlevel/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/bash_scripting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/bash_scripting/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/changing_identity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/changing_identity/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/commands/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/commands/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/expansion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/expansion/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/bash_shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/bash_shell/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/gnu_linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/gnu_linux/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/package_management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/package_management/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/redirection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/redirection/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/screens/README.md: -------------------------------------------------------------------------------- 1 | # Screens 2 | 3 | -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/software_repositories/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/software_repositories/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/terminator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/terminator/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/vim_text_editor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/vim_text_editor/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/virtual_terminal/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/virtual_terminal/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/workspaces/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/getting_started_with_linux/workspaces/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/10_grub_set_environment_variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/10_grub_set_environment_variables.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/11_load_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/11_load_normal.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/12_launch_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/12_launch_normal.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/13_mbr_hexdump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/13_mbr_hexdump.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/14b_VB_snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/14b_VB_snapshot.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/15_grub_configuration_root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/15_grub_configuration_root.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/16_kernel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/16_kernel.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/17_init_process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/17_init_process.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/17b_init_process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/17b_init_process.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/18_initrd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/18_initrd.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/19_binwalk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/19_binwalk.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/19b_binwalk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/19b_binwalk.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/20_unmkinitramfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/20_unmkinitramfs.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/20b_unmkinitramfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/20b_unmkinitramfs.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/21_processNameFromPID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/21_processNameFromPID.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/22_systemd_unit_files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/22_systemd_unit_files.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/23_unit_files_service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/23_unit_files_service.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/23_unit_files_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/23_unit_files_target.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24a_locate_service_unit_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24a_locate_service_unit_file.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24b_view_service_unit_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24b_view_service_unit_file.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24c_bluetooth_service_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24c_bluetooth_service_status.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24d_openvpn_service_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24d_openvpn_service_status.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24e_stop_service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24e_stop_service.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24f_start_service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/24f_start_service.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/25_default_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/25_default_target.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/25b_current_runlevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/25b_current_runlevel.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/25c_previous_and_current_runlevels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/25c_previous_and_current_runlevels.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/26_change_default_target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/26_change_default_target.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/26b_rescue_mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/26b_rescue_mode.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/5_select_boot_device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/5_select_boot_device.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/5b_select_boot_device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/5b_select_boot_device.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/6_gnu_grub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/6_gnu_grub.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/7_grub_console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/7_grub_console.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/8_grub_ls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/8_grub_ls.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/9_lookInsidePartition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/6_stages_of_linux_boot_process/9_lookInsidePartition.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/1_exitStatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/1_exitStatus.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/2_readInput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/2_readInput.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/2b_readInput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/2b_readInput.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/2c_readInput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/2c_readInput.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/2d_readInput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/2d_readInput.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/3_customMessage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/3_customMessage.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/4_integerArithmetic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/4_integerArithmetic.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/5_wildcards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/5_wildcards.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/5b_character_class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/5b_character_class.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/6_hard_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/6_hard_link.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/6b_symbolic_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/6b_symbolic_link.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/7_apropos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/7_apropos.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/8_whatis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/bash_scripting/8_whatis.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/10_terminator_check_installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/10_terminator_check_installation.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/11_terminator_preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/11_terminator_preferences.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/12_vim_paste_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/12_vim_paste_text.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/13_vim_term.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/13_vim_term.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/14_vim_bash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/14_vim_bash.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/14b_vim_bash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/14b_vim_bash.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/15_bash_hello.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/15_bash_hello.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/16a_bash_seq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/16a_bash_seq.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/16b_bash_for_loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/16b_bash_for_loop.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/16c_bash_use_quotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/16c_bash_use_quotes.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/1_uname_o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/1_uname_o.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/2_kernel_name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/2_kernel_name.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/2b_kernel_version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/2b_kernel_version.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/3_all_sys_info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/3_all_sys_info.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/3b_linux_distro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/3b_linux_distro.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/4_default_repository.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/4_default_repository.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/4b_default_repository_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/4b_default_repository_main.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/5_sourcesListD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/5_sourcesListD.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/6_apt_help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/6_apt_help.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/7_pm_dpkg_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/7_pm_dpkg_s.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/8_workspaces_activities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/8_workspaces_activities.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/9_workspace_selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/9_workspace_selector.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/9b_workspace_selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/getting_started_with_linux/9b_workspace_selector.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_16-41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_16-41.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_16-50_textEditing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_16-50_textEditing.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_16-55_cutPaste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_16-55_cutPaste.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_17-26_completion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_17-26_completion.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_17-48_historyCommands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_17-48_historyCommands.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_17-50_historyExpansion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/keyboard_tricks/2020-10-06_17-50_historyExpansion.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/misc/2020-10-06_20-12_fileModes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/misc/2020-10-06_20-12_fileModes.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/misc/2020-10-07_11-03_chown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/misc/2020-10-07_11-03_chown.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/misc/2020-10-07_19-14_vim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/misc/2020-10-07_19-14_vim.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/misc/2020-10-07_19-50_vimTextDeletion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/misc/2020-10-07_19-50_vimTextDeletion.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/0_createVM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/0_createVM.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/0b_selectMemory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/0b_selectMemory.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/14a_VB_snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/14a_VB_snapshot.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/14b_VB_snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/14b_VB_snapshot.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/1_add_vdi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/1_add_vdi.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/2_use_existing_virtual_hard_disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/2_use_existing_virtual_hard_disk.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/3_startVM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/3_startVM.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/4_login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/image/system_prerequisites/4_login.png -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/keyboard_tricks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/keyboard_tricks/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/processes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/processes/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/redirection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/redirection/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/documentation/system_prerequisites/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/documentation/system_prerequisites/README.md -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/reference_material/Linux.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/reference_material/Linux.pdf -------------------------------------------------------------------------------- /Linux/getting_comfortable_with_linux_basics/reference_material/TheLinuxCommandLine-19.01.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/getting_comfortable_with_linux_basics/reference_material/TheLinuxCommandLine-19.01.pdf -------------------------------------------------------------------------------- /Linux/linux_post_exploitation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/linux_post_exploitation/README.md -------------------------------------------------------------------------------- /Linux/linux_privilege_escalation/lxd_group/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/linux_privilege_escalation/lxd_group/README.md -------------------------------------------------------------------------------- /Linux/linux_privilege_escalation/malicious_binary/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/linux_privilege_escalation/malicious_binary/README.md -------------------------------------------------------------------------------- /Linux/linux_privilege_escalation/mysql_3306/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/linux_privilege_escalation/mysql_3306/README.md -------------------------------------------------------------------------------- /Linux/linux_privilege_escalation/restricted_sudo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/linux_privilege_escalation/restricted_sudo/README.md -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/README.md -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/TODO.md -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/reference_material/Beginner's_Ubuntu_Handbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/reference_material/Beginner's_Ubuntu_Handbook.pdf -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/reference_material/Linux.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/reference_material/Linux.pptx -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/reference_material/Shell Scripting Basics.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/reference_material/Shell Scripting Basics.pptx -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/sample_files/array.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/sample_files/array.sh -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/sample_files/case.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/sample_files/case.sh -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/sample_files/example1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/sample_files/example1.sh -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/sample_files/exit_status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/sample_files/exit_status.sh -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/sample_files/for.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/sample_files/for.sh -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/sample_files/forward-lookup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/sample_files/forward-lookup.sh -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/sample_files/if.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/sample_files/if.sh -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/sample_files/localization.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/sample_files/localization.sh -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/sample_files/reverse-lookup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/sample_files/reverse-lookup.sh -------------------------------------------------------------------------------- /Linux/nullDelhiPuliya_06May2017/sample_files/until.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/nullDelhiPuliya_06May2017/sample_files/until.sh -------------------------------------------------------------------------------- /Linux/obtaining_interactive_shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/obtaining_interactive_shell/README.md -------------------------------------------------------------------------------- /Linux/obtaining_reverse_shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/obtaining_reverse_shell/README.md -------------------------------------------------------------------------------- /Linux/password_guessing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/password_guessing/README.md -------------------------------------------------------------------------------- /Linux/ssh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Linux/ssh/README.md -------------------------------------------------------------------------------- /Linux/wireshark/README.md: -------------------------------------------------------------------------------- 1 | # Wireshark 2 | 3 | -------------------------------------------------------------------------------- /Mobile/Android/BACKLOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/BACKLOG.md -------------------------------------------------------------------------------- /Mobile/Android/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/README.md -------------------------------------------------------------------------------- /Mobile/Android/amazon_cognito_authz_issue/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/amazon_cognito_authz_issue/README.md -------------------------------------------------------------------------------- /Mobile/Android/amazon_cognito_authz_issue/image/1-search-config-files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/amazon_cognito_authz_issue/image/1-search-config-files.png -------------------------------------------------------------------------------- /Mobile/Android/amazon_cognito_authz_issue/image/2-enumerate-iam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/amazon_cognito_authz_issue/image/2-enumerate-iam.png -------------------------------------------------------------------------------- /Mobile/Android/amazon_cognito_authz_issue/image/3-get-pool-credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/amazon_cognito_authz_issue/image/3-get-pool-credentials.png -------------------------------------------------------------------------------- /Mobile/Android/amazon_cognito_authz_issue/image/4-brute-force-aws-service-access.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/amazon_cognito_authz_issue/image/4-brute-force-aws-service-access.png -------------------------------------------------------------------------------- /Mobile/Android/amazon_cognito_authz_issue/resources/get_pool_credentials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/amazon_cognito_authz_issue/resources/get_pool_credentials.py -------------------------------------------------------------------------------- /Mobile/Android/android_debug_bridge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/android_debug_bridge/README.md -------------------------------------------------------------------------------- /Mobile/Android/android_debug_bridge/image/1-adb-devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/android_debug_bridge/image/1-adb-devices.png -------------------------------------------------------------------------------- /Mobile/Android/android_debug_bridge/image/2-adb-shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/android_debug_bridge/image/2-adb-shell.png -------------------------------------------------------------------------------- /Mobile/Android/burp_suite/README.md: -------------------------------------------------------------------------------- 1 | # Burp Suite 2 | 3 | -------------------------------------------------------------------------------- /Mobile/Android/drozer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/README.md -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/1-drozer-agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/1-drozer-agent.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/1b-drozer-agent-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/1b-drozer-agent-icon.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/1c-drozer-agent-screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/1c-drozer-agent-screen.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/1d-drozer-agent-on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/1d-drozer-agent-on.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/2-drozer-console-installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/2-drozer-console-installed.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/2b-drozer-console-connected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/2b-drozer-console-connected.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/2c-port-forwarding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/2c-port-forwarding.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/3-dz-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/3-dz-list.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/3b-dz-help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/3b-dz-help.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/3c-dz-list-package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/3c-dz-list-package.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/3d-dz-attack-surface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/3d-dz-attack-surface.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/4-start-activity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/4-start-activity.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/4b-start-service.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/4b-start-service.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/4c-send-broadcast-intent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/4c-send-broadcast-intent.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/4d-content-uris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/4d-content-uris.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/5-test-sql-injection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/5-test-sql-injection.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/5b-sql-injection-find-tables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/5b-sql-injection-find-tables.png -------------------------------------------------------------------------------- /Mobile/Android/drozer/image/5c-detect-traversal-vulnerability.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/drozer/image/5c-detect-traversal-vulnerability.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/README.md -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/README.md -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/1-amplify-configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/1-amplify-configure.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/1b-aws-admin-account-sign-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/1b-aws-admin-account-sign-in.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/1c-aws-management-console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/1c-aws-management-console.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/1d-press-enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/1d-press-enter.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/2-enter-username.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/2-enter-username.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/2b-add-user-using-aws-console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/2b-add-user-using-aws-console.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/2c-set-permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/2c-set-permissions.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/2d-user-security-credentials.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/2d-user-security-credentials.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/2e-press-enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/2e-press-enter.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/2f-aws-profile-name.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/2f-aws-profile-name.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/2g-check-user-in-iam-home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/2g-check-user-in-iam-home.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/3-android-emulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/3-android-emulator.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/4-amplify-init.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/4-amplify-init.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/4b-choose-aws-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/4b-choose-aws-profile.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/4c-add-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/4c-add-auth.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/4d-ampify-status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/4d-ampify-status.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/4e-amplify-push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/4e-amplify-push.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/4f-amplify-auth-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/4f-amplify-auth-update.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/4g-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/4g-error.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/5-node-version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/5-node-version.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/5b-node-version-replacement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/5b-node-version-replacement.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/5c-success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/5c-success.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/6-import-in-android-studio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/6-import-in-android-studio.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/6b-build-apk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/6b-build-apk.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/7-avd-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/7-avd-manager.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/7b-start-emulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/7b-start-emulator.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/7c-android-emulator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/7c-android-emulator.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/8-install-apk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/8-install-apk.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/8b-apk-installed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/8b-apk-installed.png -------------------------------------------------------------------------------- /Mobile/Android/environment_setup/setup_vyapi/image/8c-VyAPI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/environment_setup/setup_vyapi/image/8c-VyAPI.png -------------------------------------------------------------------------------- /Mobile/Android/frida/README.md: -------------------------------------------------------------------------------- 1 | # Frida 2 | 3 | -------------------------------------------------------------------------------- /Mobile/Android/mobsf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/mobsf/README.md -------------------------------------------------------------------------------- /Mobile/Android/mobsf/image/1-mobsf-docker-run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/mobsf/image/1-mobsf-docker-run.png -------------------------------------------------------------------------------- /Mobile/Android/mobsf/image/2-mobsf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/mobsf/image/2-mobsf.png -------------------------------------------------------------------------------- /Mobile/Android/mobsf/image/3-mobsf-report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/mobsf/image/3-mobsf-report.png -------------------------------------------------------------------------------- /Mobile/Android/objection/README.md: -------------------------------------------------------------------------------- 1 | # Objection 2 | 3 | -------------------------------------------------------------------------------- /Mobile/Android/reverse_engineering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/reverse_engineering/README.md -------------------------------------------------------------------------------- /Mobile/Android/reverse_engineering/image/1-view-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/reverse_engineering/image/1-view-architecture.png -------------------------------------------------------------------------------- /Mobile/Android/reverse_engineering/image/2-explore-unzipped-manifest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/reverse_engineering/image/2-explore-unzipped-manifest.png -------------------------------------------------------------------------------- /Mobile/Android/reverse_engineering/image/2b-enjarify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/reverse_engineering/image/2b-enjarify.png -------------------------------------------------------------------------------- /Mobile/Android/reverse_engineering/image/2c-java-decompiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/reverse_engineering/image/2c-java-decompiler.png -------------------------------------------------------------------------------- /Mobile/Android/reverse_engineering/image/2d-apktool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/reverse_engineering/image/2d-apktool.png -------------------------------------------------------------------------------- /Mobile/Android/reverse_engineering/image/2e-decoded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/reverse_engineering/image/2e-decoded.png -------------------------------------------------------------------------------- /Mobile/Android/reverse_engineering/image/2f-decoded-manifest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Android/reverse_engineering/image/2f-decoded-manifest.png -------------------------------------------------------------------------------- /Mobile/Android/sqlite_browser/README.md: -------------------------------------------------------------------------------- 1 | # SQLite Browser 2 | 3 | -------------------------------------------------------------------------------- /Mobile/Flutter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Flutter/README.md -------------------------------------------------------------------------------- /Mobile/Flutter/image/confirm_known_string.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Flutter/image/confirm_known_string.png -------------------------------------------------------------------------------- /Mobile/Flutter/image/landing_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Flutter/image/landing_page.png -------------------------------------------------------------------------------- /Mobile/Flutter/image/read_nearby_strings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Flutter/image/read_nearby_strings.png -------------------------------------------------------------------------------- /Mobile/Flutter/image/search_known_string.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Flutter/image/search_known_string.png -------------------------------------------------------------------------------- /Mobile/Flutter/res/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Flutter/res/README.md -------------------------------------------------------------------------------- /Mobile/Flutter/res/app-arm64-v8a-release.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Flutter/res/app-arm64-v8a-release.apk -------------------------------------------------------------------------------- /Mobile/Flutter/res/app-armeabi-v7a-release.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Flutter/res/app-armeabi-v7a-release.apk -------------------------------------------------------------------------------- /Mobile/Flutter/res/app-x86_64-release.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/Flutter/res/app-x86_64-release.apk -------------------------------------------------------------------------------- /Mobile/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Mobile/README.md -------------------------------------------------------------------------------- /Network/Network/impacket_tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Network/Network/impacket_tools/README.md -------------------------------------------------------------------------------- /Network/Network/port_redirection_and_tunneling/README.md: -------------------------------------------------------------------------------- 1 | # Port Redirection and Tunneling 2 | 3 | -------------------------------------------------------------------------------- /Network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Network/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Web/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Web/README.md -------------------------------------------------------------------------------- /Web/aws_basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Web/aws_basics/README.md -------------------------------------------------------------------------------- /Web/web_attacks/exploiting_tomcat_virtual_host_manager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Web/web_attacks/exploiting_tomcat_virtual_host_manager/README.md -------------------------------------------------------------------------------- /Web/web_attacks/exploiting_xxe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Web/web_attacks/exploiting_xxe/README.md -------------------------------------------------------------------------------- /Web/web_attacks/jwt_toolkit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Web/web_attacks/jwt_toolkit/README.md -------------------------------------------------------------------------------- /Web/web_attacks/netmon/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Web/web_attacks/netmon/README.md -------------------------------------------------------------------------------- /Web/web_attacks/postgresql_injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Web/web_attacks/postgresql_injection/README.md -------------------------------------------------------------------------------- /Web/web_attacks/shellshock_exploiting_apache_cgi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Web/web_attacks/shellshock_exploiting_apache_cgi/README.md -------------------------------------------------------------------------------- /Web/web_basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Web/web_basics/README.md -------------------------------------------------------------------------------- /Windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/README.md -------------------------------------------------------------------------------- /Windows/code_execution/cloudme_bufferoverflow_seh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/code_execution/cloudme_bufferoverflow_seh/README.md -------------------------------------------------------------------------------- /Windows/code_execution/smb-vuln-ms08-067/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/code_execution/smb-vuln-ms08-067/README.md -------------------------------------------------------------------------------- /Windows/code_execution/smb-vuln-ms17-010/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/code_execution/smb-vuln-ms17-010/README.md -------------------------------------------------------------------------------- /Windows/compiling_exploit_code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/compiling_exploit_code/README.md -------------------------------------------------------------------------------- /Windows/ds_walk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/ds_walk/README.md -------------------------------------------------------------------------------- /Windows/generating_attack_payload/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/generating_attack_payload/README.md -------------------------------------------------------------------------------- /Windows/iis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/iis/README.md -------------------------------------------------------------------------------- /Windows/kerberos_preauthentication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/kerberos_preauthentication/README.md -------------------------------------------------------------------------------- /Windows/ldap_389/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/ldap_389/README.md -------------------------------------------------------------------------------- /Windows/msrpc_135/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/msrpc_135/README.md -------------------------------------------------------------------------------- /Windows/mssql_1443/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/mssql_1443/README.md -------------------------------------------------------------------------------- /Windows/netbios_137/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/netbios_137/README.md -------------------------------------------------------------------------------- /Windows/port_forwarding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/port_forwarding/README.md -------------------------------------------------------------------------------- /Windows/privilege_escalation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/privilege_escalation/README.md -------------------------------------------------------------------------------- /Windows/privilege_escalation/alwaysinstallelevated/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/privilege_escalation/alwaysinstallelevated/README.md -------------------------------------------------------------------------------- /Windows/privilege_escalation/dll_hijacking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/privilege_escalation/dll_hijacking/README.md -------------------------------------------------------------------------------- /Windows/privilege_escalation/getchangesall/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/privilege_escalation/getchangesall/README.md -------------------------------------------------------------------------------- /Windows/privilege_escalation/juicy_potato/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/privilege_escalation/juicy_potato/README.md -------------------------------------------------------------------------------- /Windows/privilege_escalation/ms11-046_afd.sys/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/privilege_escalation/ms11-046_afd.sys/README.md -------------------------------------------------------------------------------- /Windows/privilege_escalation/seimpersonateprivilege/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/privilege_escalation/seimpersonateprivilege/README.md -------------------------------------------------------------------------------- /Windows/reverse_shell/powershell_reverse_shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/reverse_shell/powershell_reverse_shell/README.md -------------------------------------------------------------------------------- /Windows/reverse_shell/reverse_shell_powercat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/reverse_shell/reverse_shell_powercat/README.md -------------------------------------------------------------------------------- /Windows/ssh_22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/ssh_22/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/active_directory_enumeration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/active_directory_enumeration/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/attacking_kerberos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/attacking_kerberos/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/crackmapexecwin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/crackmapexecwin/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/file_transfer_powershell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/file_transfer_powershell/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/file_transfer_smbserver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/file_transfer_smbserver/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/indirect_shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/indirect_shell/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/psexec_login/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/psexec_login/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/readable_writable_file_directory_enumeration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/readable_writable_file_directory_enumeration/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/reverse_file_transfer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/reverse_file_transfer/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/sharphound/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/sharphound/README.md -------------------------------------------------------------------------------- /Windows/windows_post_exploitation/what_next/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_post_exploitation/what_next/README.md -------------------------------------------------------------------------------- /Windows/windows_server_administration_basics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/windows_server_administration_basics/README.md -------------------------------------------------------------------------------- /Windows/winrm_5985/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/riddhi-shree/knowledge-sharing/HEAD/Windows/winrm_5985/README.md --------------------------------------------------------------------------------