2007-01-09から1日間の記事一覧

html &xxx;

久々にhtml 触ったのでメモしてみる。http://www.tohoho-web.com/html/char.htm 記述表示説明 <<右大不等号。 >>左大不等号。 &&アンドマーク。アンパサンド。 ""ダブルクォート。引用符。 空白文字。

html map

久々にhtml 書いたので 記録してみる。http://www.tohoho-web.com/html/map.htm http://www.tagindex.com/html_tag/img/img_map.html

mysql dump

http://dev.mysql.com/doc/refman/4.1/ja/mysqldump.html shell> mysqldump [OPTIONS] database [tables]か mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...] か mysqldump [OPTIONS] --all-databases [OPTIONS]

Universal XSS with PDF files: highly dangerous

■[security]PDFファイルでXSSが可能!危険度高し[WEB SECURITY] Universal XSS with PDF files: highly dangerous WebサイトにPDFファイルが置いてある場合、下記のようにすることでスクリプトが実行できてしまうという問題です。http://path/to/pdf/file.pd…