├── .gitignore ├── Alternate-ReadME.md ├── Bash-Scripts.md ├── Bookls └── Hacking-Books.md ├── CONTRIBUTING.md ├── Free Paid Courses └── Links.md ├── Hacker-Search-Engines.md ├── Hacking-Tools.md ├── LICENSE ├── MemFOR.md ├── OSHINT.md ├── OSINT.md ├── Pentest.md ├── README.md ├── RED_TeAM.md ├── Red-Team-Operations.md ├── RedTeam-Tools.md ├── RedTeam.md ├── RedTeamOps.md ├── SCOR ├── BRKSEC-3032.pdf ├── DMVPN-hub-configuration.txt ├── Dockerfile_example ├── FTD-clustering.md ├── GETVPN.md ├── IPSEC-VPNs.md ├── IPsec VPN Functions, Protocols, and Related Troubleshooting Commands.png ├── README.md ├── VPN-Troubleshooting.md ├── kubernetes.md ├── learning_python_devnet.md ├── threat-response-api-example.py ├── top-threats-to-cloud-computing-deep-dive.pdf └── zbfw.md ├── adversarial_emulation └── README.md ├── ai_research ├── AI Security Best Practices │ ├── AI-security-tools-and-frameworks.md │ ├── high-level-best-practices.md │ ├── homomorphic-encryption.md │ ├── secure-deployment.md │ ├── secure-design.md │ └── threat-modeling.md ├── AI for Incident Response │ ├── analyzing_logs.py │ └── logs.txt ├── ML_Fundamentals │ ├── AI-ML_use_cases.md │ ├── Supervised_Unsupervised_Reinforcement_Learning.md │ ├── ai_generated │ │ ├── README.md │ │ ├── article_generator.py │ │ ├── data │ │ │ ├── Actor-Critic_Methods.md │ │ │ ├── Association_Rules_(Apriori,_FP-Growth).md │ │ │ ├── DBSCAN.md │ │ │ ├── Decision_Trees.md │ │ │ ├── Gaussian_Mixture_Models_(GMM).md │ │ │ ├── Gradient_Boosting_Machines_(GBM).md │ │ │ ├── Independent_Component_Analysis_(ICA).md │ │ │ ├── Latent_Dirichlet_Allocation_(LDA).md │ │ │ ├── Monte_Carlo_Tree_Search_(MCTS).md │ │ │ ├── Naïve_Bayes.md │ │ │ ├── Neural_Networks.md │ │ │ ├── Policy_Gradients.md │ │ │ ├── Principal_Component_Analysis_(PCA).md │ │ │ ├── Proximal_Policy_Optimization_(PPO).md │ │ │ ├── README.md │ │ │ ├── Random_Forests.md │ │ │ ├── SARSA.md │ │ │ ├── Support_Vector_Machines_(SVM).md │ │ │ ├── Temporal_Difference_Learning_(TD_Learning).md │ │ │ ├── Trust_Region_Policy_Optimization_(TRPO).md │ │ │ ├── ai_generated_python_scripts │ │ │ │ ├── Actor-Critic_Methods.md │ │ │ │ ├── Association_Rules_(Apriori,_FP-Growth).md │ │ │ │ ├── DBSCAN.md │ │ │ │ ├── Decision_Trees.md │ │ │ │ ├── Gaussian_Mixture_Models_(GMM).md │ │ │ │ ├── Gradient_Boosting_Machines_(GBM).md │ │ │ │ ├── Independent_Component_Analysis_(ICA).md │ │ │ │ ├── Latent_Dirichlet_Allocation_(LDA).md │ │ │ │ ├── Monte_Carlo_Tree_Search_(MCTS).md │ │ │ │ ├── Naïve_Bayes.md │ │ │ │ ├── Neural_Networks.md │ │ │ │ ├── Policy_Gradients.md │ │ │ │ ├── Principal_Component_Analysis_(PCA).md │ │ │ │ ├── Proximal_Policy_Optimization_(PPO).md │ │ │ │ ├── Random_Forests.md │ │ │ │ ├── SARSA.md │ │ │ │ ├── Support_Vector_Machines_(SVM).md │ │ │ │ ├── Temporal_Difference_Learning_(TD_Learning).md │ │ │ │ ├── Trust_Region_Policy_Optimization_(TRPO).md │ │ │ │ ├── k-Nearest_Neighbors_(k-NN).md │ │ │ │ └── t-SNE.md │ │ │ ├── k-Nearest_Neighbors_(k-NN).md │ │ │ ├── t-SNE.md │ │ │ └── use_cases │ │ │ │ ├── 3D_Printing_usecase.md │ │ │ │ ├── Agricultural_AI_usecase.md │ │ │ │ ├── Astronomical_Research_usecase.md │ │ │ │ ├── Augmented_Reality_(AR)_usecase.md │ │ │ │ ├── Autonomous_Drones_usecase.md │ │ │ │ ├── Bioinformatics_usecase.md │ │ │ │ ├── Chatbots_and_Virtual_Assistants_usecase.md │ │ │ │ ├── Content_Creation_usecase.md │ │ │ │ ├── Credit_Scoring_usecase.md │ │ │ │ ├── Customer_Segmentation_usecase.md │ │ │ │ ├── Cybersecurity_usecase.md │ │ │ │ ├── Drug_Discovery_usecase.md │ │ │ │ ├── E-commerce_Visual_Recognition_usecase.md │ │ │ │ ├── E-learning_Platforms_usecase.md │ │ │ │ ├── Elderly_Care_Robotics_usecase.md │ │ │ │ ├── Energy_Consumption_Optimization_usecase.md │ │ │ │ ├── Facial_Recognition_usecase.md │ │ │ │ ├── Fraud_Detection_usecase.md │ │ │ │ ├── Handwriting_Recognition_usecase.md │ │ │ │ ├── Healthcare_Diagnosis_usecase.md │ │ │ │ ├── Human_Resources_(HR)_usecase.md │ │ │ │ ├── Language_Learning_Apps_usecase.md │ │ │ │ ├── Language_Translation_Services_usecase.md │ │ │ │ ├── Learning_Analytics_in_Education_usecase.md │ │ │ │ ├── Legal_Document_Analysis_usecase.md │ │ │ │ ├── Natural_Language_Processing_(NLP)_usecase.md │ │ │ │ ├── Online_Gaming_usecase.md │ │ │ │ ├── Personalized_Marketing_usecase.md │ │ │ │ ├── Predictive_Analytics_usecase.md │ │ │ │ ├── Predictive_Maintenance_usecase.md │ │ │ │ ├── README.md │ │ │ │ ├── Recommendation_Systems_usecase.md │ │ │ │ ├── Retail_Inventory_Management_usecase.md │ │ │ │ ├── Robotics_in_Manufacturing_usecase.md │ │ │ │ ├── Search_Engine_Optimization_(SEO)_usecase.md │ │ │ │ ├── Seismic_Interpretation_usecase.md │ │ │ │ ├── Self-Driving_Cars_usecase.md │ │ │ │ ├── Sentiment_Analysis_usecase.md │ │ │ │ ├── Simulation_and_Modeling_usecase.md │ │ │ │ ├── Smart_Agriculture_usecase.md │ │ │ │ ├── Smart_Grids_usecase.md │ │ │ │ ├── Smart_Home_Devices_usecase.md │ │ │ │ ├── Social_Media_Monitoring_usecase.md │ │ │ │ ├── Speech_Recognition_usecase.md │ │ │ │ ├── Supply_Chain_Optimization_usecase.md │ │ │ │ ├── Telemedicine_usecase.md │ │ │ │ ├── Traffic_Management_usecase.md │ │ │ │ ├── Virtual_Reality_(VR)_usecase.md │ │ │ │ ├── Voice-Activated_Assistants_usecase.md │ │ │ │ ├── Waste_Management_usecase.md │ │ │ │ └── Weather_Forecasting_usecase.md │ │ └── ideas.txt │ ├── linear_regression.py │ └── ml_ai_datasets.md ├── README.md ├── ethics_privacy │ └── README.md ├── labs │ ├── README.md │ ├── basic_openai_api.md │ ├── gorilla.md │ ├── nltk.md │ ├── scikit_learn.md │ └── tf_keras.md └── prompt_injection │ └── README.md ├── bash.md ├── buffer_overflow_example ├── BufferOverFlow.png ├── README.md ├── additional_examples.md ├── arm.md ├── bad_code.c ├── demeter │ ├── call_shellcode.c │ ├── exploit.c │ ├── prep.md │ └── stack.c ├── learn_assembly.md ├── mitigations.md ├── one_liner_exploit.sh ├── registers.md ├── stack_after_buffer_overflow.png ├── strcpy_example.c ├── strcpy_example.md ├── strcpy_example2.c └── vuln_program ├── bug-bounties ├── README.md └── scope_example.md ├── capture_the_flag ├── README.md └── challenges │ └── heavy_computation │ ├── encrypt.py │ └── flag.enc ├── cheat_sheets ├── AI │ └── The ChatGPT Playbook .pdf ├── Attack-Surfaces-Tools-and-Techniques.pdf ├── DFIR-Smartphone-Forensics-Poster.pdf ├── EricZimmermanCommandLineToolsCheatSheet-v1.0.pdf ├── MetasploitCheatsheet2.0.pdf ├── NMAP_cheat_sheet.md ├── PENT-PSTR-SANS18-BP-V1_web.pdf ├── Poster_Memory_Forensics.pdf ├── Poster_SIFT_REMnux_2016_FINAL.pdf ├── PowerShellCheatSheet_v41.pdf ├── SEC573_PythonCheatSheet_06272016.pdf ├── SQlite-PocketReference-final.pdf ├── ScapyCheatSheet_v0.2.pdf ├── UFW_cheat_sheet.md ├── Wireshark_Display_Filters.pdf ├── analyzing-malicious-document-files.pdf ├── awk_cheatsheet.md ├── commandlinekungfu.pdf ├── evidence_collection_cheat_sheet.pdf ├── hping3_cheatsheet.pdf ├── insecure_protocols.md ├── ip_command_cheatsheet.pdf ├── linux-cheat-sheet.pdf ├── linux-shell-survival-guide.pdf ├── linux │ ├── linux_metacharacters.md │ └── user_management.md ├── malware-analysis-cheat-sheet.pdf ├── mem-forensics.pdf ├── misc-tools-sheet.pdf ├── msfvenom.md ├── netcat-cheat-sheet.pdf ├── netcat_cheat_sheet_v1.pdf ├── regular-expressions.md ├── rekall-memory-forensics-cheatsheet.pdf ├── reverse-engineering-malicious-code-tips (1).pdf ├── reverse-engineering-malicious-code-tips.pdf ├── rules-of-engagement-worksheet.rtf ├── scapy_guide_by_Adam_Maxwell.pdf ├── scope-worksheet.rtf ├── tcpdump-cheat-sheet.pdf ├── tshark-cheat-sheet.md ├── volatility-memory-forensics-cheat-sheet.pdf ├── windows-cheat-sheet.pdf ├── windows-command-line-sheet.pdf └── windows_to_unix_cheatsheet.pdf ├── cloud_resources ├── README.md ├── cloud_logging.md ├── enumerating_aws_boto3.md ├── high_level_best_practices_pen_testing.md └── s3_words.txt ├── cracking_passwords ├── SecLists.md ├── cracked.md ├── cracked2.md ├── hashes ├── more_wordlists │ ├── 10-million-passwords.txt │ └── common_first_names.txt └── pwned_hashes ├── crypto ├── README.md ├── cert_openssl.md ├── challenges │ ├── 01_Classic_Caesar_Cipher.md │ ├── 02_Diffie_Hellman_Key_Exchange.md │ ├── 03_Digital_Signature_Forgery.md │ ├── 04_Classic_Vigenere_Cipher.md │ ├── 05_Implement_Diffie_Hellman_Key_Exchange.md │ ├── 06_Digital_Signature_Forgery_Advanced.md │ ├── 07_Frequency_Analysis_Attack_Substitution.md │ ├── 08_Elliptic_Curve_Key_Pair_Generation.md │ ├── 09_Attack_on_Weak_RSA_Modulus.md │ └── README.md ├── crypto_algorithms.md ├── crypto_frameworks.md ├── crypto_tools.md ├── disk_encryption.md └── gpg_how_to.md ├── cyberops ├── README.md ├── cyberops-associate.md ├── cyberops-professional.md └── mikey-trojan-threat-report.json ├── devsecops ├── README.md ├── building_devsecops_pipelines.md ├── devsecops_pipelines.md └── securing_code_and_applications.md ├── dfir ├── README.md ├── pcaps │ └── README.md ├── snort │ └── README.md ├── threat-hunting-analysis-main │ ├── Detecting Nmap Behavior with Bro HTTP Logs.ipynb │ ├── HTTP Nmap Indicator Detection.ipynb │ ├── LICENSE │ ├── README.md │ ├── http.log │ └── suspicious_http_records.csv └── volatility_exercises │ └── README.md ├── docker-and-k8s-security ├── EKS-best-practices.md ├── GKE.md ├── README.md ├── container-ecosystem.webp ├── docker │ ├── CIS_Docker_Community_Edition_Benchmark_v1.1.0.pdf │ ├── Dockerfile.distroless │ ├── Dockerfile.naive │ ├── Dockerfile.non-root │ ├── Makefile │ ├── additional-tools.md │ ├── audit-docker.md │ ├── docker-bench-websploit.sh │ ├── docker-swarm-firewalls.md │ ├── package.json │ ├── run_cis_bench_locally.sh │ ├── seccomp.md │ └── server.js ├── kubernetes │ ├── CIS_Kubernetes_Benchmark_v1.6.0.pdf │ ├── CTR_Kubernetes_Hardening_Guidance_1.1_20220315.PDF │ ├── Kubernetes Goat.pdf │ ├── README.md │ ├── network-policy-example.md │ └── secrets.md └── podman_vs_docker.md ├── exploit_development ├── README.md ├── aslr_changer ├── aslr_changer.c ├── chatserver-smallbuffer ├── gdbinit.txt ├── httpdpost.fuzzer ├── libhttpd ├── mutiny_new.py ├── sockets_example.py └── triple_socket_template.py ├── fuzzing_resources └── README.md ├── game_hacking └── README.md ├── honeypots_honeynets ├── README.md └── cloud_honeynet.md ├── iot_hacking ├── README.md └── flags.md ├── linux-hardening ├── BIOS-best-practices.md ├── CIS_Distribution_Independent_Linux_Benchmark_v2.0.0.pdf ├── LSM-comparison.md ├── Lab_Guide.pdf ├── README.md ├── Ultimate_Linux_Hardening_DAY1 .pdf ├── container_optimized_linux_images.md ├── nftables_iptables_ufw_firewalld.md ├── port-knocking-and-spa.md ├── selinux_CENTOS_lab.md ├── selinux_UBUNTU_lab.md └── understanding_selinux.md ├── metasploit_resources └── README.md ├── mobile_security ├── OmarsApplication │ ├── .gitignore │ ├── .idea │ │ ├── caches │ │ │ └── build_file_checksums.ser │ │ ├── codeStyles │ │ │ └── Project.xml │ │ ├── gradle.xml │ │ ├── misc.xml │ │ └── runConfigurations.xml │ ├── app │ │ ├── .gitignore │ │ ├── build.gradle │ │ ├── proguard-rules.pro │ │ ├── release │ │ │ ├── app-release.apk │ │ │ └── output.json │ │ └── src │ │ │ ├── androidTest │ │ │ └── java │ │ │ │ └── org │ │ │ │ └── h4cker │ │ │ │ └── omar │ │ │ │ └── omarsapplication │ │ │ │ └── ExampleInstrumentedTest.java │ │ │ ├── main │ │ │ ├── AndroidManifest.xml │ │ │ ├── java │ │ │ │ └── org │ │ │ │ │ └── h4cker │ │ │ │ │ └── omar │ │ │ │ │ └── omarsapplication │ │ │ │ │ ├── ItemDetailActivity.java │ │ │ │ │ ├── ItemDetailFragment.java │ │ │ │ │ ├── ItemListActivity.java │ │ │ │ │ └── dummy │ │ │ │ │ └── DummyContent.java │ │ │ └── res │ │ │ │ ├── drawable-v24 │ │ │ │ └── ic_launcher_foreground.xml │ │ │ │ ├── drawable │ │ │ │ └── ic_launcher_background.xml │ │ │ │ ├── layout-w900dp │ │ │ │ └── item_list.xml │ │ │ │ ├── layout │ │ │ │ ├── activity_item_detail.xml │ │ │ │ ├── activity_item_list.xml │ │ │ │ ├── item_detail.xml │ │ │ │ ├── item_list.xml │ │ │ │ └── item_list_content.xml │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ ├── ic_launcher.xml │ │ │ │ └── ic_launcher_round.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ ├── ic_launcher.png │ │ │ │ └── ic_launcher_round.png │ │ │ │ └── values │ │ │ │ ├── colors.xml │ │ │ │ ├── dimens.xml │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ │ └── test │ │ │ └── java │ │ │ └── org │ │ │ └── h4cker │ │ │ └── omar │ │ │ └── omarsapplication │ │ │ └── ExampleUnitTest.java │ ├── build.gradle │ ├── gradle.properties │ ├── gradle │ │ └── wrapper │ │ │ ├── gradle-wrapper.jar │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ └── settings.gradle ├── README.md ├── app-release.apk ├── mobile-api-lab.pdf └── output.json ├── more_payloads ├── README.md ├── SQLi │ ├── mssql-enumeration.txt │ ├── mysql-injection-login-bypass.txt │ ├── mysql-read-local-files.txt │ ├── postgres-enumeration.txt │ ├── sql-blind-MSSQL-INSERT.txt │ ├── sql-blind-MSSQL-WHERE.txt │ ├── sql-blind-MySQL-INSERT.txt │ ├── sql-blind-MySQL-ORDER_BY.txt │ └── sql-blind-MySQL-WHERE.txt ├── command_injection_unix.txt ├── more-xxs-payloads.txt ├── server-side-template-injection.txt ├── xss_obfuscation_vectors.txt └── xxe-injection-payloads.md ├── more_tools.md ├── networking └── README.md ├── new_tools.md ├── osint ├── README.md ├── dns-zone-transfer.md └── quick_recon │ ├── alpha.txt │ ├── plugins │ ├── __pycache__ │ │ ├── pasting.cpython-37.pyc │ │ └── pasting.cpython-38.pyc │ └── pasting.py │ ├── qrecon_update.txt │ ├── quick_recon.py │ ├── quick_recon_cli.py │ └── requirements.txt ├── pcaps ├── README.md └── lala.pcap ├── pen_testing_reports └── README.md ├── post_exploitation ├── README.md ├── misc-windows-post-exploitation.md ├── msfvenom.md ├── php-reverse-shell.php ├── powershell_commands.md └── python-reverse.py ├── programming_and_scripting_for_cybersecurity ├── amazing_python_references.md ├── bash_resources.md ├── basic_programming_resources.md ├── exploitation │ ├── arp_cache_poisoner.py │ ├── arp_cache_poisoner_simple.py │ ├── basic_ipv4_scapy_packet.py │ ├── basic_ipv6_scapy_packet.py │ ├── cookie_stealer.py │ ├── dll_injection_example.py │ ├── pyshark_example.py │ └── python_cool_tricks.md ├── getting_started_code_review.md ├── javascript.md ├── parsing_auth_log │ ├── ParseLogs.py │ ├── bash_tips.md │ └── logalyzer.py ├── perl.md ├── post_exploitation │ ├── armor.sh │ ├── c2_example1.md │ ├── exfil-scapy.md │ ├── letmeout.sh │ └── reverse_shells.md ├── recon_scripts │ ├── certificate_information │ │ ├── check_weak_crypto.py │ │ └── get_cert_info.py │ ├── dns_recon │ │ ├── cloud_provider.py │ │ ├── dns-recon2.sh │ │ ├── dns_plus_whois.md │ │ ├── dns_recon.md │ │ ├── host_DNS_enum.sh │ │ ├── mx_record_extractor.py │ │ └── subdomain_finder_in_python.md │ ├── finding_sensitive_files │ │ ├── README.md │ │ └── sensitive_file_scanner.py │ ├── scanning │ │ ├── basic_ping_sweep.py │ │ ├── python_nmap.py │ │ ├── python_nmap_examples.ipynb │ │ ├── quick_scanner.py │ │ ├── scapscan.py │ │ ├── scapy_basic_scanner.md │ │ └── simple_scapy_scan.py │ ├── sniffing_packet_capturing │ │ ├── another_scapy_sniffer_walkthrough.md │ │ ├── http_sniffer.py │ │ ├── python_sniffer.py │ │ ├── tcpdump.md │ │ └── tcpdump.pdf │ └── snmp.md └── text_manipulation.md ├── python_ruby_and_bash ├── README.md └── python_sniffer.py ├── recon ├── README.md ├── assessment-mindset.png ├── assessment_mindset.xmind ├── bug-bounty-methodology-jhaddix.jpeg ├── osint-domain-name.jpeg ├── smb_enumeration_tips.md └── visual-guide-to-recon.jfif ├── red-team-tools.md ├── reverse_engineering ├── README.md └── crackmes │ ├── crackme01.64 │ ├── crackme02.64 │ ├── crackme03.64 │ ├── crackme04.64 │ ├── crackme05.64 │ ├── crackme06.64 │ ├── crackme07.64 │ ├── crackme08.64 │ └── crackme09.64 ├── sbom ├── csaf_vex_example.json ├── cyclone-dx_example.json ├── spdx_example.json └── swid_example.xml ├── social_engineering └── README.md ├── threat_hunting ├── README.md ├── find_malicious_ip.py ├── intro-to-threat-hunting.md ├── lala.pcap ├── threat_hunting_process.md └── zeek-tips.md ├── virl_topologies ├── 8.10-1.virl ├── 8.10-2.virl ├── 8.13.virl ├── 8.4.virl ├── 8.6.virl ├── 8.7.virl ├── 8.9.virl ├── README.md └── new_topo │ └── art_of_hacking_1.virl ├── vulnerability_scanners └── README.md ├── vulnerable_servers └── README.md ├── web_application_testing ├── README.md ├── additional_exploits │ ├── README.md │ └── druid_exploit.py ├── cookie_stealer_payload.md ├── docker_references.md ├── sql-injection-tools.md ├── ssrf_galatic_archives.py ├── ssrf_ywing.md ├── ssrf_ywing.py └── xss_vectors.md ├── who-and-what-to-follow └── README.md ├── windows └── README.md └── wireless_resources ├── README.md ├── Whitepaper-Relay-Attacks-in-EMV-Contactless-Cards.pdf ├── hostapd.conf ├── karma.rc_.txt ├── tools_and_online_resources.md ├── virtual_adapters.md ├── wireless_adapters.md ├── yardstick_one_rfcat.md ├── z-wave.md └── zigbee_resources.md /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode 2 | .DS_Store 3 | ai_security/AI for Incident Response/.env 4 | -------------------------------------------------------------------------------- /Alternate-ReadME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/Alternate-ReadME.md -------------------------------------------------------------------------------- /Bash-Scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/Bash-Scripts.md -------------------------------------------------------------------------------- /Bookls/Hacking-Books.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/Bookls/Hacking-Books.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Free Paid Courses/Links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/Free Paid Courses/Links.md -------------------------------------------------------------------------------- /Hacker-Search-Engines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/Hacker-Search-Engines.md -------------------------------------------------------------------------------- /Hacking-Tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/Hacking-Tools.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/LICENSE -------------------------------------------------------------------------------- /MemFOR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/MemFOR.md -------------------------------------------------------------------------------- /OSHINT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/OSHINT.md -------------------------------------------------------------------------------- /OSINT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/OSINT.md -------------------------------------------------------------------------------- /Pentest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/Pentest.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/README.md -------------------------------------------------------------------------------- /RED_TeAM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/RED_TeAM.md -------------------------------------------------------------------------------- /Red-Team-Operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/Red-Team-Operations.md -------------------------------------------------------------------------------- /RedTeam-Tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/RedTeam-Tools.md -------------------------------------------------------------------------------- /RedTeam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/RedTeam.md -------------------------------------------------------------------------------- /RedTeamOps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/RedTeamOps.md -------------------------------------------------------------------------------- /SCOR/BRKSEC-3032.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/BRKSEC-3032.pdf -------------------------------------------------------------------------------- /SCOR/DMVPN-hub-configuration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/DMVPN-hub-configuration.txt -------------------------------------------------------------------------------- /SCOR/Dockerfile_example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/Dockerfile_example -------------------------------------------------------------------------------- /SCOR/FTD-clustering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/FTD-clustering.md -------------------------------------------------------------------------------- /SCOR/GETVPN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/GETVPN.md -------------------------------------------------------------------------------- /SCOR/IPSEC-VPNs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/IPSEC-VPNs.md -------------------------------------------------------------------------------- /SCOR/IPsec VPN Functions, Protocols, and Related Troubleshooting Commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/IPsec VPN Functions, Protocols, and Related Troubleshooting Commands.png -------------------------------------------------------------------------------- /SCOR/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/README.md -------------------------------------------------------------------------------- /SCOR/VPN-Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/VPN-Troubleshooting.md -------------------------------------------------------------------------------- /SCOR/kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/kubernetes.md -------------------------------------------------------------------------------- /SCOR/learning_python_devnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/learning_python_devnet.md -------------------------------------------------------------------------------- /SCOR/threat-response-api-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/threat-response-api-example.py -------------------------------------------------------------------------------- /SCOR/top-threats-to-cloud-computing-deep-dive.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/top-threats-to-cloud-computing-deep-dive.pdf -------------------------------------------------------------------------------- /SCOR/zbfw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/SCOR/zbfw.md -------------------------------------------------------------------------------- /adversarial_emulation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/adversarial_emulation/README.md -------------------------------------------------------------------------------- /ai_research/AI Security Best Practices/AI-security-tools-and-frameworks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/AI Security Best Practices/AI-security-tools-and-frameworks.md -------------------------------------------------------------------------------- /ai_research/AI Security Best Practices/high-level-best-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/AI Security Best Practices/high-level-best-practices.md -------------------------------------------------------------------------------- /ai_research/AI Security Best Practices/homomorphic-encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/AI Security Best Practices/homomorphic-encryption.md -------------------------------------------------------------------------------- /ai_research/AI Security Best Practices/secure-deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/AI Security Best Practices/secure-deployment.md -------------------------------------------------------------------------------- /ai_research/AI Security Best Practices/secure-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/AI Security Best Practices/secure-design.md -------------------------------------------------------------------------------- /ai_research/AI Security Best Practices/threat-modeling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/AI Security Best Practices/threat-modeling.md -------------------------------------------------------------------------------- /ai_research/AI for Incident Response/analyzing_logs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/AI for Incident Response/analyzing_logs.py -------------------------------------------------------------------------------- /ai_research/AI for Incident Response/logs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/AI for Incident Response/logs.txt -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/AI-ML_use_cases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/AI-ML_use_cases.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/Supervised_Unsupervised_Reinforcement_Learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/Supervised_Unsupervised_Reinforcement_Learning.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/README.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/article_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/article_generator.py -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Actor-Critic_Methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Actor-Critic_Methods.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Association_Rules_(Apriori,_FP-Growth).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Association_Rules_(Apriori,_FP-Growth).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/DBSCAN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/DBSCAN.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Decision_Trees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Decision_Trees.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Gaussian_Mixture_Models_(GMM).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Gaussian_Mixture_Models_(GMM).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Gradient_Boosting_Machines_(GBM).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Gradient_Boosting_Machines_(GBM).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Independent_Component_Analysis_(ICA).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Independent_Component_Analysis_(ICA).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Latent_Dirichlet_Allocation_(LDA).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Latent_Dirichlet_Allocation_(LDA).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Monte_Carlo_Tree_Search_(MCTS).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Monte_Carlo_Tree_Search_(MCTS).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Naïve_Bayes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Naïve_Bayes.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Neural_Networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Neural_Networks.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Policy_Gradients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Policy_Gradients.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Principal_Component_Analysis_(PCA).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Principal_Component_Analysis_(PCA).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Proximal_Policy_Optimization_(PPO).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Proximal_Policy_Optimization_(PPO).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/README.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Random_Forests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Random_Forests.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/SARSA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/SARSA.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Support_Vector_Machines_(SVM).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Support_Vector_Machines_(SVM).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Temporal_Difference_Learning_(TD_Learning).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Temporal_Difference_Learning_(TD_Learning).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/Trust_Region_Policy_Optimization_(TRPO).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/Trust_Region_Policy_Optimization_(TRPO).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Actor-Critic_Methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Actor-Critic_Methods.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Association_Rules_(Apriori,_FP-Growth).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Association_Rules_(Apriori,_FP-Growth).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/DBSCAN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/DBSCAN.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Decision_Trees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Decision_Trees.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Gaussian_Mixture_Models_(GMM).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Gaussian_Mixture_Models_(GMM).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Gradient_Boosting_Machines_(GBM).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Gradient_Boosting_Machines_(GBM).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Independent_Component_Analysis_(ICA).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Independent_Component_Analysis_(ICA).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Latent_Dirichlet_Allocation_(LDA).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Latent_Dirichlet_Allocation_(LDA).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Monte_Carlo_Tree_Search_(MCTS).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Monte_Carlo_Tree_Search_(MCTS).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Naïve_Bayes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Naïve_Bayes.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Neural_Networks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Neural_Networks.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Policy_Gradients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Policy_Gradients.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Principal_Component_Analysis_(PCA).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Principal_Component_Analysis_(PCA).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Proximal_Policy_Optimization_(PPO).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Proximal_Policy_Optimization_(PPO).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Random_Forests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Random_Forests.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/SARSA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/SARSA.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Support_Vector_Machines_(SVM).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Support_Vector_Machines_(SVM).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Temporal_Difference_Learning_(TD_Learning).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Temporal_Difference_Learning_(TD_Learning).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Trust_Region_Policy_Optimization_(TRPO).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/Trust_Region_Policy_Optimization_(TRPO).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/k-Nearest_Neighbors_(k-NN).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/k-Nearest_Neighbors_(k-NN).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/t-SNE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/ai_generated_python_scripts/t-SNE.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/k-Nearest_Neighbors_(k-NN).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/k-Nearest_Neighbors_(k-NN).md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/t-SNE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/t-SNE.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/3D_Printing_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/3D_Printing_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Agricultural_AI_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Agricultural_AI_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Astronomical_Research_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Astronomical_Research_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Augmented_Reality_(AR)_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Augmented_Reality_(AR)_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Autonomous_Drones_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Autonomous_Drones_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Bioinformatics_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Bioinformatics_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Chatbots_and_Virtual_Assistants_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Chatbots_and_Virtual_Assistants_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Content_Creation_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Content_Creation_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Credit_Scoring_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Credit_Scoring_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Customer_Segmentation_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Customer_Segmentation_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Cybersecurity_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Cybersecurity_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Drug_Discovery_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Drug_Discovery_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/E-commerce_Visual_Recognition_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/E-commerce_Visual_Recognition_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/E-learning_Platforms_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/E-learning_Platforms_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Elderly_Care_Robotics_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Elderly_Care_Robotics_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Energy_Consumption_Optimization_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Energy_Consumption_Optimization_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Facial_Recognition_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Facial_Recognition_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Fraud_Detection_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Fraud_Detection_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Handwriting_Recognition_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Handwriting_Recognition_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Healthcare_Diagnosis_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Healthcare_Diagnosis_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Human_Resources_(HR)_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Human_Resources_(HR)_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Language_Learning_Apps_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Language_Learning_Apps_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Language_Translation_Services_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Language_Translation_Services_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Learning_Analytics_in_Education_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Learning_Analytics_in_Education_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Legal_Document_Analysis_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Legal_Document_Analysis_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Natural_Language_Processing_(NLP)_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Natural_Language_Processing_(NLP)_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Online_Gaming_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Online_Gaming_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Personalized_Marketing_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Personalized_Marketing_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Predictive_Analytics_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Predictive_Analytics_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Predictive_Maintenance_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Predictive_Maintenance_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/README.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Recommendation_Systems_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Recommendation_Systems_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Retail_Inventory_Management_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Retail_Inventory_Management_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Robotics_in_Manufacturing_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Robotics_in_Manufacturing_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Search_Engine_Optimization_(SEO)_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Search_Engine_Optimization_(SEO)_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Seismic_Interpretation_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Seismic_Interpretation_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Self-Driving_Cars_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Self-Driving_Cars_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Sentiment_Analysis_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Sentiment_Analysis_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Simulation_and_Modeling_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Simulation_and_Modeling_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Smart_Agriculture_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Smart_Agriculture_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Smart_Grids_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Smart_Grids_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Smart_Home_Devices_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Smart_Home_Devices_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Social_Media_Monitoring_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Social_Media_Monitoring_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Speech_Recognition_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Speech_Recognition_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Supply_Chain_Optimization_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Supply_Chain_Optimization_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Telemedicine_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Telemedicine_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Traffic_Management_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Traffic_Management_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Virtual_Reality_(VR)_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Virtual_Reality_(VR)_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Voice-Activated_Assistants_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Voice-Activated_Assistants_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Waste_Management_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Waste_Management_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/data/use_cases/Weather_Forecasting_usecase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/data/use_cases/Weather_Forecasting_usecase.md -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ai_generated/ideas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ai_generated/ideas.txt -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/linear_regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/linear_regression.py -------------------------------------------------------------------------------- /ai_research/ML_Fundamentals/ml_ai_datasets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ML_Fundamentals/ml_ai_datasets.md -------------------------------------------------------------------------------- /ai_research/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/README.md -------------------------------------------------------------------------------- /ai_research/ethics_privacy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/ethics_privacy/README.md -------------------------------------------------------------------------------- /ai_research/labs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/labs/README.md -------------------------------------------------------------------------------- /ai_research/labs/basic_openai_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/labs/basic_openai_api.md -------------------------------------------------------------------------------- /ai_research/labs/gorilla.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/labs/gorilla.md -------------------------------------------------------------------------------- /ai_research/labs/nltk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/labs/nltk.md -------------------------------------------------------------------------------- /ai_research/labs/scikit_learn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/labs/scikit_learn.md -------------------------------------------------------------------------------- /ai_research/labs/tf_keras.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/labs/tf_keras.md -------------------------------------------------------------------------------- /ai_research/prompt_injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/ai_research/prompt_injection/README.md -------------------------------------------------------------------------------- /bash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/bash.md -------------------------------------------------------------------------------- /buffer_overflow_example/BufferOverFlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/BufferOverFlow.png -------------------------------------------------------------------------------- /buffer_overflow_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/README.md -------------------------------------------------------------------------------- /buffer_overflow_example/additional_examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/additional_examples.md -------------------------------------------------------------------------------- /buffer_overflow_example/arm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/arm.md -------------------------------------------------------------------------------- /buffer_overflow_example/bad_code.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/bad_code.c -------------------------------------------------------------------------------- /buffer_overflow_example/demeter/call_shellcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/demeter/call_shellcode.c -------------------------------------------------------------------------------- /buffer_overflow_example/demeter/exploit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/demeter/exploit.c -------------------------------------------------------------------------------- /buffer_overflow_example/demeter/prep.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /buffer_overflow_example/demeter/stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/demeter/stack.c -------------------------------------------------------------------------------- /buffer_overflow_example/learn_assembly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/learn_assembly.md -------------------------------------------------------------------------------- /buffer_overflow_example/mitigations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/mitigations.md -------------------------------------------------------------------------------- /buffer_overflow_example/one_liner_exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/one_liner_exploit.sh -------------------------------------------------------------------------------- /buffer_overflow_example/registers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/registers.md -------------------------------------------------------------------------------- /buffer_overflow_example/stack_after_buffer_overflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/stack_after_buffer_overflow.png -------------------------------------------------------------------------------- /buffer_overflow_example/strcpy_example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/strcpy_example.c -------------------------------------------------------------------------------- /buffer_overflow_example/strcpy_example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/strcpy_example.md -------------------------------------------------------------------------------- /buffer_overflow_example/strcpy_example2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/strcpy_example2.c -------------------------------------------------------------------------------- /buffer_overflow_example/vuln_program: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/buffer_overflow_example/vuln_program -------------------------------------------------------------------------------- /bug-bounties/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/bug-bounties/README.md -------------------------------------------------------------------------------- /bug-bounties/scope_example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/bug-bounties/scope_example.md -------------------------------------------------------------------------------- /capture_the_flag/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/capture_the_flag/README.md -------------------------------------------------------------------------------- /capture_the_flag/challenges/heavy_computation/encrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/capture_the_flag/challenges/heavy_computation/encrypt.py -------------------------------------------------------------------------------- /capture_the_flag/challenges/heavy_computation/flag.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/capture_the_flag/challenges/heavy_computation/flag.enc -------------------------------------------------------------------------------- /cheat_sheets/AI/The ChatGPT Playbook .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/AI/The ChatGPT Playbook .pdf -------------------------------------------------------------------------------- /cheat_sheets/Attack-Surfaces-Tools-and-Techniques.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/Attack-Surfaces-Tools-and-Techniques.pdf -------------------------------------------------------------------------------- /cheat_sheets/DFIR-Smartphone-Forensics-Poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/DFIR-Smartphone-Forensics-Poster.pdf -------------------------------------------------------------------------------- /cheat_sheets/EricZimmermanCommandLineToolsCheatSheet-v1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/EricZimmermanCommandLineToolsCheatSheet-v1.0.pdf -------------------------------------------------------------------------------- /cheat_sheets/MetasploitCheatsheet2.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/MetasploitCheatsheet2.0.pdf -------------------------------------------------------------------------------- /cheat_sheets/NMAP_cheat_sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/NMAP_cheat_sheet.md -------------------------------------------------------------------------------- /cheat_sheets/PENT-PSTR-SANS18-BP-V1_web.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/PENT-PSTR-SANS18-BP-V1_web.pdf -------------------------------------------------------------------------------- /cheat_sheets/Poster_Memory_Forensics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/Poster_Memory_Forensics.pdf -------------------------------------------------------------------------------- /cheat_sheets/Poster_SIFT_REMnux_2016_FINAL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/Poster_SIFT_REMnux_2016_FINAL.pdf -------------------------------------------------------------------------------- /cheat_sheets/PowerShellCheatSheet_v41.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/PowerShellCheatSheet_v41.pdf -------------------------------------------------------------------------------- /cheat_sheets/SEC573_PythonCheatSheet_06272016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/SEC573_PythonCheatSheet_06272016.pdf -------------------------------------------------------------------------------- /cheat_sheets/SQlite-PocketReference-final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/SQlite-PocketReference-final.pdf -------------------------------------------------------------------------------- /cheat_sheets/ScapyCheatSheet_v0.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/ScapyCheatSheet_v0.2.pdf -------------------------------------------------------------------------------- /cheat_sheets/UFW_cheat_sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/UFW_cheat_sheet.md -------------------------------------------------------------------------------- /cheat_sheets/Wireshark_Display_Filters.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/Wireshark_Display_Filters.pdf -------------------------------------------------------------------------------- /cheat_sheets/analyzing-malicious-document-files.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/analyzing-malicious-document-files.pdf -------------------------------------------------------------------------------- /cheat_sheets/awk_cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/awk_cheatsheet.md -------------------------------------------------------------------------------- /cheat_sheets/commandlinekungfu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/commandlinekungfu.pdf -------------------------------------------------------------------------------- /cheat_sheets/evidence_collection_cheat_sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/evidence_collection_cheat_sheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/hping3_cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/hping3_cheatsheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/insecure_protocols.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/insecure_protocols.md -------------------------------------------------------------------------------- /cheat_sheets/ip_command_cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/ip_command_cheatsheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/linux-cheat-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/linux-cheat-sheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/linux-shell-survival-guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/linux-shell-survival-guide.pdf -------------------------------------------------------------------------------- /cheat_sheets/linux/linux_metacharacters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/linux/linux_metacharacters.md -------------------------------------------------------------------------------- /cheat_sheets/linux/user_management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/linux/user_management.md -------------------------------------------------------------------------------- /cheat_sheets/malware-analysis-cheat-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/malware-analysis-cheat-sheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/mem-forensics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/mem-forensics.pdf -------------------------------------------------------------------------------- /cheat_sheets/misc-tools-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/misc-tools-sheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/msfvenom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/msfvenom.md -------------------------------------------------------------------------------- /cheat_sheets/netcat-cheat-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/netcat-cheat-sheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/netcat_cheat_sheet_v1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/netcat_cheat_sheet_v1.pdf -------------------------------------------------------------------------------- /cheat_sheets/regular-expressions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/regular-expressions.md -------------------------------------------------------------------------------- /cheat_sheets/rekall-memory-forensics-cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/rekall-memory-forensics-cheatsheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/reverse-engineering-malicious-code-tips (1).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/reverse-engineering-malicious-code-tips (1).pdf -------------------------------------------------------------------------------- /cheat_sheets/reverse-engineering-malicious-code-tips.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/reverse-engineering-malicious-code-tips.pdf -------------------------------------------------------------------------------- /cheat_sheets/rules-of-engagement-worksheet.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/rules-of-engagement-worksheet.rtf -------------------------------------------------------------------------------- /cheat_sheets/scapy_guide_by_Adam_Maxwell.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/scapy_guide_by_Adam_Maxwell.pdf -------------------------------------------------------------------------------- /cheat_sheets/scope-worksheet.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/scope-worksheet.rtf -------------------------------------------------------------------------------- /cheat_sheets/tcpdump-cheat-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/tcpdump-cheat-sheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/tshark-cheat-sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/tshark-cheat-sheet.md -------------------------------------------------------------------------------- /cheat_sheets/volatility-memory-forensics-cheat-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/volatility-memory-forensics-cheat-sheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/windows-cheat-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/windows-cheat-sheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/windows-command-line-sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/windows-command-line-sheet.pdf -------------------------------------------------------------------------------- /cheat_sheets/windows_to_unix_cheatsheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cheat_sheets/windows_to_unix_cheatsheet.pdf -------------------------------------------------------------------------------- /cloud_resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cloud_resources/README.md -------------------------------------------------------------------------------- /cloud_resources/cloud_logging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cloud_resources/cloud_logging.md -------------------------------------------------------------------------------- /cloud_resources/enumerating_aws_boto3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cloud_resources/enumerating_aws_boto3.md -------------------------------------------------------------------------------- /cloud_resources/high_level_best_practices_pen_testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cloud_resources/high_level_best_practices_pen_testing.md -------------------------------------------------------------------------------- /cloud_resources/s3_words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cloud_resources/s3_words.txt -------------------------------------------------------------------------------- /cracking_passwords/SecLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cracking_passwords/SecLists.md -------------------------------------------------------------------------------- /cracking_passwords/cracked.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cracking_passwords/cracked.md -------------------------------------------------------------------------------- /cracking_passwords/cracked2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cracking_passwords/cracked2.md -------------------------------------------------------------------------------- /cracking_passwords/hashes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cracking_passwords/hashes -------------------------------------------------------------------------------- /cracking_passwords/more_wordlists/10-million-passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cracking_passwords/more_wordlists/10-million-passwords.txt -------------------------------------------------------------------------------- /cracking_passwords/more_wordlists/common_first_names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cracking_passwords/more_wordlists/common_first_names.txt -------------------------------------------------------------------------------- /cracking_passwords/pwned_hashes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cracking_passwords/pwned_hashes -------------------------------------------------------------------------------- /crypto/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/README.md -------------------------------------------------------------------------------- /crypto/cert_openssl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/cert_openssl.md -------------------------------------------------------------------------------- /crypto/challenges/01_Classic_Caesar_Cipher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/challenges/01_Classic_Caesar_Cipher.md -------------------------------------------------------------------------------- /crypto/challenges/02_Diffie_Hellman_Key_Exchange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/challenges/02_Diffie_Hellman_Key_Exchange.md -------------------------------------------------------------------------------- /crypto/challenges/03_Digital_Signature_Forgery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/challenges/03_Digital_Signature_Forgery.md -------------------------------------------------------------------------------- /crypto/challenges/04_Classic_Vigenere_Cipher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/challenges/04_Classic_Vigenere_Cipher.md -------------------------------------------------------------------------------- /crypto/challenges/05_Implement_Diffie_Hellman_Key_Exchange.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/challenges/05_Implement_Diffie_Hellman_Key_Exchange.md -------------------------------------------------------------------------------- /crypto/challenges/06_Digital_Signature_Forgery_Advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/challenges/06_Digital_Signature_Forgery_Advanced.md -------------------------------------------------------------------------------- /crypto/challenges/07_Frequency_Analysis_Attack_Substitution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/challenges/07_Frequency_Analysis_Attack_Substitution.md -------------------------------------------------------------------------------- /crypto/challenges/08_Elliptic_Curve_Key_Pair_Generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/challenges/08_Elliptic_Curve_Key_Pair_Generation.md -------------------------------------------------------------------------------- /crypto/challenges/09_Attack_on_Weak_RSA_Modulus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/challenges/09_Attack_on_Weak_RSA_Modulus.md -------------------------------------------------------------------------------- /crypto/challenges/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/challenges/README.md -------------------------------------------------------------------------------- /crypto/crypto_algorithms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/crypto_algorithms.md -------------------------------------------------------------------------------- /crypto/crypto_frameworks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/crypto_frameworks.md -------------------------------------------------------------------------------- /crypto/crypto_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/crypto_tools.md -------------------------------------------------------------------------------- /crypto/disk_encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/disk_encryption.md -------------------------------------------------------------------------------- /crypto/gpg_how_to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/crypto/gpg_how_to.md -------------------------------------------------------------------------------- /cyberops/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cyberops/README.md -------------------------------------------------------------------------------- /cyberops/cyberops-associate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cyberops/cyberops-associate.md -------------------------------------------------------------------------------- /cyberops/cyberops-professional.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cyberops/cyberops-professional.md -------------------------------------------------------------------------------- /cyberops/mikey-trojan-threat-report.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/cyberops/mikey-trojan-threat-report.json -------------------------------------------------------------------------------- /devsecops/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/devsecops/README.md -------------------------------------------------------------------------------- /devsecops/building_devsecops_pipelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/devsecops/building_devsecops_pipelines.md -------------------------------------------------------------------------------- /devsecops/devsecops_pipelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/devsecops/devsecops_pipelines.md -------------------------------------------------------------------------------- /devsecops/securing_code_and_applications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/devsecops/securing_code_and_applications.md -------------------------------------------------------------------------------- /dfir/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/dfir/README.md -------------------------------------------------------------------------------- /dfir/pcaps/README.md: -------------------------------------------------------------------------------- 1 | Adding pcap files 2 | -------------------------------------------------------------------------------- /dfir/snort/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/dfir/snort/README.md -------------------------------------------------------------------------------- /dfir/threat-hunting-analysis-main/Detecting Nmap Behavior with Bro HTTP Logs.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/dfir/threat-hunting-analysis-main/Detecting Nmap Behavior with Bro HTTP Logs.ipynb -------------------------------------------------------------------------------- /dfir/threat-hunting-analysis-main/HTTP Nmap Indicator Detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/dfir/threat-hunting-analysis-main/HTTP Nmap Indicator Detection.ipynb -------------------------------------------------------------------------------- /dfir/threat-hunting-analysis-main/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/dfir/threat-hunting-analysis-main/LICENSE -------------------------------------------------------------------------------- /dfir/threat-hunting-analysis-main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/dfir/threat-hunting-analysis-main/README.md -------------------------------------------------------------------------------- /dfir/threat-hunting-analysis-main/http.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/dfir/threat-hunting-analysis-main/http.log -------------------------------------------------------------------------------- /dfir/threat-hunting-analysis-main/suspicious_http_records.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/dfir/threat-hunting-analysis-main/suspicious_http_records.csv -------------------------------------------------------------------------------- /dfir/volatility_exercises/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/dfir/volatility_exercises/README.md -------------------------------------------------------------------------------- /docker-and-k8s-security/EKS-best-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/EKS-best-practices.md -------------------------------------------------------------------------------- /docker-and-k8s-security/GKE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/GKE.md -------------------------------------------------------------------------------- /docker-and-k8s-security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/README.md -------------------------------------------------------------------------------- /docker-and-k8s-security/container-ecosystem.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/container-ecosystem.webp -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/CIS_Docker_Community_Edition_Benchmark_v1.1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/CIS_Docker_Community_Edition_Benchmark_v1.1.0.pdf -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/Dockerfile.distroless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/Dockerfile.distroless -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/Dockerfile.naive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/Dockerfile.naive -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/Dockerfile.non-root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/Dockerfile.non-root -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/Makefile -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/additional-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/additional-tools.md -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/audit-docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/audit-docker.md -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/docker-bench-websploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/docker-bench-websploit.sh -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/docker-swarm-firewalls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/docker-swarm-firewalls.md -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/package.json -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/run_cis_bench_locally.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/run_cis_bench_locally.sh -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/seccomp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/seccomp.md -------------------------------------------------------------------------------- /docker-and-k8s-security/docker/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/docker/server.js -------------------------------------------------------------------------------- /docker-and-k8s-security/kubernetes/CIS_Kubernetes_Benchmark_v1.6.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/kubernetes/CIS_Kubernetes_Benchmark_v1.6.0.pdf -------------------------------------------------------------------------------- /docker-and-k8s-security/kubernetes/CTR_Kubernetes_Hardening_Guidance_1.1_20220315.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/kubernetes/CTR_Kubernetes_Hardening_Guidance_1.1_20220315.PDF -------------------------------------------------------------------------------- /docker-and-k8s-security/kubernetes/Kubernetes Goat.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/kubernetes/Kubernetes Goat.pdf -------------------------------------------------------------------------------- /docker-and-k8s-security/kubernetes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/kubernetes/README.md -------------------------------------------------------------------------------- /docker-and-k8s-security/kubernetes/network-policy-example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/kubernetes/network-policy-example.md -------------------------------------------------------------------------------- /docker-and-k8s-security/kubernetes/secrets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/kubernetes/secrets.md -------------------------------------------------------------------------------- /docker-and-k8s-security/podman_vs_docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/docker-and-k8s-security/podman_vs_docker.md -------------------------------------------------------------------------------- /exploit_development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/exploit_development/README.md -------------------------------------------------------------------------------- /exploit_development/aslr_changer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/exploit_development/aslr_changer -------------------------------------------------------------------------------- /exploit_development/aslr_changer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/exploit_development/aslr_changer.c -------------------------------------------------------------------------------- /exploit_development/chatserver-smallbuffer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/exploit_development/chatserver-smallbuffer -------------------------------------------------------------------------------- /exploit_development/gdbinit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/exploit_development/gdbinit.txt -------------------------------------------------------------------------------- /exploit_development/httpdpost.fuzzer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/exploit_development/httpdpost.fuzzer -------------------------------------------------------------------------------- /exploit_development/libhttpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/exploit_development/libhttpd -------------------------------------------------------------------------------- /exploit_development/mutiny_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/exploit_development/mutiny_new.py -------------------------------------------------------------------------------- /exploit_development/sockets_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/exploit_development/sockets_example.py -------------------------------------------------------------------------------- /exploit_development/triple_socket_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/exploit_development/triple_socket_template.py -------------------------------------------------------------------------------- /fuzzing_resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/fuzzing_resources/README.md -------------------------------------------------------------------------------- /game_hacking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/game_hacking/README.md -------------------------------------------------------------------------------- /honeypots_honeynets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/honeypots_honeynets/README.md -------------------------------------------------------------------------------- /honeypots_honeynets/cloud_honeynet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/honeypots_honeynets/cloud_honeynet.md -------------------------------------------------------------------------------- /iot_hacking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/iot_hacking/README.md -------------------------------------------------------------------------------- /iot_hacking/flags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/iot_hacking/flags.md -------------------------------------------------------------------------------- /linux-hardening/BIOS-best-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/BIOS-best-practices.md -------------------------------------------------------------------------------- /linux-hardening/CIS_Distribution_Independent_Linux_Benchmark_v2.0.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/CIS_Distribution_Independent_Linux_Benchmark_v2.0.0.pdf -------------------------------------------------------------------------------- /linux-hardening/LSM-comparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/LSM-comparison.md -------------------------------------------------------------------------------- /linux-hardening/Lab_Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/Lab_Guide.pdf -------------------------------------------------------------------------------- /linux-hardening/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/README.md -------------------------------------------------------------------------------- /linux-hardening/Ultimate_Linux_Hardening_DAY1 .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/Ultimate_Linux_Hardening_DAY1 .pdf -------------------------------------------------------------------------------- /linux-hardening/container_optimized_linux_images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/container_optimized_linux_images.md -------------------------------------------------------------------------------- /linux-hardening/nftables_iptables_ufw_firewalld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/nftables_iptables_ufw_firewalld.md -------------------------------------------------------------------------------- /linux-hardening/port-knocking-and-spa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/port-knocking-and-spa.md -------------------------------------------------------------------------------- /linux-hardening/selinux_CENTOS_lab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/selinux_CENTOS_lab.md -------------------------------------------------------------------------------- /linux-hardening/selinux_UBUNTU_lab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/selinux_UBUNTU_lab.md -------------------------------------------------------------------------------- /linux-hardening/understanding_selinux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/linux-hardening/understanding_selinux.md -------------------------------------------------------------------------------- /metasploit_resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/metasploit_resources/README.md -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/.gitignore -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/.idea/caches/build_file_checksums.ser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/.idea/caches/build_file_checksums.ser -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/.idea/codeStyles/Project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/.idea/codeStyles/Project.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/.idea/gradle.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/.idea/misc.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build 2 | -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/build.gradle -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/proguard-rules.pro -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/release/app-release.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/release/app-release.apk -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/release/output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/release/output.json -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/androidTest/java/org/h4cker/omar/omarsapplication/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/androidTest/java/org/h4cker/omar/omarsapplication/ExampleInstrumentedTest.java -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/java/org/h4cker/omar/omarsapplication/ItemDetailActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/java/org/h4cker/omar/omarsapplication/ItemDetailActivity.java -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/java/org/h4cker/omar/omarsapplication/ItemDetailFragment.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/java/org/h4cker/omar/omarsapplication/ItemDetailFragment.java -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/java/org/h4cker/omar/omarsapplication/ItemListActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/java/org/h4cker/omar/omarsapplication/ItemListActivity.java -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/java/org/h4cker/omar/omarsapplication/dummy/DummyContent.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/java/org/h4cker/omar/omarsapplication/dummy/DummyContent.java -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/drawable-v24/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/drawable-v24/ic_launcher_foreground.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/drawable/ic_launcher_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/drawable/ic_launcher_background.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/layout-w900dp/item_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/layout-w900dp/item_list.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/layout/activity_item_detail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/layout/activity_item_detail.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/layout/activity_item_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/layout/activity_item_list.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/layout/item_detail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/layout/item_detail.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/layout/item_list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/layout/item_list.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/layout/item_list_content.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/layout/item_list_content.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/app/src/test/java/org/h4cker/omar/omarsapplication/ExampleUnitTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/app/src/test/java/org/h4cker/omar/omarsapplication/ExampleUnitTest.java -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/build.gradle -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/gradle.properties -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/gradlew -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/OmarsApplication/gradlew.bat -------------------------------------------------------------------------------- /mobile_security/OmarsApplication/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /mobile_security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/README.md -------------------------------------------------------------------------------- /mobile_security/app-release.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/app-release.apk -------------------------------------------------------------------------------- /mobile_security/mobile-api-lab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/mobile-api-lab.pdf -------------------------------------------------------------------------------- /mobile_security/output.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/mobile_security/output.json -------------------------------------------------------------------------------- /more_payloads/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/README.md -------------------------------------------------------------------------------- /more_payloads/SQLi/mssql-enumeration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/SQLi/mssql-enumeration.txt -------------------------------------------------------------------------------- /more_payloads/SQLi/mysql-injection-login-bypass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/SQLi/mysql-injection-login-bypass.txt -------------------------------------------------------------------------------- /more_payloads/SQLi/mysql-read-local-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/SQLi/mysql-read-local-files.txt -------------------------------------------------------------------------------- /more_payloads/SQLi/postgres-enumeration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/SQLi/postgres-enumeration.txt -------------------------------------------------------------------------------- /more_payloads/SQLi/sql-blind-MSSQL-INSERT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/SQLi/sql-blind-MSSQL-INSERT.txt -------------------------------------------------------------------------------- /more_payloads/SQLi/sql-blind-MSSQL-WHERE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/SQLi/sql-blind-MSSQL-WHERE.txt -------------------------------------------------------------------------------- /more_payloads/SQLi/sql-blind-MySQL-INSERT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/SQLi/sql-blind-MySQL-INSERT.txt -------------------------------------------------------------------------------- /more_payloads/SQLi/sql-blind-MySQL-ORDER_BY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/SQLi/sql-blind-MySQL-ORDER_BY.txt -------------------------------------------------------------------------------- /more_payloads/SQLi/sql-blind-MySQL-WHERE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/SQLi/sql-blind-MySQL-WHERE.txt -------------------------------------------------------------------------------- /more_payloads/command_injection_unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/command_injection_unix.txt -------------------------------------------------------------------------------- /more_payloads/more-xxs-payloads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/more-xxs-payloads.txt -------------------------------------------------------------------------------- /more_payloads/server-side-template-injection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/server-side-template-injection.txt -------------------------------------------------------------------------------- /more_payloads/xss_obfuscation_vectors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/xss_obfuscation_vectors.txt -------------------------------------------------------------------------------- /more_payloads/xxe-injection-payloads.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_payloads/xxe-injection-payloads.md -------------------------------------------------------------------------------- /more_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/more_tools.md -------------------------------------------------------------------------------- /networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/networking/README.md -------------------------------------------------------------------------------- /new_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/new_tools.md -------------------------------------------------------------------------------- /osint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/osint/README.md -------------------------------------------------------------------------------- /osint/dns-zone-transfer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/osint/dns-zone-transfer.md -------------------------------------------------------------------------------- /osint/quick_recon/alpha.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/osint/quick_recon/alpha.txt -------------------------------------------------------------------------------- /osint/quick_recon/plugins/__pycache__/pasting.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/osint/quick_recon/plugins/__pycache__/pasting.cpython-37.pyc -------------------------------------------------------------------------------- /osint/quick_recon/plugins/__pycache__/pasting.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/osint/quick_recon/plugins/__pycache__/pasting.cpython-38.pyc -------------------------------------------------------------------------------- /osint/quick_recon/plugins/pasting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/osint/quick_recon/plugins/pasting.py -------------------------------------------------------------------------------- /osint/quick_recon/qrecon_update.txt: -------------------------------------------------------------------------------- 1 | Update Status...[NO UPDATE] 2 | quick_recon V1.0 3 | Resuming... 4 | -------------------------------------------------------------------------------- /osint/quick_recon/quick_recon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/osint/quick_recon/quick_recon.py -------------------------------------------------------------------------------- /osint/quick_recon/quick_recon_cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/osint/quick_recon/quick_recon_cli.py -------------------------------------------------------------------------------- /osint/quick_recon/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/osint/quick_recon/requirements.txt -------------------------------------------------------------------------------- /pcaps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/pcaps/README.md -------------------------------------------------------------------------------- /pcaps/lala.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/pcaps/lala.pcap -------------------------------------------------------------------------------- /pen_testing_reports/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/pen_testing_reports/README.md -------------------------------------------------------------------------------- /post_exploitation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/post_exploitation/README.md -------------------------------------------------------------------------------- /post_exploitation/misc-windows-post-exploitation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/post_exploitation/misc-windows-post-exploitation.md -------------------------------------------------------------------------------- /post_exploitation/msfvenom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/post_exploitation/msfvenom.md -------------------------------------------------------------------------------- /post_exploitation/php-reverse-shell.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/post_exploitation/php-reverse-shell.php -------------------------------------------------------------------------------- /post_exploitation/powershell_commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/post_exploitation/powershell_commands.md -------------------------------------------------------------------------------- /post_exploitation/python-reverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/post_exploitation/python-reverse.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/amazing_python_references.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/amazing_python_references.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/bash_resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/bash_resources.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/basic_programming_resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/basic_programming_resources.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/exploitation/arp_cache_poisoner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/exploitation/arp_cache_poisoner.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/exploitation/arp_cache_poisoner_simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/exploitation/arp_cache_poisoner_simple.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/exploitation/basic_ipv4_scapy_packet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/exploitation/basic_ipv4_scapy_packet.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/exploitation/basic_ipv6_scapy_packet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/exploitation/basic_ipv6_scapy_packet.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/exploitation/cookie_stealer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/exploitation/cookie_stealer.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/exploitation/dll_injection_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/exploitation/dll_injection_example.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/exploitation/pyshark_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/exploitation/pyshark_example.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/exploitation/python_cool_tricks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/exploitation/python_cool_tricks.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/getting_started_code_review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/getting_started_code_review.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/javascript.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/parsing_auth_log/ParseLogs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/parsing_auth_log/ParseLogs.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/parsing_auth_log/bash_tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/parsing_auth_log/bash_tips.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/parsing_auth_log/logalyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/parsing_auth_log/logalyzer.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/perl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/perl.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/post_exploitation/armor.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/post_exploitation/armor.sh -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/post_exploitation/c2_example1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/post_exploitation/c2_example1.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/post_exploitation/exfil-scapy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/post_exploitation/exfil-scapy.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/post_exploitation/letmeout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/post_exploitation/letmeout.sh -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/post_exploitation/reverse_shells.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/post_exploitation/reverse_shells.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/certificate_information/check_weak_crypto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/certificate_information/check_weak_crypto.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/certificate_information/get_cert_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/certificate_information/get_cert_info.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/cloud_provider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/cloud_provider.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/dns-recon2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/dns-recon2.sh -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/dns_plus_whois.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/dns_plus_whois.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/dns_recon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/dns_recon.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/host_DNS_enum.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/host_DNS_enum.sh -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/mx_record_extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/mx_record_extractor.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/subdomain_finder_in_python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/dns_recon/subdomain_finder_in_python.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/finding_sensitive_files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/finding_sensitive_files/README.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/finding_sensitive_files/sensitive_file_scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/finding_sensitive_files/sensitive_file_scanner.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/scanning/basic_ping_sweep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/scanning/basic_ping_sweep.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/scanning/python_nmap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/scanning/python_nmap.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/scanning/python_nmap_examples.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/scanning/python_nmap_examples.ipynb -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/scanning/quick_scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/scanning/quick_scanner.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/scanning/scapscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/scanning/scapscan.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/scanning/scapy_basic_scanner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/scanning/scapy_basic_scanner.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/scanning/simple_scapy_scan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/scanning/simple_scapy_scan.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/sniffing_packet_capturing/another_scapy_sniffer_walkthrough.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/sniffing_packet_capturing/another_scapy_sniffer_walkthrough.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/sniffing_packet_capturing/http_sniffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/sniffing_packet_capturing/http_sniffer.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/sniffing_packet_capturing/python_sniffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/sniffing_packet_capturing/python_sniffer.py -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/sniffing_packet_capturing/tcpdump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/sniffing_packet_capturing/tcpdump.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/sniffing_packet_capturing/tcpdump.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/sniffing_packet_capturing/tcpdump.pdf -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/recon_scripts/snmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/recon_scripts/snmp.md -------------------------------------------------------------------------------- /programming_and_scripting_for_cybersecurity/text_manipulation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/programming_and_scripting_for_cybersecurity/text_manipulation.md -------------------------------------------------------------------------------- /python_ruby_and_bash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/python_ruby_and_bash/README.md -------------------------------------------------------------------------------- /python_ruby_and_bash/python_sniffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/python_ruby_and_bash/python_sniffer.py -------------------------------------------------------------------------------- /recon/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/recon/README.md -------------------------------------------------------------------------------- /recon/assessment-mindset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/recon/assessment-mindset.png -------------------------------------------------------------------------------- /recon/assessment_mindset.xmind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/recon/assessment_mindset.xmind -------------------------------------------------------------------------------- /recon/bug-bounty-methodology-jhaddix.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/recon/bug-bounty-methodology-jhaddix.jpeg -------------------------------------------------------------------------------- /recon/osint-domain-name.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/recon/osint-domain-name.jpeg -------------------------------------------------------------------------------- /recon/smb_enumeration_tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/recon/smb_enumeration_tips.md -------------------------------------------------------------------------------- /recon/visual-guide-to-recon.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/recon/visual-guide-to-recon.jfif -------------------------------------------------------------------------------- /red-team-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/red-team-tools.md -------------------------------------------------------------------------------- /reverse_engineering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/reverse_engineering/README.md -------------------------------------------------------------------------------- /reverse_engineering/crackmes/crackme01.64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/reverse_engineering/crackmes/crackme01.64 -------------------------------------------------------------------------------- /reverse_engineering/crackmes/crackme02.64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/reverse_engineering/crackmes/crackme02.64 -------------------------------------------------------------------------------- /reverse_engineering/crackmes/crackme03.64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/reverse_engineering/crackmes/crackme03.64 -------------------------------------------------------------------------------- /reverse_engineering/crackmes/crackme04.64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/reverse_engineering/crackmes/crackme04.64 -------------------------------------------------------------------------------- /reverse_engineering/crackmes/crackme05.64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/reverse_engineering/crackmes/crackme05.64 -------------------------------------------------------------------------------- /reverse_engineering/crackmes/crackme06.64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/reverse_engineering/crackmes/crackme06.64 -------------------------------------------------------------------------------- /reverse_engineering/crackmes/crackme07.64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/reverse_engineering/crackmes/crackme07.64 -------------------------------------------------------------------------------- /reverse_engineering/crackmes/crackme08.64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/reverse_engineering/crackmes/crackme08.64 -------------------------------------------------------------------------------- /reverse_engineering/crackmes/crackme09.64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/reverse_engineering/crackmes/crackme09.64 -------------------------------------------------------------------------------- /sbom/csaf_vex_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/sbom/csaf_vex_example.json -------------------------------------------------------------------------------- /sbom/cyclone-dx_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/sbom/cyclone-dx_example.json -------------------------------------------------------------------------------- /sbom/spdx_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/sbom/spdx_example.json -------------------------------------------------------------------------------- /sbom/swid_example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/sbom/swid_example.xml -------------------------------------------------------------------------------- /social_engineering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/social_engineering/README.md -------------------------------------------------------------------------------- /threat_hunting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/threat_hunting/README.md -------------------------------------------------------------------------------- /threat_hunting/find_malicious_ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/threat_hunting/find_malicious_ip.py -------------------------------------------------------------------------------- /threat_hunting/intro-to-threat-hunting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/threat_hunting/intro-to-threat-hunting.md -------------------------------------------------------------------------------- /threat_hunting/lala.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/threat_hunting/lala.pcap -------------------------------------------------------------------------------- /threat_hunting/threat_hunting_process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/threat_hunting/threat_hunting_process.md -------------------------------------------------------------------------------- /threat_hunting/zeek-tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/threat_hunting/zeek-tips.md -------------------------------------------------------------------------------- /virl_topologies/8.10-1.virl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/virl_topologies/8.10-1.virl -------------------------------------------------------------------------------- /virl_topologies/8.10-2.virl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/virl_topologies/8.10-2.virl -------------------------------------------------------------------------------- /virl_topologies/8.13.virl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/virl_topologies/8.13.virl -------------------------------------------------------------------------------- /virl_topologies/8.4.virl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/virl_topologies/8.4.virl -------------------------------------------------------------------------------- /virl_topologies/8.6.virl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/virl_topologies/8.6.virl -------------------------------------------------------------------------------- /virl_topologies/8.7.virl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/virl_topologies/8.7.virl -------------------------------------------------------------------------------- /virl_topologies/8.9.virl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/virl_topologies/8.9.virl -------------------------------------------------------------------------------- /virl_topologies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/virl_topologies/README.md -------------------------------------------------------------------------------- /virl_topologies/new_topo/art_of_hacking_1.virl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/virl_topologies/new_topo/art_of_hacking_1.virl -------------------------------------------------------------------------------- /vulnerability_scanners/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/vulnerability_scanners/README.md -------------------------------------------------------------------------------- /vulnerable_servers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/vulnerable_servers/README.md -------------------------------------------------------------------------------- /web_application_testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/web_application_testing/README.md -------------------------------------------------------------------------------- /web_application_testing/additional_exploits/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/web_application_testing/additional_exploits/README.md -------------------------------------------------------------------------------- /web_application_testing/additional_exploits/druid_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/web_application_testing/additional_exploits/druid_exploit.py -------------------------------------------------------------------------------- /web_application_testing/cookie_stealer_payload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/web_application_testing/cookie_stealer_payload.md -------------------------------------------------------------------------------- /web_application_testing/docker_references.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/web_application_testing/docker_references.md -------------------------------------------------------------------------------- /web_application_testing/sql-injection-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/web_application_testing/sql-injection-tools.md -------------------------------------------------------------------------------- /web_application_testing/ssrf_galatic_archives.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/web_application_testing/ssrf_galatic_archives.py -------------------------------------------------------------------------------- /web_application_testing/ssrf_ywing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/web_application_testing/ssrf_ywing.md -------------------------------------------------------------------------------- /web_application_testing/ssrf_ywing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/web_application_testing/ssrf_ywing.py -------------------------------------------------------------------------------- /web_application_testing/xss_vectors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/web_application_testing/xss_vectors.md -------------------------------------------------------------------------------- /who-and-what-to-follow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/who-and-what-to-follow/README.md -------------------------------------------------------------------------------- /windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/windows/README.md -------------------------------------------------------------------------------- /wireless_resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/wireless_resources/README.md -------------------------------------------------------------------------------- /wireless_resources/Whitepaper-Relay-Attacks-in-EMV-Contactless-Cards.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/wireless_resources/Whitepaper-Relay-Attacks-in-EMV-Contactless-Cards.pdf -------------------------------------------------------------------------------- /wireless_resources/hostapd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/wireless_resources/hostapd.conf -------------------------------------------------------------------------------- /wireless_resources/karma.rc_.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/wireless_resources/karma.rc_.txt -------------------------------------------------------------------------------- /wireless_resources/tools_and_online_resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/wireless_resources/tools_and_online_resources.md -------------------------------------------------------------------------------- /wireless_resources/virtual_adapters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/wireless_resources/virtual_adapters.md -------------------------------------------------------------------------------- /wireless_resources/wireless_adapters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/wireless_resources/wireless_adapters.md -------------------------------------------------------------------------------- /wireless_resources/yardstick_one_rfcat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/wireless_resources/yardstick_one_rfcat.md -------------------------------------------------------------------------------- /wireless_resources/z-wave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/wireless_resources/z-wave.md -------------------------------------------------------------------------------- /wireless_resources/zigbee_resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dx7er/Resources/HEAD/wireless_resources/zigbee_resources.md --------------------------------------------------------------------------------