├── 1. Environment Variables └── Lab 1 Environment Variables.pdf ├── 10. SQL Injection Attack └── Lab 10 SQL Injection Attack.pdf ├── 11. Android Repackaging Attack ├── Android_Repackaging.txt ├── Lab 11 Android Repackaging Attack.pdf ├── MaliciousCode.smali └── RepackagingLab.apk ├── 12. Android Device Rooting Attack ├── Android_Rooting.txt ├── Lab 12 Android Device Rooting Attack.pdf └── SimpleSU.zip ├── 13. Sniffing and Spoofing └── Lab 13 Sniffing and Spoofing.pdf ├── 14. Firewall Exploration └── Lab 14 Firewall Exploration Lab.pdf ├── 15. Byassing firewall using VPN └── Lab 15 Bypassing Firewall using VPN.pdf ├── 2. Buffer Overflow ├── Lab 2 Buffer Overflow.pdf ├── call_shellcode.c ├── dash_shell_test.c ├── exploit.c └── stack.c ├── 3. Return-to-libc ├── Lab 3 return-to-libc.pdf ├── envaddr.c ├── exploit.c └── retlib.c ├── 4. Shellshock └── Lab 4 Shellshock attack.pdf ├── 5. Race condition Vulnerability ├── Lab 5 Race Condition Vulnerability.pdf ├── check.sh └── vulp (1).c ├── 6. Dirty COW ├── Lab 6 Dirty COW Attack.pdf ├── attack_passwd.c └── attack_zzz.c ├── 7. Format String Vulnerability ├── Lab 7 Format String Vulnerability.pdf ├── vul_prog.c └── write_string.c ├── 8. CSRF Attack └── Lab 8 CSRF Attack.pdf ├── 9. XSS Attack ├── Lab 9 XSS Attack.pdf └── echoserv.tar ├── README.md ├── _config.yml └── index.md /1. Environment Variables/Lab 1 Environment Variables.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/1. Environment Variables/Lab 1 Environment Variables.pdf -------------------------------------------------------------------------------- /10. SQL Injection Attack/Lab 10 SQL Injection Attack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/10. SQL Injection Attack/Lab 10 SQL Injection Attack.pdf -------------------------------------------------------------------------------- /11. Android Repackaging Attack/Android_Repackaging.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/11. Android Repackaging Attack/Android_Repackaging.txt -------------------------------------------------------------------------------- /11. Android Repackaging Attack/Lab 11 Android Repackaging Attack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/11. Android Repackaging Attack/Lab 11 Android Repackaging Attack.pdf -------------------------------------------------------------------------------- /11. Android Repackaging Attack/MaliciousCode.smali: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/11. Android Repackaging Attack/MaliciousCode.smali -------------------------------------------------------------------------------- /11. Android Repackaging Attack/RepackagingLab.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/11. Android Repackaging Attack/RepackagingLab.apk -------------------------------------------------------------------------------- /12. Android Device Rooting Attack/Android_Rooting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/12. Android Device Rooting Attack/Android_Rooting.txt -------------------------------------------------------------------------------- /12. Android Device Rooting Attack/Lab 12 Android Device Rooting Attack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/12. Android Device Rooting Attack/Lab 12 Android Device Rooting Attack.pdf -------------------------------------------------------------------------------- /12. Android Device Rooting Attack/SimpleSU.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/12. Android Device Rooting Attack/SimpleSU.zip -------------------------------------------------------------------------------- /13. Sniffing and Spoofing/Lab 13 Sniffing and Spoofing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/13. Sniffing and Spoofing/Lab 13 Sniffing and Spoofing.pdf -------------------------------------------------------------------------------- /14. Firewall Exploration/Lab 14 Firewall Exploration Lab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/14. Firewall Exploration/Lab 14 Firewall Exploration Lab.pdf -------------------------------------------------------------------------------- /15. Byassing firewall using VPN/Lab 15 Bypassing Firewall using VPN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/15. Byassing firewall using VPN/Lab 15 Bypassing Firewall using VPN.pdf -------------------------------------------------------------------------------- /2. Buffer Overflow/Lab 2 Buffer Overflow.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/2. Buffer Overflow/Lab 2 Buffer Overflow.pdf -------------------------------------------------------------------------------- /2. Buffer Overflow/call_shellcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/2. Buffer Overflow/call_shellcode.c -------------------------------------------------------------------------------- /2. Buffer Overflow/dash_shell_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/2. Buffer Overflow/dash_shell_test.c -------------------------------------------------------------------------------- /2. Buffer Overflow/exploit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/2. Buffer Overflow/exploit.c -------------------------------------------------------------------------------- /2. Buffer Overflow/stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/2. Buffer Overflow/stack.c -------------------------------------------------------------------------------- /3. Return-to-libc/Lab 3 return-to-libc.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/3. Return-to-libc/Lab 3 return-to-libc.pdf -------------------------------------------------------------------------------- /3. Return-to-libc/envaddr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/3. Return-to-libc/envaddr.c -------------------------------------------------------------------------------- /3. Return-to-libc/exploit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/3. Return-to-libc/exploit.c -------------------------------------------------------------------------------- /3. Return-to-libc/retlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/3. Return-to-libc/retlib.c -------------------------------------------------------------------------------- /4. Shellshock/Lab 4 Shellshock attack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/4. Shellshock/Lab 4 Shellshock attack.pdf -------------------------------------------------------------------------------- /5. Race condition Vulnerability/Lab 5 Race Condition Vulnerability.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/5. Race condition Vulnerability/Lab 5 Race Condition Vulnerability.pdf -------------------------------------------------------------------------------- /5. Race condition Vulnerability/check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/5. Race condition Vulnerability/check.sh -------------------------------------------------------------------------------- /5. Race condition Vulnerability/vulp (1).c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/5. Race condition Vulnerability/vulp (1).c -------------------------------------------------------------------------------- /6. Dirty COW/Lab 6 Dirty COW Attack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/6. Dirty COW/Lab 6 Dirty COW Attack.pdf -------------------------------------------------------------------------------- /6. Dirty COW/attack_passwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/6. Dirty COW/attack_passwd.c -------------------------------------------------------------------------------- /6. Dirty COW/attack_zzz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/6. Dirty COW/attack_zzz.c -------------------------------------------------------------------------------- /7. Format String Vulnerability/Lab 7 Format String Vulnerability.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/7. Format String Vulnerability/Lab 7 Format String Vulnerability.pdf -------------------------------------------------------------------------------- /7. Format String Vulnerability/vul_prog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/7. Format String Vulnerability/vul_prog.c -------------------------------------------------------------------------------- /7. Format String Vulnerability/write_string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/7. Format String Vulnerability/write_string.c -------------------------------------------------------------------------------- /8. CSRF Attack/Lab 8 CSRF Attack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/8. CSRF Attack/Lab 8 CSRF Attack.pdf -------------------------------------------------------------------------------- /9. XSS Attack/Lab 9 XSS Attack.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/9. XSS Attack/Lab 9 XSS Attack.pdf -------------------------------------------------------------------------------- /9. XSS Attack/echoserv.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/9. XSS Attack/echoserv.tar -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/_config.yml -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aasthayadav/CompSecAttackLabs/HEAD/index.md --------------------------------------------------------------------------------