タグ

2010年2月20日のブックマーク (8件)

  • LocalSystem Account - Win32 apps

    The LocalSystem account is a predefined local account used by the service control manager. This account is not recognized by the security subsystem, so you cannot specify its name in a call to the LookupAccountName function. It has extensive privileges on the local computer, and acts as the computer on the network. Its token includes the NT AUTHORITY\SYSTEM and BUILTIN\Administrators SIDs; these a

    LocalSystem Account - Win32 apps
    kaito834
    kaito834 2010/02/20
    NT AUTHORITY\SYSTEM アカウントに関する MSDN の説明。
  • Loading...

    kaito834
    kaito834 2010/02/20
    AntiVir で「意図しない終了操作からプロセスを保護」(Protect AntiVir processes from unwanted termination)が有効になっているとサービスから Avira AntiVir Guard を停止できない。
  • oxid.it

    This domain may be for sale!

    kaito834
    kaito834 2010/02/20
    パスワード解析やスニッフィング(Sniffing)を行えるツール。ペネトレーションテストで使用されるツール。
  • pwdump6: Pissing Off McAfee Since 2005

    pwdump6 Windows 2000/XP/2003 NTLM and LanMan Password Grabber By fizzgig and the foofus.net Team UPDATED 07/22/2008 New pwdump6 (version 1.7.2) available! What the heck are you using pwdump for? fgdump does *everything* pwdump does, only more! I highly recommend switching over as soon as possible. :) We now have a mailing list for all of our foofus.net tools! If you'd like to join, pleas

    kaito834
    kaito834 2010/02/20
    fgdump が内部的に呼び出す LMHash, NTHash 抽出ツール。pwdump3e ではAPI を使用して、LSASS プロセスにスレッドを挿入することで、直接ハッシュを抽出していたため、LSASS プロセスがダウンする可能性があった。それを解消している
  • Named pipe - Wikipedia

    kaito834
    kaito834 2010/02/20
    名前付きパイプ(named pipe)に関する Wikipedia の英語記事。「In computing, a named pipe (also known as a FIFO for its behavior) is an extension to the traditional pipe concept on Unix and Unix-like systems, and is one of the methods of inter-process communication. 」
  • パイプ (コンピュータ) - Wikipedia

    この項目では、プロセス間のパイプ処理について説明しています。並行処理全般については「パイプライン処理」をご覧ください。 ある端末上で3つのパイプで繋いだプログラムを実行する際の入出力の流れ Unix系オペレーティングシステムのパイプ(pipe)、もしくはパイプライン (pipeline) とは、複数のプログラムの入出力をつなぐための仕組み(プロセス間通信)の一つである。 概要[編集] パイプを使うと、複数のプログラムを組み合わせることができるようになり、多様かつ複雑なデータ処理を効率よく柔軟に実行できる。また、現有のソフトウエア資産の再利用が可能になるため、プログラム生産性の面でも利点もある。 シェルにおける具体的な利用の例は #シェルからの使用を参照。 次にUNIX系OSとpipeとの関係について説明する。 データ処理の一連の過程を一般化すると、入力データ、これを処理するプログラム、出力

    パイプ (コンピュータ) - Wikipedia
    kaito834
    kaito834 2010/02/20
    パイプ(|, pipe)に関する Wikpedia 記事。「また、データの受け渡しはファイルではなくメモリ上で行われる。」「名前つきパイプ(named pipe)とは、パイプの考え方を一般に延長したプロセス間通信の一手法である。」
  • netcat - Wikipedia

    Original version: custom, permissive license GNU version: GPL OpenBSD version: BSD netcat (often abbreviated to nc) is a computer networking utility for reading from and writing to network connections using TCP or UDP. The command is designed to be a dependable back-end that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debuggin

    netcat - Wikipedia
    kaito834
    kaito834 2010/02/20
    netcat で名前付きパイプを使用することで、TCP Proxy として動作させることができる。多段構成も可能。「mkfifo backpipe; nc -l -p 12345 0<backpipe | nc www.google.com 80 1>backpipe」
  • netcat - Wikipedia

    Original version: custom, permissive license GNU version: GPL OpenBSD version: BSD netcat (often abbreviated to nc) is a computer networking utility for reading from and writing to network connections using TCP or UDP. The command is designed to be a dependable back-end that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debuggin

    netcat - Wikipedia
    kaito834
    kaito834 2010/02/20
    ペネトレーションテストでも使い勝手のよいツールとして取り上げられる netcat に関する Wikipedia 記事。