打開您的nokia手機為自由
由SABI寫 2008年3月2日 與 沒有評論.
讀更多文章 流動亂砍 并且 otherSoftware 并且 亂砍 并且 技巧.
您當前瀏覽文章從 微軟視窗景色兼容軟件 匹配類別
由SABI寫 2008年3月2日 與 沒有評論.
讀更多文章 流動亂砍 并且 otherSoftware 并且 亂砍 并且 技巧.
今天我向求助 CEH v5檢查, EC理事會certification# 312-50我會有一陣子學習為它。 它太有不少於150個問題-和相當堅韌那些-,但我設法通過它(是考慮美國法律的OK的85%是Qs的一部分)。
我可以真正地推薦您向這檢查求助-它是somethin花花公子! 問題短和確切(多項選擇),但 過程 去有非常涼快和有趣。 個人我下載了很多鬼的工具和指南,用虛擬機創造了一個被隔绝的網絡并且測試了,測試,測試。 它是我可以告訴您-的樂趣我不可能似乎停止學習這種材料!
I also read 2 books on the journey:
- Michael Gregg: Certified Ethical Hacker Exam Prep (very good)
- Kimberly Graves: Official Certified Ethical Hacker Review Guide (very brief)
If you're a totally cool (and white) hacker dude already, you could probably go for the latter only (it will give you the overall idea of what this exam is
...
Written by Jakob H. Heidelberg on February 15th, 2008 with no comments.
Read more articles on CEH and Certified Ethical Hacker and otherSoftware and Hacking and hacker and Certification and Security.
If you have looked into "The onion ring", or just "Tor", you have probably wondered if it would be wise to block access from these anonymous servers (or maybe just the exit nodes). I am not gonna talk about how the encrypted Tor network works, as a great deal of info can be found "out there". Main source should be: www.torproject.org - and perhaps WikiPedia.
As a security guy (or ISA administrator maybe), you ask yourself "why do these people want to be anonymous"? In this case "anonymous" means that "they" don’t want targets on the Internet to see the originating IP address (the source). A "target" is typically a web site or some other web service.
The answer? Well, first you gotta ask yourself: "who are they"? And there’s really no good answer to that question I guess - who really knows? All we can do is guess, so let me turn these questions around: if I were to try out a hack, or some new exploit, would I do it directly over my personal WAN IP? Or would I try to "hide" my originating IP? If you look at it in that
…
Click to continue reading "Limiting Tor access with ISA 2004/2006"
Written by Jakob H. Heidelberg on January 30th, 2008 with no comments.
Read more articles on exploit and otherSoftware and scripting and script and Microsoft and Hacking and Security.
The software provided is not available on net anymore.It is called ERD Commander 2005.The company which made it was bought by Micro$oft and they discontinued it.It is a VERY POWERFUL software SO DON”T SHARE IT CUZ THEN THEY MIGHT HACK U.
1. Download this file from here(click here to download)
2. It is a rar file.Extract it to get a ISO file.
3. Write the iso file to a cd.
4. Boot the computer using the cd.
5. Use the lock smith using to remove the password.
Other Features Of ERD Commander
ERD Commander
When your server or workstation won’t boot, you need ERD Commander 2005. ERD Commander 2005 boots dead systems directly from CD into a Windows-like repair environment. You’ll have full access to the dead system’s volumes, so you can diagnose and repair problems using tools located on the ERD Commander 2005 Start menu. And you’ll have built-in network access to safely move data off of, or on to, the dead system. With ERD Commander 2005 you can repair a system quickly and easily, saving you time and rescuing your critical data.
* Boots dead…
Click to continue reading "Hacking Windows XP Administrator Password"
Written by SABI on January 7th, 2008 with no comments.
Read more articles on Xp admin hack and otherSoftware and Hacking.
My friend asks that whenever he tries to open the task manager, he is encountered by the following error:
“Task Manager has been disabled by your administrator”
Here is solution about enabling the task manager:
Enabling Task Manager from Group Policy Editor
1. Go to “Start” -> “Run” -> Write “Gpedit.msc” and press on “Enter” button.
2. Navigate to “User Configuration” -> “Administrative Templates” -> “System” -> “Ctrl+Alt+Del Options”
3. In the right side of the screen verity that “Remove Task Manager”” option set to “Disable” or “Not Configured”.
4. Close “Gpedit.msc” MMC.
5. Go to “Start” -> “Run” -> Write “gpupdate /force” and press on “Enter” button.
Enabling Task Manager from Registry Editor
1. Go to “Start” -> “Run” -> Write “regedit” and press on “Enter” button.
Warning: Modifying your registry can cause serious problems that may require you to reinstall your operating system.
Always backup your files before doing this registry hack.
2. Navigate to the following registry keys and verity that following settings set to default:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
“DisableTaskMgr”=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\LocalUser\Software\Microsoft\Windows\CurrentVersion\Policies\System]
“DisableTaskMgr”=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\]
“DisableTaskMgr”=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
“DisableCAD”=dword:00000000
3. Reboot the computer.
For your convenience, I have
…
Click to continue reading "Task Manager has been disabled by your administrator"
Written by SABI on November 30th, 2007 with no comments.
Read more articles on otherSoftware and registry hack and Hacking.
Today a friend of mine asked that his registry editor had been disabled accidently and now how should he enable it back again. Here are two ways to enable the registry editing in Windows.
1- From Group Policy Editor
Go to Run –> gpedit.msc
In the left hand menu, go to User Config –> Administrative Templated –> System.
Now In the right hand pane, select “Prevent access to registry editing tools”. It will probably be not configured or enabled. If it’s enabled, disable it and if it’s not configured, first enable it, apply settings and then disable it. Most probably the settings have been applied instantly. If not, then run gpupdate in command prompt to apply the group policies.
2- From the Run Menu
I got this tweak while surfing the internet. Go to Start –> Run, copy and paste the follow in the Run box and press OK.
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
The effects are usually instant. If not then you should see the results after restarting your computer.
Please tell us your experiences on this tweak.
Written by SABI on November 30th, 2007 with no comments.
Read more articles on otherSoftware and registry hack and Hacking.