Hacker's Text
This "Hacker" mean to "Computer mania".
Sorry, I use OS: Windows only...
If you are "More mania", See Under Links .




[ Anonymous ]
=============
匿名(anonymous) , アノニマスの意味。
See Mail, Proxy, WinGate.

[ Assembly ]
===========
o Assembly Tutorial by Ralph ( fu@ckz.org )
 -AWC (http://awc.rejects.net)
 Version: 0.841 Date: 7/23/00
Assembly_Tutorial_txt.zip (include file:Assembly Tutorial.txt)

[ Backdoor ]
===========
システム管理者が使用する”裏口”。
Hacker(不正アクセス者)は、Root権限奪取後にBackdoorを仕掛け、2度目以降の潜入に役立てる。

o backdoor.txt
backdoor.txt


[ Buffer Overflows ]
=================
o Buffer Overflows
 Defending against arbitrary code insertion and execution
 by Steve Fewer
paper3.zip (include file:paper3.doc)

[ C language ]
============
o C# language reference
C_LanguageReference.zip (include file : C#Language Reference.htm)

[ CGI/Common Gateway Interface ]
===============================

[ Dictionary ]
============
Under Ground 系 隠語の辞書 もしくは Password cracking 用の辞書。


[ Dos / ]
========

[ Exploit ]
============
Security Hole を突いてroot権限を奪取するためのプログラム。
ターゲットサーバのOSやソフトウェアのバージョンにあったExploitを
インターネット上で探してきてコンパイルし、実行するだけで root権限を奪取できる。
See Targeting .

o Advanced buffer overflow exploit
 Written by Taeho Oh ( ohhara@postech.edu )
 Taeho Oh ( ohhara@postech.edu ) http://postech.edu/~ohhara
 PLUS ( Postech Laboratory for Unix Security ) http://postech.edu/plus
 PosLUG ( Postech Linux User Group ) http://postech.edu/group/poslug
Advanced_buffer_overflow_exploit.zip ( include file:advanced.txt )

o An Exploit Explained: Web based Email JavaScripts
 by little_v ( little_v@your-house.com )
 http://blacksun.box.sk - Black Sun Research Facility (where this tutorial came from)
 Date: 1/10/99 Version: 1.0
exploit1.txt

o Writing buffer overflow exploits - a tutorial for beginners
 written by Mixter <mixter@newyorkoffice.com>
 http://members.tripod.com/mixtersecurity
 Security papers - members.tripod.com/mixtersecurity/papers.html
exploit_txt.zip (include file:exploit.txt)



[ FTP/ File Transfer Protocol ]
==========================
o The FTP Tutorial written by yours truly, R a v e N (blacksun.box.sk)
ftp.txt

[ Hacker ]
=========

[ IDS/]
==========

[ Mail ]
======
o Fake E-mail (Fooling UUCP)
fakemail.txt

[ NetBIOS ]
===========
NetBIOS ( Network Basic Input/Output System )
---------------------------------
Port 137 is NetBIOS name UDP.
Port 138 is NetBIOS datagram UDP.
Port 139 is NetBIOS session TCP.
---------------------------------
o Understanding NetBIOS
By NeonSurge
Released through the rhino9 Team
netbios.doc (25.0kB)
Understanding NetBIOS.txt (12.5kB)

o NetBIOS Usage Tutorial
date: 08.20.01
written by: r-22
e-mail: admin@manshadow.org
HP : http://www.manshadow.org/
netbios.txt


[ Nuke ]
========
Port number 139 に対して

[ OS / Operating System ]
=======================
See MAC,UNIX,Windows.

[ Password ]
===========
o Default usernames and passwords for Routers/Switches/Hubs and others thingies
defaultpasswords.txt

[ Port Scan ]
=============


Port scanner souece
----------------------
o scanport.c
o portscan.c ( scanport.cの改良版 & Perl )



[ Port number ]
==============


[ Proxy ]
========

[ RFC / Request For Comments ]
=============================
IETF(インターネット特別技術調査会)が発表するインターネット上の技術や規格をまとめた文書。


[ Router ]
=========
o Default usernames and passwords for Routers/Switches/Hubs and others thingies
defaultpasswords.txt

[ Sniffing ]
=========
ネットワーク上で流れるデータを盗聴する。
盗聴するためのプログラムを "Sniffer" と言う。
IPv4では、IPパケットが暗号化されていないので "Sniffer" を 仕掛けるだけで良い。
IPv6では、IPパケットが暗号化される とともに 送信者の認証を行なうので
盗聴後の平文に戻さなくてはならない。

[ Social enginiaring ]
==========================


[ Targeting]
==========
see Port Scan. Social enginiaring.


[ TCP/IP ]
==========
o Introduction to the Internet Protocols
tcpip.txt

[ Telnet ]
========
See Port number, UNIX.

o Telenet The Secret Exposed...
telnet.txt

o Heap Overflow in windows 98 Telnet.exe - remote via IE5
win98-telnet-overflow.txt

[ Traceing ]
==========
o trace.txt

[ Trashing ]
==========
"ゴミ漁り"。
See Targeting.

[ Trojan horse]
=============
”トロイの木馬”。 潜伏型のウイルス。

トロイにかかったWindowsの場合(典型的な例)
---------------------------------------
~* レジストリ作成
下記にトロイの実行ファイル名を作成される。

[HKEY_LOCAL_MACHINE\Software
\Microsoft\Windows\CurrentVersion\Run]
"Info"="c:\directory\Trojan.exe"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]
"Info"="c:\directory\Trojan.exe"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices]
"Info"="c:\directory\Trojan.exe"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce]
"Info="c:\directory\Trojan.exe"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"Info"="c:\directory\Trojan.exe"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]
"Info"="c:\directory\Trojan.exe"

~* Win.ini 編集
C:\windows\win.ini において [windows] " load = " や " run = " に実行ファイル名を作成される。

~* Portを使用される
この場合、Netstatコマンドを使ってポートチェックする。

Source
-----------------------
o sample_trojan_Qbasic.txt
o su.c

[ UNIX ]
=======
o Psychotic's Unix Bible Writen by Virtual Circuit
unix1.txt


[ Windows ]
==========


[ WinGate ]
==========
WinGate Scan などのTool が有名。

o WinGate Stuff
 written by rootwurm
 Date : May 15, 1998
wingate.txt

o WinGate
wingate2.txt

[ Virus / Virii / Viral ]
==================



collected by

▲猫耳通信社▲

Last update : 2003/05/05

海外旅行保険の加入はコチラ! そろそろ結婚適齢期??? 生命保険の切り替えはココ
[PR] | 店舗設計韓国食材債務整理川越蒲田古河代官山ESTA 申請 日本語中国SEO対策消費者金融車 買取テンプレート沖縄旅行免許合宿二輪引越しプレゼントゴルフ会員権留学レーシックマッサージFXアフィリエイトFXホームページ制作デイトレードハワイ旅行タイバンコクハワイ レンタカーベスト ハワイ ホテル レーツバリ島Hawaii hotelsHawaii Activitiesbhhrハワイホテルテキスト広告
【運営会社「パラダイムシフト」サービス】 ハワイ現地オプショナルツアーリラックマ) - ビジネスクラス航空券 - 格安航空券(1) - 格安航空券(2) - 海外ホテル - 韓国旅行 - タイムシェア - ホテル 予約
無料ホームページ - 携帯ホームページ - 無料ホームページ作成 - レンタルサーバー - ブログ - ヴィラ - ハワイ コンドミニアム - バリ島 ホテル - プーケット ホテル - レップチェッカー - 旅行情報 - 格安国際電話 - ホノルルマラソン - サイトパトロール - 誹謗中傷 - 宿泊料金比較 - ノースウエスト航空 マイル - クチコミ