打开您的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 1 comment.
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.