# Reference

- [Hacking](/notes/reference/hacking.md): Remember to be Nice and Don't be an Asshole
- [Penetration Testing Resources Bookmarks](/notes/reference/hacking/penetration-testing-resources-bookmarks.md)
- [Research Links](/notes/reference/hacking/penetration-testing-resources-bookmarks/research-links.md)
- [Cheat Sheet](/notes/reference/hacking/penetration-testing-resources-bookmarks/cheat-sheet.md)
- [Learning/Training](/notes/reference/hacking/penetration-testing-resources-bookmarks/learning-training.md)
- [Tools](/notes/reference/hacking/penetration-testing-resources-bookmarks/tools.md)
- [Payloads](/notes/reference/hacking/penetration-testing-resources-bookmarks/payloads.md)
- [Shell](/notes/reference/hacking/penetration-testing-resources-bookmarks/shell.md)
- [AI](/notes/reference/hacking/penetration-testing-resources-bookmarks/ai.md)
- [Reads](/notes/reference/hacking/penetration-testing-resources-bookmarks/reads.md)
- [Podcast](/notes/reference/hacking/penetration-testing-resources-bookmarks/podcast.md)
- [Social Engineering](/notes/reference/hacking/penetration-testing-resources-bookmarks/social-engineering.md)
- [Payloads](/notes/reference/hacking/penetration-testing-resources-bookmarks/payloads-1.md)
- [Web/App Pentesting](/notes/reference/hacking/web-app-pentesting.md)
- [SQL Injection](/notes/reference/hacking/web-app-pentesting/sql-injection.md)
- [SQL Injection In The URL](/notes/reference/hacking/web-app-pentesting/sql-injection/sql-injection-in-the-url.md)
- [SQL Injection In The Search Field](/notes/reference/hacking/web-app-pentesting/sql-injection/sql-injection-in-the-search-field.md)
- [SQL Injection in Login forms](/notes/reference/hacking/web-app-pentesting/sql-injection/sql-injection-in-login-forms.md)
- [Boolean SQL Injection Blind](/notes/reference/hacking/web-app-pentesting/sql-injection/boolean-sql-injection-blind.md)
- [Time based SQL Injection Blind](/notes/reference/hacking/web-app-pentesting/sql-injection/time-based-sql-injection-blind.md)
- [Bypassing SQL Filters](/notes/reference/hacking/web-app-pentesting/sql-injection/bypassing-sql-filters.md)
- [SQL Injection with sqlmap](/notes/reference/hacking/web-app-pentesting/sql-injection/sql-injection-with-sqlmap.md)
- [XPath Injection - Authentication Bypass](/notes/reference/hacking/web-app-pentesting/sql-injection/xpath-injection-authentication-bypass.md)
- [XPath Advanced Data Exfiltration](/notes/reference/hacking/web-app-pentesting/sql-injection/xpath-injection-authentication-bypass/xpath-advanced-data-exfiltration.md)
- [Payloads](/notes/reference/hacking/web-app-pentesting/sql-injection/payloads.md)
- [XSS](/notes/reference/hacking/web-app-pentesting/xss.md)
- [Payloads](/notes/reference/hacking/web-app-pentesting/xss/payloads.md)
- [XSS Reflected](/notes/reference/hacking/web-app-pentesting/xss/xss-reflected.md)
- [XSS Stored](/notes/reference/hacking/web-app-pentesting/xss/xss-stored.md)
- [Dom-based](/notes/reference/hacking/web-app-pentesting/xss/dom-based.md)
- [Blind](/notes/reference/hacking/web-app-pentesting/xss/blind.md)
- [Command Injection](/notes/reference/hacking/web-app-pentesting/command-injection.md)
- [Payloads](/notes/reference/hacking/web-app-pentesting/command-injection/payloads.md)
- [File Upload](/notes/reference/hacking/web-app-pentesting/file-upload.md)
- [Payloads](/notes/reference/hacking/web-app-pentesting/file-upload/payloads.md)
- [Bypass Filters](/notes/reference/hacking/web-app-pentesting/file-upload/bypass-filters.md)
- [File Upload Tricks](/notes/reference/hacking/web-app-pentesting/file-upload/file-upload-tricks.md)
- [SSRF](/notes/reference/hacking/web-app-pentesting/ssrf.md)
- [Payloads](/notes/reference/hacking/web-app-pentesting/ssrf/payloads.md)
- [LFI/RFI](/notes/reference/hacking/web-app-pentesting/lfi-rfi.md)
- [Payloads](/notes/reference/hacking/web-app-pentesting/lfi-rfi/payloads.md)
- [LDAP Injection](/notes/reference/hacking/web-app-pentesting/ldap-injection.md)
- [Port Swigger](/notes/reference/hacking/port-swigger.md)
- [Access control](/notes/reference/hacking/port-swigger/access-control.md)
- [Lab: Unprotected admin functionality](/notes/reference/hacking/port-swigger/access-control/lab-unprotected-admin-functionality.md)
- [Unprotected admin functionality with unpredictable URL](/notes/reference/hacking/port-swigger/access-control/unprotected-admin-functionality-with-unpredictable-url.md)
- [User role controlled by request parameter](/notes/reference/hacking/port-swigger/access-control/user-role-controlled-by-request-parameter.md)
- [User ID controlled by request parameter, with unpredictable user IDs](/notes/reference/hacking/port-swigger/access-control/user-id-controlled-by-request-parameter-with-unpredictable-user-ids.md)
- [User ID controlled by request parameter with password disclosure](/notes/reference/hacking/port-swigger/access-control/user-id-controlled-by-request-parameter-with-password-disclosure.md)
- [Authentication](/notes/reference/hacking/port-swigger/authentication.md)
- [Username enumeration via different responses](/notes/reference/hacking/port-swigger/authentication/username-enumeration-via-different-responses.md)
- [Server-side request forgery (SSRF)](/notes/reference/hacking/port-swigger/server-side-request-forgery-ssrf.md)
- [Basic SSRF against the local server](/notes/reference/hacking/port-swigger/server-side-request-forgery-ssrf/basic-ssrf-against-the-local-server.md)
- [Basic SSRF against another back-end system](/notes/reference/hacking/port-swigger/server-side-request-forgery-ssrf/basic-ssrf-against-another-back-end-system.md)
- [File Upload Vulnerabilities](/notes/reference/hacking/port-swigger/file-upload-vulnerabilities.md)
- [Remote code execution via web shell upload](/notes/reference/hacking/port-swigger/file-upload-vulnerabilities/remote-code-execution-via-web-shell-upload.md)
- [SQL Injection](/notes/reference/hacking/port-swigger/sql-injection.md)
- [SQL injection vulnerability in WHERE clause allowing retrieval of hidden data](/notes/reference/hacking/port-swigger/sql-injection/sql-injection-vulnerability-in-where-clause-allowing-retrieval-of-hidden-data.md)
- [Burp](/notes/reference/hacking/burp.md)
- [Setting up Macro for intruder](/notes/reference/hacking/burp/setting-up-macro-for-intruder.md)
- [Cloud](/notes/reference/hacking/cloud.md)
- [Tools](/notes/reference/hacking/cloud/tools.md)
- [AWS](/notes/reference/hacking/cloud/aws.md)
- [S3 Buckets](/notes/reference/hacking/cloud/aws/s3-buckets.md)
- [Amazon IAM](/notes/reference/hacking/cloud/aws/amazon-iam.md)
- [Dockers](/notes/reference/hacking/cloud/aws/dockers.md)
- [Tools](/notes/reference/hacking/cloud/aws/dockers/tools.md)
- [Azure](/notes/reference/hacking/cloud/azure.md)
- [GCP](/notes/reference/hacking/cloud/gcp.md): Google Cloud Platform
- [Networking](/notes/reference/hacking/networking.md)
- [Cheat Sheet](/notes/reference/hacking/networking/cheat-sheet.md)
- [Hardware Hacking](/notes/reference/hacking/hardware-hacking.md)
- [Computer BIOS](/notes/reference/hacking/hardware-hacking/computer-bios.md)
- [HTML/CSS/JAVA](/notes/reference/html-css-java.md)
- [Tools](/notes/reference/html-css-java/tools.md)
- [HTTP Response Status Codes](/notes/reference/html-css-java/http-response-status-codes.md)
- [Bootstrap Templates](/notes/reference/html-css-java/bootstrap-templates.md)
- [SSL](/notes/reference/html-css-java/ssl.md): Let's Encrypt SSL Certificates
- [cURL](/notes/reference/html-css-java/curl.md)
- [Grep](/notes/reference/html-css-java/grep.md)
- [DataBase](/notes/reference/database.md)
- [My SQL](/notes/reference/database/my-sql.md)
- [Cheat Sheet](/notes/reference/database/my-sql/cheat-sheet.md)
- [Tools](/notes/reference/database/my-sql/tools.md)
- [PYTHON3](/notes/reference/python3.md)
- [Code Resources](/notes/reference/python3/code-resources.md)
- [Python Reference Guide](/notes/reference/python3/python-reference-guide.md)
- [Cheat Sheet](/notes/reference/python3/python-reference-guide/cheat-sheet.md)
- [Code Projects](/notes/reference/python3/code-projects.md)
- [Jiggler Mouse](/notes/reference/python3/code-projects/jiggler-mouse.md): Have your mouse go on an adventure around the screen. NOTE: To stop, hit the f11 key; it will also stop if it reaches the edge of the screen.
- [loan calculator](/notes/reference/python3/code-projects/loan-calculator.md)
- [Bilnd LDAP Data Exfiltration](/notes/reference/python3/code-projects/bilnd-ldap-data-exfiltration.md)
- [SEO](/notes/reference/seo.md)
- [Tools](/notes/reference/seo/tools.md)
- [On-Page SEO](/notes/reference/seo/on-page-seo.md)
- [Local SEO and Keyword Research](/notes/reference/seo/local-seo-and-keyword-research.md)
- [Content Optimization](/notes/reference/seo/content-optimization.md)
- [Technical SEO](/notes/reference/seo/technical-seo.md)
- [Off-Page SEO Tools](/notes/reference/seo/off-page-seo-tools.md)
- [Google Ads](/notes/reference/seo/google-ads.md)
- [Cloud](/notes/reference/cloud.md)
- [AWS](/notes/reference/cloud/aws.md): Amazon Web Services (AWS)
- [Light Sail](/notes/reference/cloud/aws/light-sail.md)
- [Hosting Website on Light Sail and Namecheap](/notes/reference/cloud/aws/light-sail/hosting-website-on-light-sail-and-namecheap.md)
- [Boto3](/notes/reference/cloud/aws/boto3.md): The AWS SDK for Python (Boto3) lets you set up, manage, and make new AWS services.
- [Azure](/notes/reference/cloud/azure.md): Microsoft Azure
- [GCP](/notes/reference/cloud/gcp.md): Google Cloud Platform (GCP)
- [Files](/notes/reference/files.md)
- [PDF](/notes/reference/files/pdf.md)
