rastating.github.io

How I Hacked Mr. Robot (CTF Walkthrough)

May 29, 2017

After hearing that someone had created a Mr. Robot themed CTF, I needed to see this. As the author describes, there isn’t anything overly difficult with this VM, but it is enjoyable nether the less.

Continue reading

Fixing CL_UNKNOWN_ERROR in Hashcat on Ubuntu 16.04 w/ NVIDIA GPU

February 4, 2017

On a Ubuntu 16.04 box with the proprietary drivers from NVIDIA installed for my GTX 980ti, I was experiencing a problem preventing me from running Hashcat; which was this error message:

Continue reading

Podlove Podcast Publisher <= 2.3.15 Reflected XSS

January 21, 2017

Due to a lack of CSRF mitigation and entity encoding in `lib/episode_asset_list_table.php`, it is possible to execute scripts in the context of an admin user by including a script in the `page` field during a form post.

Continue reading

WP Whois Domain Reflected XSS

January 14, 2017

Due to a lack of CSRF mitigation and entity encoding in `pages/func-whois.php`, it is possible to execute scripts in the context of an admin user by including a script in the `domain` field, via the query string or a POST field.

Continue reading

Lightbox <= 1.6.6 CSRF Stored XSS

December 2, 2016

Due to a lack of CSRF mitigation and entity encoding in the output generated by `/admin/view/huge_it_light_box.php`, it is possible to store and execute scripts in the context of an admin user.

Continue reading
Prev Next