再談遠端控制linux下

來源:互聯網
上載者:User


一直以來我都是在windows平台下,用ssh和vnc來遠端控制linux肉雞來實現nt和*inux多系統內容的工作。這個具體實現網路上教程已經很多,我想沒有必要再詳細的說明拉。
但是最近因為實在是厭惡微軟推出所謂的2003,而且據說總總限制,使得我無法在有勇氣在我的機器裡面保留NT,呵呵其實由於我的機器低配置,實在難以接受多系統的強大壓力,所以就刪除拉NT,(牙牙的,大堆廢話) 呵呵,本來就是原理嗎,所以灌灌水。
好了,現在我們進入正題,作為最強大的遠端控制軟體VNC,當然是我們的首選(據說還有個可以在LINUX下控制3389的,我沒有用過,不知道效能)。當然還有一個程式WINE可以提供WINDOWS程式的環境,但是很多朋友都說速度慢的象大便。。哈哈,但是還是介紹一下拉。至少可以用它來玩微軟紙牌氣死BILL。。嘻

下面是我的安裝步驟:
安裝前的準備
把原先的wine卸載掉.rh7.3有wine和wine-devel兩個檔案,先卸載掉第二個,然後再卸載第一個,如果你更好的想玩遊戲,把OPENGL也升級一下,freetype不用升級了,rh7.3內建的就可以滿足漢字的支援了
把你的C盤掛接在linux下
建立目錄來掛接
c盤
mkdir /winc
掛接C盤
mount /dev/hda1 /winc

下載wine的最新版到/wind
http://www.winehq.com上邊有它的最新版
wine-20020804.tar.gz
以普通使用者登入linux,把wine-20020804.tar.gz拷貝到/tmp目錄下
進入/tmp目錄
shell>cd /tmp
解壓wine
shell>tar vfzx wine-20020804.tar.gz
進入解壓後的目錄
shell>cd wine-20020804
用wine的安裝工具進行安裝
shell>./tools/wineinstall
然後就是漫長的等待,
在安裝過程中它要你回答yes/no,你選擇yes就可以了
wine自動搜尋windows的目錄的,等你你編譯完了,它要讓你輸入root的密碼進入安裝
這是就快安裝完了,如果安裝成功,就會有good lucky的提示
在shell下運行wine,第一次運行不成攻,這是正常,因為沒有在/root/.wine/config檔案裡配置好.找到這些把
[Drive C]
"Path" = "/usr/share/win_c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
改為:[Drive C]
"Path" = "/winc"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
就可以了,如果你安裝了simsun字型.wine預設就會找到這個字型的
下邊就是我的/root/.wine/config
WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

;;
;; MS-DOS drives configuration

;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are ‘floppy‘, ‘hd‘, ‘cdrom‘ and ‘network‘)
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are ‘msdos‘/‘dos‘/‘fat‘, ‘win95‘/‘vfat‘, ‘unix‘)
;; This is the FS Wine is supposed to emulate on a certain
;; directory structure.
;; Recommended:
;; - "win95" for ext2fs, VFAT and FAT32
;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;; DON‘T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)

[Drive A]
"Path" = "/mnt/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"

[Drive C]
"Path" = "/winc"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"

[Drive D]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/cdrom"

[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

[Drive F]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"

[Drive Z]
"Path" = "/"
"Type" = "network"
"Label" = "Root"
"Filesystem" = "win95"

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "e:\\"
"Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
; Wine doesn‘t pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "wineshelllink"

# <wineconf>

[DllDefaults]
; "EXTRA_LD_LIBRARY_PATH" = "${HOME}/wine/cvs/lib"
"DefaultLoadOrder" = "native, builtin, so"

[DllOverrides]
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"ver" = "builtin, native"
"version" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"lzexpand" = "builtin, native"
"lz32" = "builtin, native"
"comctl32" = "builtin, native"
"commctrl" = "builtin, native"
"wsock32" = "builtin"
"winsock" = "builtin"
"advapi32" = "builtin, native"
"crtdll" = "builtin, native"
"mpr" = "builtin, native"
"winspool.drv" = "builtin, native"
"ddraw" = "builtin, native"
"dinput" = "builtin, native"
"dsound" = "builtin, native"
"mmsystem" = "builtin"
"winmm" = "builtin"
"msvcrt" = "native, builtin"
"msvideo" = "builtin, native"
"msvfw32" = "builtin, native"
"mcicda.drv" = "builtin, native"
"mciseq.drv" = "builtin, native"
"mciwave.drv" = "builtin, native"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msacm.drv" = "builtin, native"
"msacm" = "builtin, native"
"msacm32" = "builtin, native"
"midimap.drv" = "builtin, native"
"wnaspi32" = "builtin"
"icmp" = "builtin"

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "N"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "640x480"
; Use XFree86 DGA extension if present
"UseDGA" = "Y"
; Use XShm extension if present
"UseXShm" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "N"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup
; (Wine uses for now the first ‘input image‘ it finds).
;; "XVideoPort" = "43"

[fonts]
;Read documentation/fonts before adding aliases
"Resolution" = "96"
"Default" = "-misc-simsun-"

[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

[parallelports]
"Lpt1" = "/dev/lp0"

[spooler]
"LPT1:" = "|lpr"
;"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
;"LPT3:" = "/dev/lp3"

[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
; "write" = "0x779,0x379,0x280-0x2a0"

[spy]
"Exclude" = "WM_SIZE;WM_TIMER;"

[registry]
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
;; supported styles are ‘Win31‘(default), ‘Win95‘, ‘Win98‘
"WineLook" = "Win98"

[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

# </wineconf>
可惜支援的速度很慢,我也就沒用它來實驗運行終端,大家有興趣可以測試看看。
...................................................................................................................................
想想還是用VNC吧,呵呵,是的確實這個軟體好啊。。。我於是在虛擬終端上運行了一下VNC,發現問題來拉,就是大都SERVER版本加了CTL +ALT+DEL的保護,換句話說就是在終端下運行VNCSERVER更本進不去,只能幹看的份,很多人或許此時都快放棄拉心想還是去NT下用LINUX的肉雞容易,其實不然,根據在NT下以前使用的經驗來看,在支援JAVA的瀏覽器下啟動並執行VNC好象可以發送 CTL +ALT+DEL命令,呵呵大家肯定和我一樣開始準備笑拉,可是用我的MOZILLA一開啟才知道,大都預設安裝的不支援JAVA,聽說好象是迫與微軟的強大壓力。。。

現在的問題很明顯那就是安裝JAVA的外掛程式。呵呵跟我來吧:

:http://java.sun.com
我下載的是較新的版本,尾碼為bin的檔案,檔案名稱為:
j2sdk-1_4_0-linux-i386-rpm.bin
安裝過程:
將該檔案拷貝到/tmp目錄下
----//注:cp j2sdk-1_4_0-linux-i386-rpm.bin /tmp
然後執行該檔案
----//注: ./j2sdk-1_4_0-linux-i386-rpm.bin
----//注 注意/前面有個點"."
會出現一些資訊顯示,先按空格跳過資訊顯示到詢問你同
意否?按Y,然後斷行符號確定就可以了,這樣會產生一個rpm文
件在目前的目錄下
運行rpm檔案
----//注:rpm -Uivh j2sdk-1_4_0-fcs-linux-i386.rpm

[設定JAVA環境變數]
用Advanced Editor編輯profile檔案
----//注:該檔案在/etc目錄下
在最後面加入如下內容:
export PATH=/usr/java/j2sdk1.4.0/bin:$PATH

export CLASSPATH=.:/usr/java/j2sdk1.4.0/lib/tools.jar:/usr/java/j2sdk1.4.0/lib:$CLASSPATH

存檔退出(不同版本的路徑會有所不同,請根據自己實際
情況更改)
然後要讓他生效,在命令列中敲打如下命令
----//注:source /etc/profile
如果希望其他使用者可以使用java,用其他使用者帳號登入,
然後在命令列下敲打如上的命令
----//注:source /etc/profile

這些工作做完後用如下命令測試一下
----//注:which java(顯示出來相關資訊就可以了)

[瀏覽器支援JAVA問題]
前提是你已經安裝了javaVM,並且配置好了環境變數

在Konqueror Webbrowsing中:
JAVA設定:在control center(控制中心) > web browsing(頁面瀏覽),
點擊konqueror browser(konqueror瀏覽器),在JAVA選項卡
中"全域啟用JAVA"打上勾,然後應用退出.

在Mozilla Webbrowsing中:
進入mozilla的plugin目錄下,將JRE的的一個外掛程式文
件連結到mozilla的plugin目錄下
(官方網站上的文章說絕對不能拷貝這個檔案到該目錄
下,只能連結,以前我就是在這點上犯了錯誤,所以怎麼
做都是退出瀏覽器,切記!!)
----//注:在命令列下(root許可權),
----//注:cd /usr/share/mozilla/plugins
----//注:ln -s /usr/java/j2sdk1.4.0/jre/plugins/i386/ns610/libjavaplugin_oji14.so libjavaplugin_oji14.so

(這兒的命令給個參考,你自己根據實際情況修改,修改你用外掛程式版本)

現在從新開啟新的視窗,在http://ip:5800,看看,OK,出來拉看到拉久違的那個CTL +ALT+DEL按鍵,好拉下面的就是隱藏圖表,進程的問題,圖表可以修改註冊表,進程
可以用一些注入進程等技術,具體自己去搜尋一下,很多的。

最後強調的一點:之所以在linux下還要玩nt(很多自由軟體的愛好者肯定會拿板轉仍我),因為作為一個合格的blackhat,必須精通所有的平台的入侵技術,所以必須NT平台,作為滲透測試,漏洞測試,都需要這樣的多平台。但是大家別沉迷與控制別人技術本身,這個是很容易實現的。。。。更加註重的是你真麼樣來達到有可能去控制,呵呵有點饒口。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.