├── OSCE └── README.md ├── OSCP └── README.md ├── Offensive Notes ├── DNS │ └── README.md ├── Enumeration │ └── README.md ├── IMAP │ └── README.md ├── LDAP │ └── README.md ├── POP3 │ └── README.md ├── Pivoting │ └── README.md ├── RDC │ └── README.md ├── README.md ├── RPC │ └── README.md ├── RedTeam │ └── README.md ├── SMB │ └── README.md ├── SMTP │ └── README.md └── Web │ ├── AWS Amazon Bucket S3 │ └── README.md │ ├── Bruteforce │ └── README.md │ ├── CRLF injection │ ├── README.md │ └── crlfinjection.txt │ ├── CSRF injection │ ├── Images │ │ └── CSRF-CheatSheet.png │ └── README.md │ ├── CSV injection │ └── README.md │ ├── CVE Exploits │ ├── Apache Struts 2 CVE-2013-2251 CVE-2017-5638 CVE-2018-11776_.py │ ├── Apache Struts 2 CVE-2017-5638.py │ ├── Apache Struts 2 CVE-2017-9805.py │ ├── Apache Struts 2 CVE-2018-11776.py │ ├── Docker API RCE.py │ ├── Drupalgeddon2 CVE-2018-7600.rb │ ├── Heartbleed CVE-2014-0160.py │ ├── JBoss CVE-2015-7501.py │ ├── Jenkins CVE-2015-8103.py │ ├── Jenkins CVE-2016-0792.py │ ├── README.md │ ├── Shellshock CVE-2014-6271.py │ ├── Tomcat CVE-2017-12617.py │ ├── WebLogic CVE-2016-3510.py │ ├── WebLogic CVE-2017-10271.py │ ├── WebLogic CVE-2018-2894.py │ └── WebSphere CVE-2015-7450.py │ ├── Command injection │ ├── Intruder │ │ ├── command-execution-unix.txt │ │ └── command_exec.txt │ └── README.md │ ├── Content Discovery │ └── README.md │ ├── Directory traversal │ ├── Intruder │ │ ├── deep_traversal.txt │ │ ├── directory_traversal.txt │ │ ├── dotdotpwn.txt │ │ └── traversals-8-deep-exotic-encoding.txt │ └── README.md │ ├── File inclusion │ ├── Intruders │ │ ├── BSD-files.txt │ │ ├── JHADDIX_LFI.txt │ │ ├── LFI-FD-check.txt │ │ ├── LFI-WindowsFileCheck.txt │ │ ├── Linux-files.txt │ │ ├── List_Of_File_To_Include.txt │ │ ├── List_Of_File_To_Include_NullByteAdded.txt │ │ ├── Logs-files.txt │ │ ├── Mac-files.txt │ │ ├── Traversal.txt │ │ ├── Web-files.txt │ │ ├── Windows-files.txt │ │ ├── dot-slash-PathTraversal_and_LFI_pairing.txt │ │ └── simple-check.txt │ ├── README.md │ ├── phpinfolfi.py │ └── uploadlfi.py │ ├── Insecure deserialization │ ├── Files │ │ ├── PHP-Serialization-RCE-Exploit.php │ │ └── Ruby_universal_gadget_generate_verify.rb │ ├── Java.md │ ├── PHP.md │ ├── Python.md │ ├── README.md │ └── Ruby.md │ ├── Insecure direct object references │ ├── README.md │ └── idor.png │ ├── Insecure management interface │ ├── Intruder │ │ └── springboot_actuator.txt │ └── README.md │ ├── Insecure source code management │ └── README.md │ ├── JSON Web Token │ └── README.md │ ├── LDAP injection │ ├── Intruder │ │ ├── LDAP_FUZZ.txt │ │ └── LDAP_attributes.txt │ └── README.md │ ├── LaTeX injection │ └── README.md │ ├── NoSQL injection │ ├── Intruder │ │ └── NoSQL.txt │ └── README.md │ ├── OAuth │ └── README.md │ ├── Open redirect │ ├── Intruder │ │ ├── Open-Redirect-payloads.txt │ │ ├── open_redirect_wordlist.txt │ │ └── openredirects.txt │ └── README.md │ ├── README.md │ ├── SQL injection │ ├── Cassandra Injection.md │ ├── Images │ │ └── wildcard_underscore.jpg │ ├── Intruder │ │ ├── Auth_Bypass.txt │ │ ├── Auth_Bypass2.txt │ │ ├── FUZZDB_MSSQL-WHERE_Time.txt │ │ ├── FUZZDB_MSSQL.txt │ │ ├── FUZZDB_MSSQL_Enumeration.txt │ │ ├── FUZZDB_MYSQL.txt │ │ ├── FUZZDB_MySQL-WHERE_Time.txt │ │ ├── FUZZDB_MySQL_ReadLocalFiles.txt │ │ ├── FUZZDB_Oracle.txt │ │ ├── FUZZDB_Postgres_Enumeration.txt │ │ ├── Generic_ErrorBased.txt │ │ ├── Generic_TimeBased.txt │ │ ├── Generic_UnionSelect.txt │ │ ├── SQL-Injection │ │ ├── SQLi_Polyglots.txt │ │ ├── payloads-sql-blind-MSSQL-INSERT │ │ ├── payloads-sql-blind-MSSQL-WHERE │ │ ├── payloads-sql-blind-MySQL-INSERT │ │ ├── payloads-sql-blind-MySQL-ORDER_BY │ │ └── payloads-sql-blind-MySQL-WHERE │ ├── MSSQL Injection.md │ ├── MySQL Injection.md │ ├── OracleSQL Injection.md │ ├── PostgreSQL Injection.md │ ├── README.md │ └── SQLite Injection.md │ ├── Server Side Request Forgery │ ├── Files │ │ └── ip.py │ ├── Images │ │ ├── Parser & Curl < 7.54.png │ │ ├── SSRF_Parser.png │ │ ├── SSRF_stream.png │ │ └── WeakParser.jpg │ └── README.md │ ├── Server Side Template Injection │ ├── Images │ │ └── serverside.png │ ├── Intruder │ │ ├── JHADDIX_SSI_Injection.txt │ │ └── ssi_quick.txt │ └── README.md │ ├── Type juggling │ └── README.md │ ├── Upload insecure files │ ├── Busybox httpd.conf │ │ ├── README.md │ │ ├── httpd.conf │ │ └── shellymcshellface.sh │ ├── Eicar │ │ └── eicar.com.txt │ ├── Ffmpeg HLS │ │ ├── README.md │ │ ├── gen_avi_bypass.py │ │ ├── gen_xbin_avi.py │ │ ├── read_passwd.avi │ │ ├── read_passwd_bypass.mp4 │ │ ├── read_shadow.avi │ │ └── read_shadow_bypass.mp4 │ ├── IIS Web Config │ │ └── web.config │ ├── IIS │ │ └── index.stm │ ├── Image Tragik 2 │ │ ├── README.md │ │ ├── centos_id.jpg │ │ ├── ubuntu_id.jpg │ │ └── ubuntu_shell.jpg │ ├── Image Tragik │ │ ├── payload_imageover_file_exfiltration_pangu_wrapper.jpg │ │ ├── payload_imageover_file_exfiltration_text_wrapper.jpg │ │ ├── payload_imageover_reverse_shell_devtcp.jpg │ │ ├── payload_imageover_reverse_shell_netcat_fifo.png │ │ ├── payload_imageover_wget.gif │ │ ├── payload_url_bind_shell_nc.mvg │ │ ├── payload_url_curl.png │ │ ├── payload_url_portscan.jpg │ │ ├── payload_url_remote_connection.mvg │ │ ├── payload_url_reverse_shell_bash.mvg │ │ ├── payload_url_touch.jpg │ │ ├── payload_xml_reverse_shell_nctraditional.xml │ │ └── payload_xml_reverse_shell_netcat_encoded.xml │ ├── Insecure Flash │ │ ├── xss.swf │ │ └── xssproject.swf │ ├── JPG Resize │ │ ├── README.txt │ │ ├── bulletjpg.py │ │ ├── exploit--1.jpg │ │ ├── exploit-52.jpg │ │ ├── exploit-53.jpg │ │ ├── exploit-54.jpg │ │ ├── exploit-55.jpg │ │ ├── exploit-56.jpg │ │ ├── exploit-57.jpg │ │ ├── exploit-58.jpg │ │ ├── exploit-59.jpg │ │ ├── exploit-60.jpg │ │ ├── exploit-61.jpg │ │ ├── exploit-62.jpg │ │ ├── exploit-63.jpg │ │ ├── exploit-64.jpg │ │ ├── exploit-65.jpg │ │ ├── exploit-66.jpg │ │ ├── exploit-67.jpg │ │ ├── exploit-68.jpg │ │ ├── exploit-69.jpg │ │ ├── exploit-70.jpg │ │ ├── exploit-71.jpg │ │ ├── exploit-72.jpg │ │ ├── exploit-73.jpg │ │ ├── exploit-74.jpg │ │ ├── exploit-75.jpg │ │ ├── exploit-76.jpg │ │ ├── exploit-77.jpg │ │ ├── exploit-78.jpg │ │ ├── exploit-79.jpg │ │ ├── exploit-80.jpg │ │ ├── exploit-81.jpg │ │ ├── exploit-82.jpg │ │ ├── exploit-83.jpg │ │ ├── exploit-84.jpg │ │ ├── exploit-85.jpg │ │ ├── exploit-86.jpg │ │ ├── exploit-87.jpg │ │ ├── exploit-88.jpg │ │ ├── exploit-89.jpg │ │ ├── exploit-90.jpg │ │ ├── exploit-91.jpg │ │ ├── exploit-92.jpg │ │ ├── exploit-93.jpg │ │ ├── exploit-94.jpg │ │ ├── exploit-95.jpg │ │ ├── exploit-96.jpg │ │ ├── exploit-97.jpg │ │ └── exploit-98.jpg │ ├── Metadata GIF │ │ ├── phpinfo-metadata.gif │ │ ├── shell_cinema.gif │ │ ├── shell_fr.gif │ │ └── shell_problem.gif │ ├── Metadata PNG │ │ ├── Build_image_to_LFI.py │ │ ├── php_exif_data.png │ │ └── phpinfo-metadata.jpg │ ├── PDF JS │ │ ├── poc.js │ │ ├── poc.py │ │ └── result.pdf │ ├── PHP .htaccess │ │ ├── .htaccess │ │ └── README.md │ ├── PHP Extension │ │ ├── phpinfo.jpg.php │ │ ├── phpinfo.phar │ │ ├── phpinfo.php │ │ ├── phpinfo.php3 │ │ ├── phpinfo.php4 │ │ ├── phpinfo.php5 │ │ ├── phpinfo.php7 │ │ ├── phpinfo.phpt │ │ ├── phpinfo.pht │ │ ├── phpinfo.phtml │ │ ├── shell.jpeg.php │ │ ├── shell.jpg.php │ │ ├── shell.pgif │ │ ├── shell.phar │ │ ├── shell.php │ │ ├── shell.php3 │ │ ├── shell.php4 │ │ ├── shell.php5 │ │ ├── shell.php7 │ │ ├── shell.phpt │ │ ├── shell.pht │ │ ├── shell.phtml │ │ ├── shell.png.php │ │ └── shell.shtml │ ├── PNG Resize │ │ ├── 110x110_resize_bypass_use_LFI.png │ │ └── 32x32_resize_bypass_use_LFI.png │ ├── Python __init__.py │ │ ├── python-admin-__init__.py.zip │ │ ├── python-conf-__init__.py.zip │ │ ├── python-config-__init__.py.zip │ │ ├── python-controllers-__init__.py.zip │ │ ├── python-generate-init.py │ │ ├── python-login-__init__.py.zip │ │ ├── python-models-__init__.py.zip │ │ ├── python-modules-__init__.py.zip │ │ ├── python-scripts-__init__.py.zip │ │ ├── python-settings-__init__.py.zip │ │ ├── python-tests-__init__.py.zip │ │ ├── python-urls-__init__.py.zip │ │ ├── python-utils-__init__.py.zip │ │ └── python-view-__init__.py.zip │ ├── README.md │ ├── Server Side Include │ │ ├── exec.shtml │ │ └── include.shtml │ └── ZIP Symbolic Link │ │ ├── etc_passwd.zip │ │ ├── generate.sh │ │ └── passwd │ ├── Web cache deception │ ├── Intruders │ │ └── param_miner_lowercase_headers.txt │ └── README.md │ ├── XPATH injection │ └── README.md │ ├── XSS injection │ ├── Files │ │ ├── "> │ │ ├── '> │ │ ├── InsecureFlashFile.swf │ │ ├── JupyterNotebookXSS.ipynb │ │ ├── SVG_XSS.svg │ │ ├── SVG_XSS1.svg │ │ ├── SVG_XSS2.svg │ │ ├── SVG_XSS3.svg │ │ ├── SWF_XSS.swf │ │ ├── XML XSS.xml │ │ ├── XML_XSS_cheatsheet.html │ │ ├── xss_comment_exif_metadata_double_quote.png │ │ └── xss_comment_exif_metadata_single_quote.png │ ├── Images │ │ └── DwrkbH1VAAErOI2.jpg │ ├── Intruders │ │ ├── BRUTELOGIC-XSS-JS.txt │ │ ├── BRUTELOGIC-XSS-STRINGS.txt │ │ ├── IntrudersXSS.txt │ │ ├── JHADDIX_XSS.txt │ │ ├── MarioXSSVectors.txt │ │ ├── RSNAKE_XSS.txt │ │ ├── XSSDetection.txt │ │ ├── XSS_Polyglots.txt │ │ ├── jsonp_endpoint.txt │ │ ├── xss_alert.txt │ │ ├── xss_payloads_quick.txt │ │ └── xss_swf_fuzz.txt │ ├── README.md │ ├── XSS in Angular.md │ └── XSS with Relative Path Overwrite.md │ └── XXE injection │ ├── Files │ ├── Classic XXE - etc passwd.xml │ ├── Classic XXE B64 Encoded.xml │ ├── Classic XXE.xml │ ├── Deny Of Service - Billion Laugh Attack │ ├── XXE OOB Attack (Yunusov, 2013).xml │ └── XXE PHP Wrapper.xml │ ├── Intruders │ ├── XXE_Fuzzing.txt │ └── xml-attacks.txt │ └── README.md └── README.md /OSCE/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/OSCE/README.md -------------------------------------------------------------------------------- /OSCP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/OSCP/README.md -------------------------------------------------------------------------------- /Offensive Notes/DNS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/DNS/README.md -------------------------------------------------------------------------------- /Offensive Notes/Enumeration/README.md: -------------------------------------------------------------------------------- 1 | # Short Enumeration guide -------------------------------------------------------------------------------- /Offensive Notes/IMAP/README.md: -------------------------------------------------------------------------------- 1 | # IMAP -------------------------------------------------------------------------------- /Offensive Notes/LDAP/README.md: -------------------------------------------------------------------------------- 1 | # LDAP 2 | -------------------------------------------------------------------------------- /Offensive Notes/POP3/README.md: -------------------------------------------------------------------------------- 1 | # POP3 -------------------------------------------------------------------------------- /Offensive Notes/Pivoting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Pivoting/README.md -------------------------------------------------------------------------------- /Offensive Notes/RDC/README.md: -------------------------------------------------------------------------------- 1 | # RDC/RDP 2 | -------------------------------------------------------------------------------- /Offensive Notes/README.md: -------------------------------------------------------------------------------- 1 | # Offensive Notes 2 | -------------------------------------------------------------------------------- /Offensive Notes/RPC/README.md: -------------------------------------------------------------------------------- 1 | # RPC -------------------------------------------------------------------------------- /Offensive Notes/RedTeam/README.md: -------------------------------------------------------------------------------- 1 | # Red Team stuff 2 | -------------------------------------------------------------------------------- /Offensive Notes/SMB/README.md: -------------------------------------------------------------------------------- 1 | # SMB 2 | 3 | How to enumerate SMB -------------------------------------------------------------------------------- /Offensive Notes/SMTP/README.md: -------------------------------------------------------------------------------- 1 | # SMTP 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/AWS Amazon Bucket S3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/AWS Amazon Bucket S3/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Bruteforce/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Bruteforce/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/CRLF injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CRLF injection/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/CRLF injection/crlfinjection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CRLF injection/crlfinjection.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/CSRF injection/Images/CSRF-CheatSheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CSRF injection/Images/CSRF-CheatSheet.png -------------------------------------------------------------------------------- /Offensive Notes/Web/CSRF injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CSRF injection/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/CSV injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CSV injection/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/Apache Struts 2 CVE-2013-2251 CVE-2017-5638 CVE-2018-11776_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/Apache Struts 2 CVE-2013-2251 CVE-2017-5638 CVE-2018-11776_.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/Apache Struts 2 CVE-2017-5638.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/Apache Struts 2 CVE-2017-5638.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/Apache Struts 2 CVE-2017-9805.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/Apache Struts 2 CVE-2017-9805.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/Apache Struts 2 CVE-2018-11776.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/Apache Struts 2 CVE-2018-11776.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/Docker API RCE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/Docker API RCE.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/Drupalgeddon2 CVE-2018-7600.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/Drupalgeddon2 CVE-2018-7600.rb -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/Heartbleed CVE-2014-0160.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/Heartbleed CVE-2014-0160.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/JBoss CVE-2015-7501.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/JBoss CVE-2015-7501.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/Jenkins CVE-2015-8103.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/Jenkins CVE-2015-8103.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/Jenkins CVE-2016-0792.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/Jenkins CVE-2016-0792.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/Shellshock CVE-2014-6271.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/Shellshock CVE-2014-6271.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/Tomcat CVE-2017-12617.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/Tomcat CVE-2017-12617.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/WebLogic CVE-2016-3510.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/WebLogic CVE-2016-3510.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/WebLogic CVE-2017-10271.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/WebLogic CVE-2017-10271.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/WebLogic CVE-2018-2894.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/WebLogic CVE-2018-2894.py -------------------------------------------------------------------------------- /Offensive Notes/Web/CVE Exploits/WebSphere CVE-2015-7450.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/CVE Exploits/WebSphere CVE-2015-7450.py -------------------------------------------------------------------------------- /Offensive Notes/Web/Command injection/Intruder/command-execution-unix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Command injection/Intruder/command-execution-unix.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Command injection/Intruder/command_exec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Command injection/Intruder/command_exec.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Command injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Command injection/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Content Discovery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Content Discovery/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Directory traversal/Intruder/deep_traversal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Directory traversal/Intruder/deep_traversal.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Directory traversal/Intruder/directory_traversal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Directory traversal/Intruder/directory_traversal.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Directory traversal/Intruder/dotdotpwn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Directory traversal/Intruder/dotdotpwn.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Directory traversal/Intruder/traversals-8-deep-exotic-encoding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Directory traversal/Intruder/traversals-8-deep-exotic-encoding.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Directory traversal/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Directory traversal/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/BSD-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/BSD-files.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/JHADDIX_LFI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/JHADDIX_LFI.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/LFI-FD-check.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/LFI-FD-check.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/LFI-WindowsFileCheck.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/LFI-WindowsFileCheck.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/Linux-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/Linux-files.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/List_Of_File_To_Include.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/List_Of_File_To_Include.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/List_Of_File_To_Include_NullByteAdded.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/List_Of_File_To_Include_NullByteAdded.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/Logs-files.txt: -------------------------------------------------------------------------------- 1 | 71 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/Mac-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/Mac-files.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/Traversal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/Traversal.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/Web-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/Web-files.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/Windows-files.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/Windows-files.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/dot-slash-PathTraversal_and_LFI_pairing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/dot-slash-PathTraversal_and_LFI_pairing.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/Intruders/simple-check.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/Intruders/simple-check.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/phpinfolfi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/phpinfolfi.py -------------------------------------------------------------------------------- /Offensive Notes/Web/File inclusion/uploadlfi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/File inclusion/uploadlfi.py -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure deserialization/Files/PHP-Serialization-RCE-Exploit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure deserialization/Files/PHP-Serialization-RCE-Exploit.php -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure deserialization/Files/Ruby_universal_gadget_generate_verify.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure deserialization/Files/Ruby_universal_gadget_generate_verify.rb -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure deserialization/Java.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure deserialization/Java.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure deserialization/PHP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure deserialization/PHP.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure deserialization/Python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure deserialization/Python.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure deserialization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure deserialization/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure deserialization/Ruby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure deserialization/Ruby.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure direct object references/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure direct object references/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure direct object references/idor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure direct object references/idor.png -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure management interface/Intruder/springboot_actuator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure management interface/Intruder/springboot_actuator.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure management interface/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure management interface/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Insecure source code management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Insecure source code management/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/JSON Web Token/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/JSON Web Token/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/LDAP injection/Intruder/LDAP_FUZZ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/LDAP injection/Intruder/LDAP_FUZZ.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/LDAP injection/Intruder/LDAP_attributes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/LDAP injection/Intruder/LDAP_attributes.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/LDAP injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/LDAP injection/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/LaTeX injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/LaTeX injection/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/NoSQL injection/Intruder/NoSQL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/NoSQL injection/Intruder/NoSQL.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/NoSQL injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/NoSQL injection/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/OAuth/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/OAuth/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Open redirect/Intruder/Open-Redirect-payloads.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Open redirect/Intruder/Open-Redirect-payloads.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Open redirect/Intruder/open_redirect_wordlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Open redirect/Intruder/open_redirect_wordlist.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Open redirect/Intruder/openredirects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Open redirect/Intruder/openredirects.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Open redirect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Open redirect/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/README.md: -------------------------------------------------------------------------------- 1 | # Web 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Cassandra Injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Cassandra Injection.md -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Images/wildcard_underscore.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Images/wildcard_underscore.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/Auth_Bypass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/Auth_Bypass.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/Auth_Bypass2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/Auth_Bypass2.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MSSQL-WHERE_Time.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MSSQL-WHERE_Time.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MSSQL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MSSQL.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MSSQL_Enumeration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MSSQL_Enumeration.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MYSQL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MYSQL.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MySQL-WHERE_Time.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MySQL-WHERE_Time.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MySQL_ReadLocalFiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/FUZZDB_MySQL_ReadLocalFiles.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/FUZZDB_Oracle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/FUZZDB_Oracle.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/FUZZDB_Postgres_Enumeration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/FUZZDB_Postgres_Enumeration.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/Generic_ErrorBased.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/Generic_ErrorBased.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/Generic_TimeBased.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/Generic_TimeBased.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/Generic_UnionSelect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/Generic_UnionSelect.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/SQL-Injection: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/SQL-Injection -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/SQLi_Polyglots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/SQLi_Polyglots.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/payloads-sql-blind-MSSQL-INSERT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/payloads-sql-blind-MSSQL-INSERT -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/payloads-sql-blind-MSSQL-WHERE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/payloads-sql-blind-MSSQL-WHERE -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/payloads-sql-blind-MySQL-INSERT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/payloads-sql-blind-MySQL-INSERT -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/payloads-sql-blind-MySQL-ORDER_BY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/payloads-sql-blind-MySQL-ORDER_BY -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/Intruder/payloads-sql-blind-MySQL-WHERE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/Intruder/payloads-sql-blind-MySQL-WHERE -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/MSSQL Injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/MSSQL Injection.md -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/MySQL Injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/MySQL Injection.md -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/OracleSQL Injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/OracleSQL Injection.md -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/PostgreSQL Injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/PostgreSQL Injection.md -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/SQL injection/SQLite Injection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/SQL injection/SQLite Injection.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Server Side Request Forgery/Files/ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Server Side Request Forgery/Files/ip.py -------------------------------------------------------------------------------- /Offensive Notes/Web/Server Side Request Forgery/Images/Parser & Curl < 7.54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Server Side Request Forgery/Images/Parser & Curl < 7.54.png -------------------------------------------------------------------------------- /Offensive Notes/Web/Server Side Request Forgery/Images/SSRF_Parser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Server Side Request Forgery/Images/SSRF_Parser.png -------------------------------------------------------------------------------- /Offensive Notes/Web/Server Side Request Forgery/Images/SSRF_stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Server Side Request Forgery/Images/SSRF_stream.png -------------------------------------------------------------------------------- /Offensive Notes/Web/Server Side Request Forgery/Images/WeakParser.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Server Side Request Forgery/Images/WeakParser.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Server Side Request Forgery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Server Side Request Forgery/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Server Side Template Injection/Images/serverside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Server Side Template Injection/Images/serverside.png -------------------------------------------------------------------------------- /Offensive Notes/Web/Server Side Template Injection/Intruder/JHADDIX_SSI_Injection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Server Side Template Injection/Intruder/JHADDIX_SSI_Injection.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Server Side Template Injection/Intruder/ssi_quick.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Server Side Template Injection/Intruder/ssi_quick.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Server Side Template Injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Server Side Template Injection/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Type juggling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Type juggling/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Busybox httpd.conf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Busybox httpd.conf/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Busybox httpd.conf/httpd.conf: -------------------------------------------------------------------------------- 1 | *.sh:/bin/sh 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Busybox httpd.conf/shellymcshellface.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Busybox httpd.conf/shellymcshellface.sh -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Eicar/eicar.com.txt: -------------------------------------------------------------------------------- 1 | X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/gen_avi_bypass.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/gen_avi_bypass.py -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/gen_xbin_avi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/gen_xbin_avi.py -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/read_passwd.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/read_passwd.avi -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/read_passwd_bypass.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/read_passwd_bypass.mp4 -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/read_shadow.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/read_shadow.avi -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/read_shadow_bypass.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Ffmpeg HLS/read_shadow_bypass.mp4 -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/IIS Web Config/web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/IIS Web Config/web.config -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/IIS/index.stm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/IIS/index.stm -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik 2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik 2/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik 2/centos_id.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik 2/centos_id.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik 2/ubuntu_id.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik 2/ubuntu_id.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik 2/ubuntu_shell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik 2/ubuntu_shell.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_imageover_file_exfiltration_pangu_wrapper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_imageover_file_exfiltration_pangu_wrapper.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_imageover_file_exfiltration_text_wrapper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_imageover_file_exfiltration_text_wrapper.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_imageover_reverse_shell_devtcp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_imageover_reverse_shell_devtcp.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_imageover_reverse_shell_netcat_fifo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_imageover_reverse_shell_netcat_fifo.png -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_imageover_wget.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_imageover_wget.gif -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_bind_shell_nc.mvg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_bind_shell_nc.mvg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_curl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_curl.png -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_portscan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_portscan.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_remote_connection.mvg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_remote_connection.mvg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_reverse_shell_bash.mvg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_reverse_shell_bash.mvg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_touch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_url_touch.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_xml_reverse_shell_nctraditional.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_xml_reverse_shell_nctraditional.xml -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Image Tragik/payload_xml_reverse_shell_netcat_encoded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Image Tragik/payload_xml_reverse_shell_netcat_encoded.xml -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Insecure Flash/xss.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Insecure Flash/xss.swf -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Insecure Flash/xssproject.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Insecure Flash/xssproject.swf -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/README.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/bulletjpg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/bulletjpg.py -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit--1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit--1.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-52.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-53.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-54.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-54.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-55.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-55.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-56.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-57.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-58.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-58.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-59.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-59.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-60.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-61.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-61.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-62.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-62.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-63.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-63.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-64.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-65.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-65.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-66.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-66.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-67.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-67.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-68.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-68.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-69.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-69.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-70.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-70.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-71.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-72.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-72.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-73.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-73.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-74.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-74.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-75.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-75.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-76.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-76.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-77.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-77.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-78.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-78.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-79.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-79.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-80.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-81.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-81.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-82.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-82.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-83.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-83.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-84.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-84.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-85.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-85.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-86.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-86.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-87.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-88.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-88.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-89.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-89.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-90.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-91.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-91.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-92.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-92.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-93.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-93.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-94.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-94.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-95.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-95.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-96.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-96.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-97.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-97.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-98.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/JPG Resize/exploit-98.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Metadata GIF/phpinfo-metadata.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Metadata GIF/phpinfo-metadata.gif -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Metadata GIF/shell_cinema.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Metadata GIF/shell_cinema.gif -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Metadata GIF/shell_fr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Metadata GIF/shell_fr.gif -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Metadata GIF/shell_problem.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Metadata GIF/shell_problem.gif -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Metadata PNG/Build_image_to_LFI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Metadata PNG/Build_image_to_LFI.py -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Metadata PNG/php_exif_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Metadata PNG/php_exif_data.png -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Metadata PNG/phpinfo-metadata.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Metadata PNG/phpinfo-metadata.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PDF JS/poc.js: -------------------------------------------------------------------------------- 1 | app.alert("XSS") -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PDF JS/poc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/PDF JS/poc.py -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PDF JS/result.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/PDF JS/result.pdf -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP .htaccess/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/PHP .htaccess/.htaccess -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP .htaccess/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/PHP .htaccess/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/phpinfo.jpg.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/phpinfo.phar: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/phpinfo.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/phpinfo.php3: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/phpinfo.php4: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/phpinfo.php5: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/phpinfo.php7: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/phpinfo.phpt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/phpinfo.pht: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/phpinfo.phtml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.jpeg.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.jpg.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.pgif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/PHP Extension/shell.pgif -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.phar: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.php3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.php4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.php5: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.php7: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.phpt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.pht: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.phtml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.png.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PHP Extension/shell.shtml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PNG Resize/110x110_resize_bypass_use_LFI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/PNG Resize/110x110_resize_bypass_use_LFI.png -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/PNG Resize/32x32_resize_bypass_use_LFI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/PNG Resize/32x32_resize_bypass_use_LFI.png -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-admin-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-admin-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-conf-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-conf-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-config-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-config-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-controllers-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-controllers-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-generate-init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-generate-init.py -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-login-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-login-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-models-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-models-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-modules-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-modules-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-scripts-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-scripts-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-settings-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-settings-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-tests-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-tests-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-urls-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-urls-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-utils-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-utils-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Python __init__.py/python-view-__init__.py.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/Python __init__.py/python-view-__init__.py.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Server Side Include/exec.shtml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/Server Side Include/include.shtml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/ZIP Symbolic Link/etc_passwd.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/ZIP Symbolic Link/etc_passwd.zip -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/ZIP Symbolic Link/generate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Upload insecure files/ZIP Symbolic Link/generate.sh -------------------------------------------------------------------------------- /Offensive Notes/Web/Upload insecure files/ZIP Symbolic Link/passwd: -------------------------------------------------------------------------------- 1 | /etc/passwd -------------------------------------------------------------------------------- /Offensive Notes/Web/Web cache deception/Intruders/param_miner_lowercase_headers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Web cache deception/Intruders/param_miner_lowercase_headers.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/Web cache deception/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/Web cache deception/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/XPATH injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XPATH injection/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/">: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/'>: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/InsecureFlashFile.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Files/InsecureFlashFile.swf -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/JupyterNotebookXSS.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Files/JupyterNotebookXSS.ipynb -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/SVG_XSS.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Files/SVG_XSS.svg -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/SVG_XSS1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Files/SVG_XSS1.svg -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/SVG_XSS2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Files/SVG_XSS2.svg -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/SVG_XSS3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Files/SVG_XSS3.svg -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/SWF_XSS.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Files/SWF_XSS.swf -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/XML XSS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Files/XML XSS.xml -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/XML_XSS_cheatsheet.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Files/XML_XSS_cheatsheet.html -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/xss_comment_exif_metadata_double_quote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Files/xss_comment_exif_metadata_double_quote.png -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Files/xss_comment_exif_metadata_single_quote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Files/xss_comment_exif_metadata_single_quote.png -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Images/DwrkbH1VAAErOI2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Images/DwrkbH1VAAErOI2.jpg -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/BRUTELOGIC-XSS-JS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/BRUTELOGIC-XSS-JS.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/BRUTELOGIC-XSS-STRINGS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/BRUTELOGIC-XSS-STRINGS.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/IntrudersXSS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/IntrudersXSS.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/JHADDIX_XSS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/JHADDIX_XSS.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/MarioXSSVectors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/MarioXSSVectors.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/RSNAKE_XSS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/RSNAKE_XSS.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/XSSDetection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/XSSDetection.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/XSS_Polyglots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/XSS_Polyglots.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/jsonp_endpoint.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/jsonp_endpoint.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/xss_alert.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/xss_alert.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/xss_payloads_quick.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/xss_payloads_quick.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/Intruders/xss_swf_fuzz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/Intruders/xss_swf_fuzz.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/README.md -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/XSS in Angular.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/XSS in Angular.md -------------------------------------------------------------------------------- /Offensive Notes/Web/XSS injection/XSS with Relative Path Overwrite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XSS injection/XSS with Relative Path Overwrite.md -------------------------------------------------------------------------------- /Offensive Notes/Web/XXE injection/Files/Classic XXE - etc passwd.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XXE injection/Files/Classic XXE - etc passwd.xml -------------------------------------------------------------------------------- /Offensive Notes/Web/XXE injection/Files/Classic XXE B64 Encoded.xml: -------------------------------------------------------------------------------- 1 | %init; ]> 2 | -------------------------------------------------------------------------------- /Offensive Notes/Web/XXE injection/Files/Classic XXE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XXE injection/Files/Classic XXE.xml -------------------------------------------------------------------------------- /Offensive Notes/Web/XXE injection/Files/Deny Of Service - Billion Laugh Attack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XXE injection/Files/Deny Of Service - Billion Laugh Attack -------------------------------------------------------------------------------- /Offensive Notes/Web/XXE injection/Files/XXE OOB Attack (Yunusov, 2013).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XXE injection/Files/XXE OOB Attack (Yunusov, 2013).xml -------------------------------------------------------------------------------- /Offensive Notes/Web/XXE injection/Files/XXE PHP Wrapper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XXE injection/Files/XXE PHP Wrapper.xml -------------------------------------------------------------------------------- /Offensive Notes/Web/XXE injection/Intruders/XXE_Fuzzing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XXE injection/Intruders/XXE_Fuzzing.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XXE injection/Intruders/xml-attacks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XXE injection/Intruders/xml-attacks.txt -------------------------------------------------------------------------------- /Offensive Notes/Web/XXE injection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/Offensive Notes/Web/XXE injection/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/b1n4ry4rms/RedTeam-Pentest-Cheatsheets/HEAD/README.md --------------------------------------------------------------------------------