Setup, exploit and patch for CVE-2009-4092 Simplog CSRF# Simplog-Exploit
This repository contains the setup, exploit and patch for CVE-2009-4092 Simplog CSRF Vulnerability.
The vulnerabily exists in the user.php file of Simplog 0.9.3.2, a web application used for providing people with an easy way to create and maintain a blog on their personal websites. Attackers can use cross-site request forgery (CSRF) to hijack the user authentication process by sending a malicious request to change the password.
# Setup
Our setup includes an Apache webserver (on localhost) capable of handling PHP pages, and a MySQL database hosted on the same server.
# Exploit
# Patch
# Disclaimer
Simplog 0.9.3.2 is created by Jeremy Ashcraft (ashcraft@13monkeys.com). It is free software, released under GNU GPL Licence version 2.0.
[4.0K] /data/pocs/c6890f53c58e0c87ca9a0a5db712dc9c95a4a198
├── [3.6M] cve-2009-4092-tech-doc.pdf
├── [2.7K] diff.txt
├── [ 766] README.md
├── [148K] Security & Privacy Progress Report.pdf
├── [4.0K] simplog
│ ├── [3.5K] add_html.inc
│ ├── [ 17K] add_symbols.inc
│ ├── [4.4K] admin.php
│ ├── [4.0K] adodb
│ │ ├── [ 12K] adodb-active-record.inc.php
│ │ ├── [8.1K] adodb-csvlib.inc.php
│ │ ├── [ 21K] adodb-datadict.inc.php
│ │ ├── [2.7K] adodb-errorhandler.inc.php
│ │ ├── [8.3K] adodb-error.inc.php
│ │ ├── [2.2K] adodb-errorpear.inc.php
│ │ ├── [2.2K] adodb-exceptions.inc.php
│ │ ├── [112K] adodb.inc.php
│ │ ├── [1.6K] adodb-iterator.inc.php
│ │ ├── [ 31K] adodb-lib.inc.php
│ │ ├── [7.9K] adodb-pager.inc.php
│ │ ├── [9.3K] adodb-pear.inc.php
│ │ ├── [ 30K] adodb-perf.inc.php
│ │ ├── [ 319] adodb-php4.inc.php
│ │ ├── [ 38K] adodb-time.inc.php
│ │ ├── [ 61K] adodb-xmlschema03.inc.php
│ │ ├── [ 54K] adodb-xmlschema.inc.php
│ │ ├── [4.0K] contrib
│ │ │ └── [6.5K] toxmlrpc.inc.php
│ │ ├── [4.0K] cute_icons_for_site
│ │ │ ├── [1.4K] adodb2.gif
│ │ │ └── [1.1K] adodb.gif
│ │ ├── [4.0K] datadict
│ │ │ ├── [2.0K] datadict-access.inc.php
│ │ │ ├── [3.8K] datadict-db2.inc.php
│ │ │ ├── [3.7K] datadict-firebird.inc.php
│ │ │ ├── [2.5K] datadict-generic.inc.php
│ │ │ ├── [1.3K] datadict-ibase.inc.php
│ │ │ ├── [1.7K] datadict-informix.inc.php
│ │ │ ├── [7.2K] datadict-mssql.inc.php
│ │ │ ├── [4.6K] datadict-mysql.inc.php
│ │ │ ├── [7.1K] datadict-oci8.inc.php
│ │ │ ├── [ 12K] datadict-postgres.inc.php
│ │ │ ├── [3.1K] datadict-sapdb.inc.php
│ │ │ └── [5.7K] datadict-sybase.inc.php
│ │ ├── [4.0K] docs
│ │ │ ├── [ 19K] docs-active-record.htm
│ │ │ ├── [221K] docs-adodb.htm
│ │ │ ├── [ 22K] docs-datadict.htm
│ │ │ ├── [ 26K] docs-oracle.htm
│ │ │ ├── [ 31K] docs-perf.htm
│ │ │ ├── [ 13K] docs-session.htm
│ │ │ ├── [ 52K] old-changelog.htm
│ │ │ ├── [3.2K] readme.htm
│ │ │ ├── [ 20K] tips_portable_sql.htm
│ │ │ └── [ 16K] tute.htm
│ │ ├── [4.0K] drivers
│ │ │ ├── [2.1K] adodb-access.inc.php
│ │ │ ├── [ 15K] adodb-ado5.inc.php
│ │ │ ├── [1.4K] adodb-ado_access.inc.php
│ │ │ ├── [ 15K] adodb-ado.inc.php
│ │ │ ├── [2.7K] adodb-ado_mssql.inc.php
│ │ │ ├── [2.2K] adodb-borland_ibase.inc.php
│ │ │ ├── [4.7K] adodb-csv.inc.php
│ │ │ ├── [ 17K] adodb-db2.inc.php
│ │ │ ├── [6.4K] adodb-fbsql.inc.php
│ │ │ ├── [1.9K] adodb-firebird.inc.php
│ │ │ ├── [ 24K] adodb-ibase.inc.php
│ │ │ ├── [ 13K] adodb-informix72.inc.php
│ │ │ ├── [ 877] adodb-informix.inc.php
│ │ │ ├── [ 12K] adodb-ldap.inc.php
│ │ │ ├── [ 29K] adodb-mssql.inc.php
│ │ │ ├── [1.5K] adodb-mssqlpo.inc.php
│ │ │ ├── [ 25K] adodb-mysqli.inc.php
│ │ │ ├── [ 20K] adodb-mysql.inc.php
│ │ │ ├── [3.1K] adodb-mysqlt.inc.php
│ │ │ ├── [5.0K] adodb-netezza.inc.php
│ │ │ ├── [1.5K] adodb-oci805.inc.php
│ │ │ ├── [ 42K] adodb-oci8.inc.php
│ │ │ ├── [5.4K] adodb-oci8po.inc.php
│ │ │ ├── [8.8K] adodb-odbc_db2.inc.php
│ │ │ ├── [ 19K] adodb-odbc.inc.php
│ │ │ ├── [7.3K] adodb-odbc_mssql.inc.php
│ │ │ ├── [3.1K] adodb-odbc_oracle.inc.php
│ │ │ ├── [ 20K] adodb-odbtp.inc.php
│ │ │ ├── [1.1K] adodb-odbtp_unicode.inc.php
│ │ │ ├── [8.8K] adodb-oracle.inc.php
│ │ │ ├── [ 13K] adodb-pdo.inc.php
│ │ │ ├── [1005] adodb-pdo_mssql.inc.php
│ │ │ ├── [4.0K] adodb-pdo_mysql.inc.php
│ │ │ ├── [2.6K] adodb-pdo_oci.inc.php
│ │ │ ├── [8.2K] adodb-pdo_pgsql.inc.php
│ │ │ ├── [ 30K] adodb-postgres64.inc.php
│ │ │ ├── [6.8K] adodb-postgres7.inc.php
│ │ │ ├── [ 351] adodb-postgres8.inc.php
│ │ │ ├── [ 518] adodb-postgres.inc.php
│ │ │ ├── [ 808] adodb-proxy.inc.php
│ │ │ ├── [5.0K] adodb-sapdb.inc.php
│ │ │ ├── [4.1K] adodb-sqlanywhere.inc.php
│ │ │ ├── [ 10K] adodb-sqlite.inc.php
│ │ │ ├── [1.8K] adodb-sqlitepo.inc.php
│ │ │ ├── [3.1K] adodb-sybase_ase.inc.php
│ │ │ ├── [ 12K] adodb-sybase.inc.php
│ │ │ └── [2.4K] adodb-vfp.inc.php
│ │ ├── [4.0K] lang
│ │ │ ├── [1.5K] adodb-ar.inc.php
│ │ │ ├── [2.0K] adodb-bg.inc.php
│ │ │ ├── [2.4K] adodb-bgutf8.inc.php
│ │ │ ├── [2.0K] adodb-ca.inc.php
│ │ │ ├── [1.8K] adodb-cn.inc.php
│ │ │ ├── [2.0K] adodb-cz.inc.php
│ │ │ ├── [1.9K] adodb-da.inc.php
│ │ │ ├── [2.1K] adodb-de.inc.php
│ │ │ ├── [1.7K] adodb-en.inc.php
│ │ │ ├── [1.9K] adodb-es.inc.php
│ │ │ ├── [1.9K] adodb-esperanto.inc.php
│ │ │ ├── [1.7K] adodb-fr.inc.php
│ │ │ ├── [1.9K] adodb-hu.inc.php
│ │ │ ├── [2.0K] adodb-it.inc.php
│ │ │ ├── [1.8K] adodb-nl.inc.php
│ │ │ ├── [1.9K] adodb-pl.inc.php
│ │ │ ├── [1.9K] adodb-pt-br.inc.php
│ │ │ ├── [1.9K] adodb-ro.inc.php
│ │ │ ├── [1.9K] adodb-ru1251.inc.php
│ │ │ ├── [1.8K] adodb-sv.inc.php
│ │ │ └── [1.9K] adodb-uk1251.inc.php
│ │ ├── [ 25K] license.txt
│ │ ├── [4.0K] pear
│ │ │ ├── [4.0K] Auth
│ │ │ │ └── [4.0K] Container
│ │ │ │ └── [ 12K] ADOdb.php
│ │ │ └── [ 570] readme.Auth.txt
│ │ ├── [4.0K] perf
│ │ │ ├── [2.9K] perf-db2.inc.php
│ │ │ ├── [2.0K] perf-informix.inc.php
│ │ │ ├── [4.7K] perf-mssql.inc.php
│ │ │ ├── [8.2K] perf-mysql.inc.php
│ │ │ ├── [ 16K] perf-oci8.inc.php
│ │ │ └── [4.5K] perf-postgres.inc.php
│ │ ├── [6.2K] pivottable.inc.php
│ │ ├── [1.7K] readme.txt
│ │ ├── [1.5K] rsfilter.inc.php
│ │ ├── [2.2K] server.php
│ │ ├── [4.0K] session
│ │ │ ├── [2.0K] adodb-compress-bzip2.php
│ │ │ ├── [1.5K] adodb-compress-gzip.php
│ │ │ ├── [ 590] adodb-cryptsession.php
│ │ │ ├── [1.8K] adodb-encrypt-mcrypt.php
│ │ │ ├── [ 756] adodb-encrypt-md5.php
│ │ │ ├── [1005] adodb-encrypt-secret.php
│ │ │ ├── [ 376] adodb-encrypt-sha1.php
│ │ │ ├── [ 515] adodb-session-clob.php
│ │ │ ├── [ 20K] adodb-session.php
│ │ │ ├── [ 396] adodb-sessions.mysql.sql
│ │ │ ├── [ 281] adodb-sessions.oracle.clob.sql
│ │ │ ├── [ 313] adodb-sessions.oracle.sql
│ │ │ ├── [3.8K] adodb-sess.txt
│ │ │ ├── [2.7K] crypt.inc.php
│ │ │ ├── [4.0K] old
│ │ │ │ ├── [8.8K] adodb-cryptsession.php
│ │ │ │ ├── [ 14K] adodb-session-clob.php
│ │ │ │ ├── [ 13K] adodb-session.php
│ │ │ │ └── [1.4K] crypt.inc.php
│ │ │ └── [ 537] session_schema.xml
│ │ ├── [4.0K] tests
│ │ │ ├── [2.0K] benchmark.php
│ │ │ ├── [4.0K] client.php
│ │ │ ├── [1.7K] pdo.php
│ │ │ ├── [ 36K] rr.htm
│ │ │ ├── [ 599] test2.php
│ │ │ ├── [ 896] test3.php
│ │ │ ├── [4.4K] test4.php
│ │ │ ├── [1.4K] test5.php
│ │ │ ├── [2.3K] test-active-record.php
│ │ │ ├── [1.3K] test-active-recs2.php
│ │ │ ├── [ 806] testcache.php
│ │ │ ├── [ 17K] testdatabases.inc.php
│ │ │ ├── [7.4K] test-datadict.php
│ │ │ ├── [ 766] testgenid.php
│ │ │ ├── [2.0K] testmssql.php
│ │ │ ├── [2.9K] testoci8cursor.php
│ │ │ ├── [2.3K] testoci8.php
│ │ │ ├── [2.3K] testpaging.php
│ │ │ ├── [ 873] testpear.php
│ │ │ ├── [ 959] test-perf.php
│ │ │ ├── [2.0K] test-pgblob.php
│ │ │ ├── [ 53K] test.php
│ │ │ ├── [2.4K] test-php5.php
│ │ │ ├── [ 679] test_rs_array.php
│ │ │ ├── [1.9K] testsessions.php
│ │ │ ├── [1.3K] test-xmlschema.php
│ │ │ ├── [ 494] time.php
│ │ │ ├── [1.8K] tmssql.php
│ │ │ ├── [ 832] xmlschema-mssql.xml
│ │ │ └── [ 961] xmlschema.xml
│ │ ├── [3.3K] toexport.inc.php
│ │ ├── [5.4K] tohtml.inc.php
│ │ ├── [1.7K] xmlschema03.dtd
│ │ ├── [1.4K] xmlschema.dtd
│ │ └── [4.0K] xsl
│ │ ├── [5.5K] convert-0.1-0.2.xsl
│ │ ├── [6.0K] convert-0.1-0.3.xsl
│ │ ├── [5.5K] convert-0.2-0.1.xsl
│ │ ├── [7.5K] convert-0.2-0.3.xsl
│ │ ├── [1.4K] remove-0.2.xsl
│ │ └── [1.4K] remove-0.3.xsl
│ ├── [ 39K] api.php
│ ├── [2.1K] archive.php
│ ├── [2.7K] atom.php
│ ├── [5.0K] blocksadmin.php
│ ├── [5.3K] blocks.php
│ ├── [9.4K] blog.admin.php
│ ├── [4.8K] blogadmin.php
│ ├── [1.8K] blog.php
│ ├── [3.4K] catadmin.php
│ ├── [7.4K] CHANGES
│ ├── [7.1K] class.BlogEntry.php
│ ├── [ 18K] class.BlogInfo.php
│ ├── [ 14K] class.BlogServer.php
│ ├── [2.1K] class.BlogUser.php
│ ├── [ 12K] class.HttpClient.php
│ ├── [ 14K] class.RSS.php
│ ├── [7.4K] comments.php
│ ├── [1.9K] config-dist.php
│ ├── [1.9K] config.php
│ ├── [1.3K] CREDITS
│ ├── [4.0K] doc
│ │ ├── [ 17K] admin.html
│ │ ├── [ 457] index.php
│ │ └── [ 10K] user.html
│ ├── [6.5K] do_glyph.php
│ ├── [6.7K] edit.php
│ ├── [ 194] footer.php
│ ├── [1.1K] header.php
│ ├── [ 17] imagelist.php
│ ├── [4.0K] images
│ │ ├── [ 515] admin.gif
│ │ ├── [ 331] bgbutton.gif
│ │ ├── [1.1K] blog.gif
│ │ ├── [2.5K] button.gif
│ │ ├── [1.2K] delete.gif
│ │ ├── [ 354] down.gif
│ │ ├── [1.2K] edit.gif
│ │ ├── [ 632] help.gif
│ │ ├── [4.0K] logo_sm.gif
│ │ ├── [1.2K] logout.gif
│ │ ├── [ 490] new.gif
│ │ ├── [ 355] next.gif
│ │ ├── [2.5K] pbmpb.gif
│ │ ├── [ 357] prev.gif
│ │ ├── [1.2K] request.gif
│ │ ├── [4.0K] smile
│ │ │ ├── [ 170] icon_arrow.gif
│ │ │ ├── [ 708] icon_biggrin.gif
│ │ │ ├── [ 710] icon_confused.gif
│ │ │ ├── [ 172] icon_cool.gif
│ │ │ ├── [1.1K] icon_cry.gif
│ │ │ ├── [ 170] icon_eek.gif
│ │ │ ├── [1.1K] icon_evil.gif
│ │ │ ├── [ 236] icon_exclaim.gif
│ │ │ ├── [ 171] icon_frown.gif
│ │ │ ├── [ 176] icon_idea.gif
│ │ │ ├── [ 336] icon_lol.gif
│ │ │ ├── [ 700] icon_mad.gif
│ │ │ ├── [ 349] icon_mrgreen.gif
│ │ │ ├── [ 705] icon_neutral.gif
│ │ │ ├── [ 248] icon_question.gif
│ │ │ ├── [ 718] icon_razz.gif
│ │ │ ├── [ 650] icon_redface.gif
│ │ │ ├── [ 485] icon_rolleyes.gif
│ │ │ ├── [ 709] icon_sad.gif
│ │ │ ├── [ 718] icon_smile.gif
│ │ │ ├── [ 719] icon_surprised.gif
│ │ │ ├── [ 238] icon_twisted.gif
│ │ │ └── [ 716] icon_wink.gif
│ │ ├── [ 68] spacer.gif
│ │ ├── [ 581] up.gif
│ │ ├── [ 169] userinfo.gif
│ │ ├── [ 220] view.gif
│ │ └── [ 429] xml.gif
│ ├── [3.6K] img.php
│ ├── [ 775] index.php
│ ├── [4.0K] install
│ │ ├── [1.8K] 021to03.php
│ │ ├── [ 657] 03to05.php
│ │ ├── [1.1K] 05to06.php
│ │ ├── [2.2K] 06to07.php
│ │ ├── [2.5K] 07to08.php
│ │ ├── [1.2K] 08to09.php
│ │ ├── [2.3K] 09to092.php
│ │ ├── [2.8K] create-blog-entry-table.php
│ │ ├── [ 20K] create-schema.php
│ │ ├── [ 272] gpl.inc
│ │ ├── [1.8K] install1.php
│ │ ├── [2.2K] install2.php
│ │ ├── [2.8K] populate-blog-entry-table.php
│ │ ├── [ 770] step1.php
│ │ ├── [1.1K] step2.php
│ │ ├── [1.3K] step3.php
│ │ ├── [ 860] upgrade1.php
│ │ ├── [2.6K] upgrade2.php
│ │ └── [ 611] upgrade3.php
│ ├── [2.1K] install.php
│ ├── [2.1K] karma.php
│ ├── [ 56K] lib.php
│ ├── [ 15K] LICENSE
│ ├── [2.5K] login.php
│ ├── [ 135] logout.php
│ ├── [ 11K] news.php
│ ├── [4.0K] phpFlickr
│ │ ├── [1.6K] ChangeLog.txt
│ │ ├── [ 35K] phpFlickr.php
│ │ ├── [6.0K] README.txt
│ │ └── [5.0K] xml.php
│ ├── [3.0K] preview.php
│ ├── [1.5K] rand_pass.php
│ ├── [2.1K] README
│ ├── [2.0K] request.php
│ ├── [2.2K] rss2.php
│ ├── [1.9K] rss.php
│ ├── [3.0K] simplog.css
│ ├── [2.2K] simplog.js
│ ├── [ 19K] spam.admin.php
│ ├── [2.7K] tb.php
│ ├── [5.8K] tb_validate.php
│ ├── [4.1K] tem.admin.php
│ ├── [4.0K] templates
│ │ ├── [ 241] basic.tem
│ │ ├── [ 198] blog.tem
│ │ ├── [4.0K] images
│ │ │ ├── [ 15K] background.gif
│ │ │ ├── [ 799] black_dot.gif
│ │ │ ├── [ 67] cl.gif
│ │ │ ├── [ 67] cr.gif
│ │ │ ├── [ 56] gl.gif
│ │ │ ├── [ 56] gr.gif
│ │ │ ├── [2.6K] grid.gif
│ │ │ ├── [ 799] line.gif
│ │ │ ├── [6.9K] logo.gif
│ │ │ ├── [ 43] menubottom.gif
│ │ │ ├── [ 133] menubottomleft.gif
│ │ │ ├── [ 127] menubottomright.gif
│ │ │ ├── [ 69] menuleft.gif
│ │ │ ├── [ 81] menuright.gif
│ │ │ ├── [1.5K] menutitle.gif
│ │ │ ├── [ 43] menutop.gif
│ │ │ ├── [ 129] menutopleft.gif
│ │ │ ├── [ 129] menutopright.gif
│ │ │ ├── [ 43] pix.gif
│ │ │ ├── [ 27K] sketch.gif
│ │ │ └── [ 139] slc.gif
│ │ ├── [1.7K] kde.tem
│ │ ├── [ 493] kuro5hin.tem
│ │ ├── [ 216] new.tem
│ │ ├── [ 482] nuke.tem
│ │ ├── [1.3K] post.tem
│ │ ├── [ 99] rss.tem
│ │ ├── [ 352] slashdot.tem
│ │ ├── [1.6K] slash.tem
│ │ ├── [ 509] token_gen_and_validate.php
│ │ └── [ 564] webhack.tem
│ ├── [5.4K] user.admin.php
│ ├── [5.4K] user.php
│ ├── [1.9K] weblogrpc.php
│ ├── [ 50K] xmlrpc.inc
│ └── [ 13K] xmlrpcs.inc
└── [4.0K] simplog_patched
├── [3.5K] add_html.inc
├── [ 17K] add_symbols.inc
├── [4.4K] admin.php
├── [4.0K] adodb
│ ├── [ 12K] adodb-active-record.inc.php
│ ├── [8.1K] adodb-csvlib.inc.php
│ ├── [ 21K] adodb-datadict.inc.php
│ ├── [2.7K] adodb-errorhandler.inc.php
│ ├── [8.3K] adodb-error.inc.php
│ ├── [2.2K] adodb-errorpear.inc.php
│ ├── [2.2K] adodb-exceptions.inc.php
│ ├── [112K] adodb.inc.php
│ ├── [1.6K] adodb-iterator.inc.php
│ ├── [ 31K] adodb-lib.inc.php
│ ├── [7.9K] adodb-pager.inc.php
│ ├── [9.3K] adodb-pear.inc.php
│ ├── [ 30K] adodb-perf.inc.php
│ ├── [ 319] adodb-php4.inc.php
│ ├── [ 38K] adodb-time.inc.php
│ ├── [ 61K] adodb-xmlschema03.inc.php
│ ├── [ 54K] adodb-xmlschema.inc.php
│ ├── [4.0K] contrib
│ │ └── [6.5K] toxmlrpc.inc.php
│ ├── [4.0K] cute_icons_for_site
│ │ ├── [1.4K] adodb2.gif
│ │ └── [1.1K] adodb.gif
│ ├── [4.0K] datadict
│ │ ├── [2.0K] datadict-access.inc.php
│ │ ├── [3.8K] datadict-db2.inc.php
│ │ ├── [3.7K] datadict-firebird.inc.php
│ │ ├── [2.5K] datadict-generic.inc.php
│ │ ├── [1.3K] datadict-ibase.inc.php
│ │ ├── [1.7K] datadict-informix.inc.php
│ │ ├── [7.2K] datadict-mssql.inc.php
│ │ ├── [4.6K] datadict-mysql.inc.php
│ │ ├── [7.1K] datadict-oci8.inc.php
│ │ ├── [ 12K] datadict-postgres.inc.php
│ │ ├── [3.1K] datadict-sapdb.inc.php
│ │ └── [5.7K] datadict-sybase.inc.php
│ ├── [4.0K] docs
│ │ ├── [ 19K] docs-active-record.htm
│ │ ├── [221K] docs-adodb.htm
│ │ ├── [ 22K] docs-datadict.htm
│ │ ├── [ 26K] docs-oracle.htm
│ │ ├── [ 31K] docs-perf.htm
│ │ ├── [ 13K] docs-session.htm
│ │ ├── [ 52K] old-changelog.htm
│ │ ├── [3.2K] readme.htm
│ │ ├── [ 20K] tips_portable_sql.htm
│ │ └── [ 16K] tute.htm
│ ├── [4.0K] drivers
│ │ ├── [2.1K] adodb-access.inc.php
│ │ ├── [ 15K] adodb-ado5.inc.php
│ │ ├── [1.4K] adodb-ado_access.inc.php
│ │ ├── [ 15K] adodb-ado.inc.php
│ │ ├── [2.7K] adodb-ado_mssql.inc.php
│ │ ├── [2.2K] adodb-borland_ibase.inc.php
│ │ ├── [4.7K] adodb-csv.inc.php
│ │ ├── [ 17K] adodb-db2.inc.php
│ │ ├── [6.4K] adodb-fbsql.inc.php
│ │ ├── [1.9K] adodb-firebird.inc.php
│ │ ├── [ 24K] adodb-ibase.inc.php
│ │ ├── [ 13K] adodb-informix72.inc.php
│ │ ├── [ 877] adodb-informix.inc.php
│ │ ├── [ 12K] adodb-ldap.inc.php
│ │ ├── [ 29K] adodb-mssql.inc.php
│ │ ├── [1.5K] adodb-mssqlpo.inc.php
│ │ ├── [ 25K] adodb-mysqli.inc.php
│ │ ├── [ 20K] adodb-mysql.inc.php
│ │ ├── [3.1K] adodb-mysqlt.inc.php
│ │ ├── [5.0K] adodb-netezza.inc.php
│ │ ├── [1.5K] adodb-oci805.inc.php
│ │ ├── [ 42K] adodb-oci8.inc.php
│ │ ├── [5.4K] adodb-oci8po.inc.php
│ │ ├── [8.8K] adodb-odbc_db2.inc.php
│ │ ├── [ 19K] adodb-odbc.inc.php
│ │ ├── [7.3K] adodb-odbc_mssql.inc.php
│ │ ├── [3.1K] adodb-odbc_oracle.inc.php
│ │ ├── [ 20K] adodb-odbtp.inc.php
│ │ ├── [1.1K] adodb-odbtp_unicode.inc.php
│ │ ├── [8.8K] adodb-oracle.inc.php
│ │ ├── [ 13K] adodb-pdo.inc.php
│ │ ├── [1005] adodb-pdo_mssql.inc.php
│ │ ├── [4.0K] adodb-pdo_mysql.inc.php
│ │ ├── [2.6K] adodb-pdo_oci.inc.php
│ │ ├── [8.2K] adodb-pdo_pgsql.inc.php
│ │ ├── [ 30K] adodb-postgres64.inc.php
│ │ ├── [6.8K] adodb-postgres7.inc.php
│ │ ├── [ 351] adodb-postgres8.inc.php
│ │ ├── [ 518] adodb-postgres.inc.php
│ │ ├── [ 808] adodb-proxy.inc.php
│ │ ├── [5.0K] adodb-sapdb.inc.php
│ │ ├── [4.1K] adodb-sqlanywhere.inc.php
│ │ ├── [ 10K] adodb-sqlite.inc.php
│ │ ├── [1.8K] adodb-sqlitepo.inc.php
│ │ ├── [3.1K] adodb-sybase_ase.inc.php
│ │ ├── [ 12K] adodb-sybase.inc.php
│ │ └── [2.4K] adodb-vfp.inc.php
│ ├── [4.0K] lang
│ │ ├── [1.5K] adodb-ar.inc.php
│ │ ├── [2.0K] adodb-bg.inc.php
│ │ ├── [2.4K] adodb-bgutf8.inc.php
│ │ ├── [2.0K] adodb-ca.inc.php
│ │ ├── [1.8K] adodb-cn.inc.php
│ │ ├── [2.0K] adodb-cz.inc.php
│ │ ├── [1.9K] adodb-da.inc.php
│ │ ├── [2.1K] adodb-de.inc.php
│ │ ├── [1.7K] adodb-en.inc.php
│ │ ├── [1.9K] adodb-es.inc.php
│ │ ├── [1.9K] adodb-esperanto.inc.php
│ │ ├── [1.7K] adodb-fr.inc.php
│ │ ├── [1.9K] adodb-hu.inc.php
│ │ ├── [2.0K] adodb-it.inc.php
│ │ ├── [1.8K] adodb-nl.inc.php
│ │ ├── [1.9K] adodb-pl.inc.php
│ │ ├── [1.9K] adodb-pt-br.inc.php
│ │ ├── [1.9K] adodb-ro.inc.php
│ │ ├── [1.9K] adodb-ru1251.inc.php
│ │ ├── [1.8K] adodb-sv.inc.php
│ │ └── [1.9K] adodb-uk1251.inc.php
│ ├── [ 25K] license.txt
│ ├── [4.0K] pear
│ │ ├── [4.0K] Auth
│ │ │ └── [4.0K] Container
│ │ │ └── [ 12K] ADOdb.php
│ │ └── [ 570] readme.Auth.txt
│ ├── [4.0K] perf
│ │ ├── [2.9K] perf-db2.inc.php
│ │ ├── [2.0K] perf-informix.inc.php
│ │ ├── [4.7K] perf-mssql.inc.php
│ │ ├── [8.2K] perf-mysql.inc.php
│ │ ├── [ 16K] perf-oci8.inc.php
│ │ └── [4.5K] perf-postgres.inc.php
│ ├── [6.2K] pivottable.inc.php
│ ├── [1.7K] readme.txt
│ ├── [1.5K] rsfilter.inc.php
│ ├── [2.2K] server.php
│ ├── [4.0K] session
│ │ ├── [2.0K] adodb-compress-bzip2.php
│ │ ├── [1.5K] adodb-compress-gzip.php
│ │ ├── [ 590] adodb-cryptsession.php
│ │ ├── [1.8K] adodb-encrypt-mcrypt.php
│ │ ├── [ 756] adodb-encrypt-md5.php
│ │ ├── [1005] adodb-encrypt-secret.php
│ │ ├── [ 376] adodb-encrypt-sha1.php
│ │ ├── [ 515] adodb-session-clob.php
│ │ ├── [ 20K] adodb-session.php
│ │ ├── [ 396] adodb-sessions.mysql.sql
│ │ ├── [ 281] adodb-sessions.oracle.clob.sql
│ │ ├── [ 313] adodb-sessions.oracle.sql
│ │ ├── [3.8K] adodb-sess.txt
│ │ ├── [2.7K] crypt.inc.php
│ │ ├── [4.0K] old
│ │ │ ├── [8.8K] adodb-cryptsession.php
│ │ │ ├── [ 14K] adodb-session-clob.php
│ │ │ ├── [ 13K] adodb-session.php
│ │ │ └── [1.4K] crypt.inc.php
│ │ └── [ 537] session_schema.xml
│ ├── [4.0K] tests
│ │ ├── [2.0K] benchmark.php
│ │ ├── [4.0K] client.php
│ │ ├── [1.7K] pdo.php
│ │ ├── [ 36K] rr.htm
│ │ ├── [ 599] test2.php
│ │ ├── [ 896] test3.php
│ │ ├── [4.4K] test4.php
│ │ ├── [1.4K] test5.php
│ │ ├── [2.3K] test-active-record.php
│ │ ├── [1.3K] test-active-recs2.php
│ │ ├── [ 806] testcache.php
│ │ ├── [ 17K] testdatabases.inc.php
│ │ ├── [7.4K] test-datadict.php
│ │ ├── [ 766] testgenid.php
│ │ ├── [2.0K] testmssql.php
│ │ ├── [2.9K] testoci8cursor.php
│ │ ├── [2.3K] testoci8.php
│ │ ├── [2.3K] testpaging.php
│ │ ├── [ 873] testpear.php
│ │ ├── [ 959] test-perf.php
│ │ ├── [2.0K] test-pgblob.php
│ │ ├── [ 53K] test.php
│ │ ├── [2.4K] test-php5.php
│ │ ├── [ 679] test_rs_array.php
│ │ ├── [1.9K] testsessions.php
│ │ ├── [1.3K] test-xmlschema.php
│ │ ├── [ 494] time.php
│ │ ├── [1.8K] tmssql.php
│ │ ├── [ 832] xmlschema-mssql.xml
│ │ └── [ 961] xmlschema.xml
│ ├── [3.3K] toexport.inc.php
│ ├── [5.4K] tohtml.inc.php
│ ├── [1.7K] xmlschema03.dtd
│ ├── [1.4K] xmlschema.dtd
│ └── [4.0K] xsl
│ ├── [5.5K] convert-0.1-0.2.xsl
│ ├── [6.0K] convert-0.1-0.3.xsl
│ ├── [5.5K] convert-0.2-0.1.xsl
│ ├── [7.5K] convert-0.2-0.3.xsl
│ ├── [1.4K] remove-0.2.xsl
│ └── [1.4K] remove-0.3.xsl
├── [ 39K] api.php
├── [2.1K] archive.php
├── [2.7K] atom.php
├── [5.0K] blocksadmin.php
├── [5.3K] blocks.php
├── [9.4K] blog.admin.php
├── [4.8K] blogadmin.php
├── [1.8K] blog.php
├── [3.4K] catadmin.php
├── [7.4K] CHANGES
├── [7.1K] class.BlogEntry.php
├── [ 18K] class.BlogInfo.php
├── [ 14K] class.BlogServer.php
├── [2.1K] class.BlogUser.php
├── [ 12K] class.HttpClient.php
├── [ 14K] class.RSS.php
├── [7.4K] comments.php
├── [1.9K] config-dist.php
├── [1.9K] config.php
├── [1.3K] CREDITS
├── [4.0K] doc
│ ├── [ 17K] admin.html
│ ├── [ 457] index.php
│ └── [ 10K] user.html
├── [6.5K] do_glyph.php
├── [6.6K] edit.php
├── [ 194] footer.php
├── [1.1K] header.php
├── [ 17] imagelist.php
├── [4.0K] images
│ ├── [ 515] admin.gif
│ ├── [ 331] bgbutton.gif
│ ├── [1.1K] blog.gif
│ ├── [2.5K] button.gif
│ ├── [1.2K] delete.gif
│ ├── [ 354] down.gif
│ ├── [1.2K] edit.gif
│ ├── [ 632] help.gif
│ ├── [4.0K] logo_sm.gif
│ ├── [1.2K] logout.gif
│ ├── [ 490] new.gif
│ ├── [ 355] next.gif
│ ├── [2.5K] pbmpb.gif
│ ├── [ 357] prev.gif
│ ├── [1.2K] request.gif
│ ├── [4.0K] smile
│ │ ├── [ 170] icon_arrow.gif
│ │ ├── [ 708] icon_biggrin.gif
│ │ ├── [ 710] icon_confused.gif
│ │ ├── [ 172] icon_cool.gif
│ │ ├── [1.1K] icon_cry.gif
│ │ ├── [ 170] icon_eek.gif
│ │ ├── [1.1K] icon_evil.gif
│ │ ├── [ 236] icon_exclaim.gif
│ │ ├── [ 171] icon_frown.gif
│ │ ├── [ 176] icon_idea.gif
│ │ ├── [ 336] icon_lol.gif
│ │ ├── [ 700] icon_mad.gif
│ │ ├── [ 349] icon_mrgreen.gif
│ │ ├── [ 705] icon_neutral.gif
│ │ ├── [ 248] icon_question.gif
│ │ ├── [ 718] icon_razz.gif
│ │ ├── [ 650] icon_redface.gif
│ │ ├── [ 485] icon_rolleyes.gif
│ │ ├── [ 709] icon_sad.gif
│ │ ├── [ 718] icon_smile.gif
│ │ ├── [ 719] icon_surprised.gif
│ │ ├── [ 238] icon_twisted.gif
│ │ └── [ 716] icon_wink.gif
│ ├── [ 68] spacer.gif
│ ├── [ 581] up.gif
│ ├── [ 169] userinfo.gif
│ ├── [ 220] view.gif
│ └── [ 429] xml.gif
├── [3.6K] img.php
├── [ 775] index.php
├── [4.0K] install
│ ├── [1.8K] 021to03.php
│ ├── [ 657] 03to05.php
│ ├── [1.1K] 05to06.php
│ ├── [2.2K] 06to07.php
│ ├── [2.5K] 07to08.php
│ ├── [1.2K] 08to09.php
│ ├── [2.3K] 09to092.php
│ ├── [2.8K] create-blog-entry-table.php
│ ├── [ 20K] create-schema.php
│ ├── [ 272] gpl.inc
│ ├── [1.8K] install1.php
│ ├── [2.2K] install2.php
│ ├── [2.8K] populate-blog-entry-table.php
│ ├── [ 770] step1.php
│ ├── [1.1K] step2.php
│ ├── [1.3K] step3.php
│ ├── [ 860] upgrade1.php
│ ├── [2.6K] upgrade2.php
│ └── [ 611] upgrade3.php
├── [2.1K] install.php
├── [2.1K] karma.php
├── [ 56K] lib.php
├── [ 15K] LICENSE
├── [2.7K] login.php
├── [ 135] logout.php
├── [ 33] master_secret.txt
├── [ 11K] news.php
├── [4.0K] phpFlickr
│ ├── [1.6K] ChangeLog.txt
│ ├── [ 35K] phpFlickr.php
│ ├── [6.0K] README.txt
│ └── [5.0K] xml.php
├── [3.0K] preview.php
├── [1.5K] rand_pass.php
├── [2.1K] README
├── [2.0K] request.php
├── [2.2K] rss2.php
├── [1.9K] rss.php
├── [3.0K] simplog.css
├── [2.2K] simplog.js
├── [ 19K] spam.admin.php
├── [2.7K] tb.php
├── [5.8K] tb_validate.php
├── [4.1K] tem.admin.php
├── [4.0K] templates
│ ├── [ 241] basic.tem
│ ├── [ 198] blog.tem
│ ├── [4.0K] images
│ │ ├── [ 15K] background.gif
│ │ ├── [ 799] black_dot.gif
│ │ ├── [ 67] cl.gif
│ │ ├── [ 67] cr.gif
│ │ ├── [ 56] gl.gif
│ │ ├── [ 56] gr.gif
│ │ ├── [2.6K] grid.gif
│ │ ├── [ 799] line.gif
│ │ ├── [6.9K] logo.gif
│ │ ├── [ 43] menubottom.gif
│ │ ├── [ 133] menubottomleft.gif
│ │ ├── [ 127] menubottomright.gif
│ │ ├── [ 69] menuleft.gif
│ │ ├── [ 81] menuright.gif
│ │ ├── [1.5K] menutitle.gif
│ │ ├── [ 43] menutop.gif
│ │ ├── [ 129] menutopleft.gif
│ │ ├── [ 129] menutopright.gif
│ │ ├── [ 43] pix.gif
│ │ ├── [ 27K] sketch.gif
│ │ └── [ 139] slc.gif
│ ├── [1.7K] kde.tem
│ ├── [ 493] kuro5hin.tem
│ ├── [ 216] new.tem
│ ├── [ 482] nuke.tem
│ ├── [1.3K] post.tem
│ ├── [ 99] rss.tem
│ ├── [ 352] slashdot.tem
│ ├── [1.6K] slash.tem
│ └── [ 564] webhack.tem
├── [ 461] token_gen_and_validate.php
├── [5.4K] user.admin.php
├── [5.7K] user.php
├── [1.9K] weblogrpc.php
├── [ 50K] xmlrpc.inc
└── [ 13K] xmlrpcs.inc
46 directories, 681 files