├── README.md ├── ebook ├── The Web Application Hackers Handbook 2nd Edition.pdf └── Web Hacking 101 - How to Make Money Hacking Ethically by Peter Yaworski.pdf ├── scripts ├── Injectapk.sh ├── broadcom.sh ├── kob.sh ├── mehedishakeel.ps1 └── tplink.sh └── writeup ├── Broken Link Hijacking — My Second Finding on Hackerone!.pdf ├── Cross Site Scripting (XSS) — My Fifth Finding on HackerOne!.pdf ├── Found SQL Injection Vulnerability on Government Organization Website!.pdf ├── Found XSS & Open Redirect Vulnerability in CrazyHD Torrent Website.pdf ├── Improper Access Control — My Third Finding on HackerOne!.pdf ├── Information Disclosure — My First Finding on Hackerone!.pdf └── Information Exposure — My Fourth Finding on Hackerone!.pdf /README.md: -------------------------------------------------------------------------------- 1 | # My Hacking Resources!!! 2 | -------------------------------------------------------------------------------- /ebook/The Web Application Hackers Handbook 2nd Edition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/ebook/The Web Application Hackers Handbook 2nd Edition.pdf -------------------------------------------------------------------------------- /ebook/Web Hacking 101 - How to Make Money Hacking Ethically by Peter Yaworski.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/ebook/Web Hacking 101 - How to Make Money Hacking Ethically by Peter Yaworski.pdf -------------------------------------------------------------------------------- /scripts/Injectapk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/scripts/Injectapk.sh -------------------------------------------------------------------------------- /scripts/broadcom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/scripts/broadcom.sh -------------------------------------------------------------------------------- /scripts/kob.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/scripts/kob.sh -------------------------------------------------------------------------------- /scripts/mehedishakeel.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/scripts/mehedishakeel.ps1 -------------------------------------------------------------------------------- /scripts/tplink.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/scripts/tplink.sh -------------------------------------------------------------------------------- /writeup/Broken Link Hijacking — My Second Finding on Hackerone!.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/writeup/Broken Link Hijacking — My Second Finding on Hackerone!.pdf -------------------------------------------------------------------------------- /writeup/Cross Site Scripting (XSS) — My Fifth Finding on HackerOne!.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/writeup/Cross Site Scripting (XSS) — My Fifth Finding on HackerOne!.pdf -------------------------------------------------------------------------------- /writeup/Found SQL Injection Vulnerability on Government Organization Website!.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/writeup/Found SQL Injection Vulnerability on Government Organization Website!.pdf -------------------------------------------------------------------------------- /writeup/Found XSS & Open Redirect Vulnerability in CrazyHD Torrent Website.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/writeup/Found XSS & Open Redirect Vulnerability in CrazyHD Torrent Website.pdf -------------------------------------------------------------------------------- /writeup/Improper Access Control — My Third Finding on HackerOne!.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/writeup/Improper Access Control — My Third Finding on HackerOne!.pdf -------------------------------------------------------------------------------- /writeup/Information Disclosure — My First Finding on Hackerone!.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/writeup/Information Disclosure — My First Finding on Hackerone!.pdf -------------------------------------------------------------------------------- /writeup/Information Exposure — My Fourth Finding on Hackerone!.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mehedishakeel/ethical-hacking/HEAD/writeup/Information Exposure — My Fourth Finding on Hackerone!.pdf --------------------------------------------------------------------------------