├── asisfinals-2017 ├── greg_lestrade ├── greg_lestrade.py ├── mrs._hudson ├── mrshudson.py ├── sherlock.py └── sherlock_holmes ├── backdoorctf-2017 └── open-design.md ├── defcamp-2017 └── brave.md ├── hackit-2017 ├── img │ ├── web50-msgread.png │ ├── web50-msgsend.png │ ├── web50-profile.png │ ├── web50-register.png │ └── web50-xss.png └── web50.md ├── hitcon-2017 └── baby-first-revenge2.md └── hxp-2017 ├── impossible ├── impossible.c ├── impossible.md └── impossible.py /asisfinals-2017/greg_lestrade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/asisfinals-2017/greg_lestrade -------------------------------------------------------------------------------- /asisfinals-2017/greg_lestrade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/asisfinals-2017/greg_lestrade.py -------------------------------------------------------------------------------- /asisfinals-2017/mrs._hudson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/asisfinals-2017/mrs._hudson -------------------------------------------------------------------------------- /asisfinals-2017/mrshudson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/asisfinals-2017/mrshudson.py -------------------------------------------------------------------------------- /asisfinals-2017/sherlock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/asisfinals-2017/sherlock.py -------------------------------------------------------------------------------- /asisfinals-2017/sherlock_holmes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/asisfinals-2017/sherlock_holmes -------------------------------------------------------------------------------- /backdoorctf-2017/open-design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/backdoorctf-2017/open-design.md -------------------------------------------------------------------------------- /defcamp-2017/brave.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/defcamp-2017/brave.md -------------------------------------------------------------------------------- /hackit-2017/img/web50-msgread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/hackit-2017/img/web50-msgread.png -------------------------------------------------------------------------------- /hackit-2017/img/web50-msgsend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/hackit-2017/img/web50-msgsend.png -------------------------------------------------------------------------------- /hackit-2017/img/web50-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/hackit-2017/img/web50-profile.png -------------------------------------------------------------------------------- /hackit-2017/img/web50-register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/hackit-2017/img/web50-register.png -------------------------------------------------------------------------------- /hackit-2017/img/web50-xss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/hackit-2017/img/web50-xss.png -------------------------------------------------------------------------------- /hackit-2017/web50.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/hackit-2017/web50.md -------------------------------------------------------------------------------- /hitcon-2017/baby-first-revenge2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/hitcon-2017/baby-first-revenge2.md -------------------------------------------------------------------------------- /hxp-2017/impossible: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/hxp-2017/impossible -------------------------------------------------------------------------------- /hxp-2017/impossible.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/hxp-2017/impossible.c -------------------------------------------------------------------------------- /hxp-2017/impossible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/hxp-2017/impossible.md -------------------------------------------------------------------------------- /hxp-2017/impossible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bennofs/docs/HEAD/hxp-2017/impossible.py --------------------------------------------------------------------------------